Forums

Banner between post..showpost and offset (3 posts)

  1. oigmax
    Member
    Posted 3 years ago #

    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?

  2. oigmax
    Member
    Posted 3 years ago #

    someone?

  3. evilpupil
    Member
    Posted 3 years ago #

    i got the same problem. please help

Topic Closed

This topic has been closed to new replies.

About this Topic