go41

the info you need to know


von Joern
Keine Kommentare

Thank you much. This worked quite well except for the following...The contents of all the widgets were knocked out of order and I had to enter what I wanted in the new widget in the last footer widget in the dashboard for it to show up. To correct this I…


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 could replace with the ID (here 6) instead of category…


von Joern
Keine Kommentare

Thanks Joern, I did not understand the difference between the 2 forums. Thanks for the cutting and pasting idea - it worked. Your reply:Your header loads bannerfans_5793749(3).png, so I guess this is coded in your header.php? What should be 'reflected' there? My banner is supposed to say Womens Empowerment Center…