Tagged: x
-
AuthorPosts
-
March 25, 2016 at 11:23 am #852549
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
March 25, 2016 at 4:34 pm #852851Hi 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!
-
AuthorPosts