Hello,
I'm using NextGEN Gallery plugin. I is working ok on a page, but not working in a post. Anyone knows why?
I inserted shortcode:
[nggallery id=1]
WordPress isn't parsing such shortcode in a post.
How to make it working?
Hello,
I'm using NextGEN Gallery plugin. I is working ok on a page, but not working in a post. Anyone knows why?
I inserted shortcode:
[nggallery id=1]
WordPress isn't parsing such shortcode in a post.
How to make it working?
get_the_content() doesn't apply filters to the post content.
the solution for this problem is here
http://wordpress.org/support/topic/apply-filters-to-get_the_content
This topic has been closed to new replies.