• r.glenn.nall

    (@archienall)


    i’m trying to form this single column of posts into two columns of only 4 posts, total (two in each column) – can someone help me?

    <?php while (have_posts()) : the_post();
    			echo $paged;
    				comicpress_display_post();
    
    			endwhile; ?>

    thanks much!

Viewing 1 replies (of 1 total)
  • Thread Starter r.glenn.nall

    (@archienall)

    oops – disregard the echo $paged; – that was a test and i forgot to leave it out of this post. thanks

Viewing 1 replies (of 1 total)
  • The topic ‘help converting one column of posts into two’ is closed to new replies.