Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Blog Post and Tabs Shortcode issue

Home / Forums / Pinnacle Theme / Blog Post and Tabs Shortcode issue

This topic is: Resolved
[Resolved]
Posted in: Pinnacle Theme
December 7, 2016 at 10:31 am

Hi,

I am trying to use the blog posts shortcode to display specific categories with the Tabs shortcode.
This is my code

[tabs]
[tab title=”Memory” start=”open”]
[blog_posts orderby=”rand” items=10 type=”grid” columns=3 cat=memory]
[/tab]

[tab title=”Energy”]
[blog_posts orderby=”rand” items=10 type=”grid” columns=3 cat=energy]
[/tab]
[/tabs]

If you take a look at this page, you will see that the footer is in the middle of the page. Also only the first tab actually displays blog posts. The second tab only shows one post. Is the code above not correct? Is it proper use to use shortcodes in other shortcodes?

Please help,

Thank you.

  • The forum ‘Pinnacle Theme’ is closed to new topics and replies.