• hampusjageland

    (@hampusjageland)


    Hi all,

    I simply want my posts on the page to flat free, just as if would have been images put next to each other.

    Is there a way to do this?
    Basically I want something which is kind of similar to convoy.tumblr.com

    Appreciate your help!
    H

Viewing 1 replies (of 1 total)
  • Thread Starter hampusjageland

    (@hampusjageland)

    Hi again,

    It’s seems I’ve almost cracked it! Check it out on lesbonnesnouvelles.co.
    The only problem now is that every time there’s an even amount of posts on the page (http://LESBONNESNOUVELLES.CO/?cat=5) the posts duplicate. Does anyone have any ideas why?

    This is what I use to grab the posts:
    <?php if (have_posts()) : while(have_posts()) : $i++; if(($i % 2) == 0) : $wp_query->next_post(); else : the_post(); ?>

    Thanks for your help,
    H

Viewing 1 replies (of 1 total)

The topic ‘Posts to float free’ is closed to new replies.