go41

the info you need to know


von Joern
Keine Kommentare

you have to duplicate the query and loop of your current featured category section.Displaying one latest post of four categories you need actually four loops.In each loop you set the category you want to display and set the number of posts to one.this php the_title you removed just shows the…


von Joern
Keine Kommentare

Hi Joern, not sure if this is a bug or something that could be solved with a plug in but the captions of my images always seem to end up looking like the normal text. Sometimes that makes it quite hard to actually tell whether it's a caption or not,…


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+,…