I have content that shows at the end of each post in the post-post content and for the most part it works great. I’m creating a page that is using the weaver show post shortcode. The shortcode seems to be working fine, but is showing the content from the post-post content.
Here is the code from the post-post content area below. I am testing to see if page is not a category, search, or tag page. How can i test to see if the posts are generated from the shortcode so they won’t show up?
[php] if ( ! is_category() && ! is_search() && ! is_tag() ) { echo do_shortcode(‘[mashshare shares=”true” button=”true”]’); echo_ald_crp(); }[/php]