Bootstrap-3-blank-wordpress-theme icon indicating copy to clipboard operation
Bootstrap-3-blank-wordpress-theme copied to clipboard

shortcode in admin area

Open ChrisGCapasso opened this issue 8 years ago • 2 comments

Thanks for a great theme. It does exactly what I need it to do! The issue I have is when I need to use a shortcode in the admin area. They don't execute. I have worked around this for most instances but when I insert a video into a post, the rendered page shows wp's video shortcode as a string. I have tried other short codes that I have used in templates and it just renders the text. Is there a way of getting the codes to fire?

ChrisGCapasso avatar Oct 05 '16 17:10 ChrisGCapasso

Hi Chris, not sure why its not working for you, are you adding videos to your post using the media uploader ?

sebastienb avatar Oct 06 '16 00:10 sebastienb

I am uploading using the media uploader, and in the admin page, the video appears. When it is rendered it renders a string with the video shortcode. I have used other short codes in the admin area to see what happens and they won't render either. In my .php files shortcodes are rendered correctly.

On Wed, Oct 5, 2016 at 8:52 PM, Sebastien Barrau [email protected] wrote:

Hi Chris, not sure why its not working for you, are you adding videos to your post using the media uploader ?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/sebastienb/Bootstrap-3-blank-wordpress-theme/issues/12#issuecomment-251840422, or mute the thread https://github.com/notifications/unsubscribe-auth/ARX9hokq6k-cvMHr4tRK0RRcFCsaVzfQks5qxEZogaJpZM4KPEzb .

ChrisGCapasso avatar Oct 06 '16 13:10 ChrisGCapasso