Published June 23rd, 2012 by

This is a handy bit of code for displaying different content based on what category your post is in. Useful on the single.php page I found – can display different…

Read More Conditional based on category

Published June 23rd, 2012 by
Published June 23rd, 2012 by

Sample of a query post below – this one will show 3 posts from the category called events. You can also use cat=7 and use the id of the category…

Read More Query post sample

Published June 23rd, 2012 by

Just found out today that in using the_date() if 2 posts are from the same date then only the_date will only appear on the first post. However will pull back…

Read More the_date vs get_the_date