• Hello, sorry for my english

    I want to separate list of post in index page, for to insert banner adv. In this mode:
    POST BLOCK (3 post)
    Banner
    POST BLOCK (3 post)
    Banner
    POST BLOCK (4 post)

    I create 3 Loop in index page and I use this string:

    <?php query_posts("showposts=3&offset=0"); ?>
    <?php query_posts("showposts=3&offset=3"); ?>
    <?php query_posts("showposts=4&offset=6"); ?>

    but if I change page, I views the same post.

    How I can solve this problem?

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Banner between post..showpost and offset’ is closed to new replies.