go41

the info you need to know


von Joern
Keine Kommentare

The tabs on my navbar with sub-categories all open when I hover over the parent tab instead of waiting until I hover over them individually to open. Please watch this Jingcast for a better explanation: http://screencast.com/t/n2Yv4YkP4EG1.Also, how can I fix…


von Joern
Keine Kommentare

in Arthemia the query for category Headline is like this:Code:<?php query_posts("showposts=1&category_name=Headline"); ?>If you know the ID of this category (here as sample ID=4) you could use:Code:<?php query_posts("showposts=1&cat=4"); ?>Coming to Featured section, normally like this:Code:<?php query_posts("showposts=4&category_name=Featured"); $i = 1; ?>this you…


von Joern
Keine Kommentare

Greetings,My website is www.empoweringwomenslives.com. I am using Artemia theme and Memberwingx plugin for membership. I would like to block non members from seeing the archive of "Kinyofu's Thoughts of The Day". Please help me understand how to do this.Kinyofu