Archived topic
Under the Top feature box and on top of the side bar
1 reply · Started by Benjamin on January 20, 2021
How can I add extra 3X2 nix between the top feature box and on top of the side bar?
I want to add [wp_show_posts name="Simple"] set the columm to 3 and max items is 6.
just like this https://ibb.co/CPYcBqd
Hi Benjamin,
You could use Hook element to achieve this.
https://docs.generatepress.com/article/hooks-element-overview/
https://docs.generatepress.com/article/hooks-visual-guide/
1. Go to Appeared > Elements, create a new Hook element. Choose generate_inside_container as hook,
2. Paste the short code from WP show posts to the content area, remember to check the Execute Shortcodes box.
3. In Display rules, choose Front page as location.
Let me know :)