Recent Posts Element Show All Posts

I want to display all posts on Recent Posts Element, is there a way for this ? I found something like that code but I dont want add posts manually, is there an option for showing all posts automatically ?

[recent_posts count="2" orientation="horizontal"]
[recent_posts count="2" orientation="horizontal" offset="2"]
[recent_posts count="2" orientation="horizontal" offset="4"]

Hello @SeLoRe,

Thanks for writing in!

You cannot display all your post items with the recent posts element. You can only display up to 4 items. To display more, you can have it this way:

[recent_posts count="4" orientation="horizontal"]
[recent_posts count="4" orientation="horizontal" offset="4"]
[recent_posts count="4" orientation="horizontal" offset="8"]

There is no option to display more than 4 items or all of your posts.

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.