go41

the info you need to know


von Joern
Keine Kommentare

thanks for your recent help on the bottom nav bar, I haven't had a chance to implement yet (or say thank-you!) but it looks sensible enough. Now - a quick one - how can I change the front page so that the 10 posts (not featured/Headline) remain the same? I'm…


von Joern
Keine Kommentare

actually just remove the category part from the query<?php query_posts("showposts=4); // set the number only if you like (showposts=4)?>this should get the four latest posts regardless of any categoryIf you work with sticky posts and do not want to show them in there use:<?php query_posts('showposts=4&caller_get_posts=1'); .......____________________you find me on Google+,…