Hi.. Is there any way to make excerpt to be able to run php codes or shortcodes?
Thanks..
Hi dewasurya!
Please check here
https://wordpress.org/plugins/allow-php-execute/
that is might what you need.
Please do let us know if we can do anything else for you
Best regards,
Basilis
Hey dewasurya!
Please add the below code in functions.php to enable shortcode in excerpts.
add_filter('the_excerpt', 'do_shortcode');
Best regards,
Vinay
Hi.. Thank you..
@Basilis: unfortunately it just works with title, content and widget. I need something works with excerpts
@Vinnie: It doesn’t work…
Please see the sample here http://villabugis.com/1-bedroom-villa-seminyak/
As you can see there is weird code under villa nakula.. that is php code I want to display..
Hi!
It works, but as it does not run completly – the full content inside it can not execute
Best regards,
Basilis