• Hi everyone,
    I’m using IviCat’s Posts in Page.
    Specifically, I’m showing 16 post in my home page, specifying the post ID(s) [ic_add_posts ids=’1,2,3,5,6,7,8,9,10,11,12,13,14,15,16′]
    Up to now, the plugin was working as swell.
    But since I created a new post, and incorporated to the existing shortcode, the new post doesn’t show at the last place but the first one.
    The visitors see 16,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15
    This is driving me crazy!
    Any suggestions?
    Thanks in advance.

Viewing 1 replies (of 1 total)
  • Plugin Author Eric Amundson

    (@sewmyheadon)

    Howdy @longoe,

    Have you tried adding the orderby argument?

    If not, try this:
    [ic_add_posts ids=’1,2,3,5,6,7,8,9,10,11,12,13,14,15,16′ orderby='ID']

    You can also specify ascending or descending order like so:

    [ic_add_posts ids=’1,2,3,5,6,7,8,9,10,11,12,13,14,15,16′ orderby='ID' order='DESC']

    There are a bunch of other parameters available. Here’s documentation for orderby and order.

    I hope that helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Post don’t showing in the correct order’ is closed to new replies.