Tagged Questions
0
votes
1answer
51 views
Child Pages Loop
If anyone can help that'd be great.
I've found a snippet of code that I've used which is pretty much doing what I want it to do, which lists out subpages of the parent, adds a thumbnail if there is ...
0
votes
1answer
81 views
If Loop has odd number of posts on last page Custom style for last post in it
My loop displays posts in two columns using this php
<?php
if (have_posts()): while (have_posts()) : the_post();
$count++;
?>
<?php if ($count == 1) : ?>
<div ...
