Archived topic
GP Premium Beta Elements Block Recent Posts on Sidebar
3 replies · Started by Alessio on April 6, 2021
How can I do this: https://www.youtube.com/watch?v=-ZTQP_KA2xE
But instead of putting this on the Blog page, I want to put it on my right sidebar?
Hi there,
Unfortunately that's not possible.
You would need a plugin like WP Show Posts or Recent Posts Widget Extended.
Hope this helps :)
Hey,
Okay, thank you!! Is it possible to add them (https://www.youtube.com/watch?v=-ZTQP_KA2xE) to the bottom of each post via shortcodes or the like?
Hi there,
To add to Leo's answer:
Block element templates don't do custom queries. It only edits the style for the existing ones. That's why you can't do that w/ the Block Element.
WP Show Posts do custom queries of post list. And this one, you can place on the bottom of each post using Block Element(Shortcode Block) or Hook Element (with Execute shortcode enabled) hooked to the generate_after_content hook with display rule set to post - all post.