• Hey guys, hope everyones well.

    I have recently downloaded the free Tipz Theme to use on a website of mine which is a news website. On the homepage I have the top story which shows as the main featured post at the top and then I have 4 other recent articles which show with a mini thumbnail.

    Now, what I would like to do is underneath the 4 mini stories, have more news but as a list of links. I want to do this without it re-displaying the 4 mini stories as links.. basically so that all the news on the homepage is different.

    The site is here: https://jayseanfans.org/dontcallmyname/

    Many Thanks to whoever can help me ?? Im quite new to this so the design isnt that great right now.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You will have to use multiple loops. Take a look at the “offset” property for query_posts. For instance:

    <?php query_posts('offset=5'); ?>

    This will retrieve only post after the first 5. I am not sure this is exactly what you are looking for but might point you in the right direction?

    Thread Starter dankargo

    (@dankargo)

    Thank You! I will try it ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Stop post showing up twice’ is closed to new replies.