go41

the info you need to know


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

Hi joern.Im again here to disturb you, hope you dn't mind.I want to ask you that how do i place ad in the sidebar. The size of the ad is not getting into it. i tried placing it in the…