Hey all,
I'm trying to add the short code for the content egg plugin in my custom post type, but somehow it's not working. (https://ce-docs.keywordrush.com/set-up-products/shortcodes)
(Replaced module and product to hide my niche)
Whenever I add it directly inside my post, it works.
But when I try using the code above in my custom post template, it's not showing up.
Does anyone have an idea why this could be happening? I can't seem to figure it out..
Thanks!
I'm trying to add the short code for the content egg plugin in my custom post type, but somehow it's not working. (https://ce-docs.keywordrush.com/set-up-products/shortcodes)
Code:
[content-egg module=MODULE_NAME products="PRODUCT_ID" template=list]
Whenever I add it directly inside my post, it works.
Code:
<?php echo do_shortcode('[content-egg module=MODULE_NAME products="PRODUCT_ID" template=list]'); ?>
Does anyone have an idea why this could be happening? I can't seem to figure it out..
Thanks!