Content egg shortcode in custom post type

693840

Banned - Inappropriate behavior
Joined
Aug 4, 2013
Messages
3,593
Reaction score
8,924
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)
Code:
[content-egg module=MODULE_NAME products="PRODUCT_ID" template=list]
(Replaced module and product to hide my niche)

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]'); ?>
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 understand that you want to add a custom template?

[content-egg module = MODULE_NAME products = "PRODUCT_ID" template = custom template]
 
I understand that you want to add a custom template?

[content-egg module = MODULE_NAME products = "PRODUCT_ID" template = custom template]
No. I want to make the regular content egg shortcode work in a custom post type.
Did you enable content egg to work in custom post type?
I have not found this option sadly.
 
In The wp dashboard go to content egg-> settings and in The main page of the plugin you can enable all registered custom post type
I have these options, and both were enabled already.
1602488658854.png
 
Try activating debug and see if it shows you an error
 
Back
Top