Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #852549

    Kerri S
    Participant

    Hello,
    Is there a way to have [x_recent_posts type=”post” count=”6″ category=”all-publications”] display as 2 horizontal row with 3 each?

    When I use count=”3″ is looks nice but if I change it to 4 the formatting gets crazy. Screenshot attached. I’d like two rows of the nicely formatted 3 vs one with 6 where the formatting is lost.

    Thanks

    #852851

    Friech
    Moderator

    Hi There,

    Thanks for writing in! Recent Posts can only display max of 4 posts. However, you can utilize the offset attribute to have multiple instances of Recent posts.

    e.g.

    [x_recent_posts type="post" count="3" category="all-publications" offset=""]
    [x_recent_posts type="post" count="3" category="all-publications" offset="3"]

    or

    [x_recent_posts type="post" count="2" category="all-publications" offset=""]
    [x_recent_posts type="post" count="2" category="all-publications" offset="2"]
    [x_recent_posts type="post" count="2" category="all-publications" offset="4"]

    Hope this shed some lights, Cheers!