Open CJJKees opened 10 years ago
I second above post. How to use shortcodes in posts.
Yeah have someone find the solution to use shortcodes in posts?
Hi, I am also looking for a solution.
The latest commit should enable [gallery], [caption] and [audio] shortcodes. I'm still working on [video] and [embed].
That said, this is a slippery slope down the path of having content creators accidentally (yet with the best intentions) make your digital signage installation a complete wreck.
If you decide to disable shortcodes, it's simple:
Go to index.php --> line 34, and replace . do_shortcode( get_the_content() ) .
with . get_the_content() .
.
I'm using a plugin to add my own PHP code within a post. The plugin provides me with a shortcode and it works in the footer, but unfortunately not in a specific post. I was wondering if there is a solution for this issue. I also tried to create a specific template with the code, but that wouldn't work as well.