Home › Forums › Weaver Xtreme Theme › Weaver Show Posts / HTML Insertion areas showing up. › Re: Weaver Show Posts / HTML Insertion areas showing up.
March 7, 2016 at 02:54 UTC - Views: 6
#20171
Moderator
Don’t know enough php to be sure, but have you tried to test if the page is not the page with the proper page id with something like is_page(‘3719’)
[php] if ( ! is_category() && ! is_search() && ! is_tag() && ! is_page(‘3719’)) { echo do_shortcode(‘[mashshare shares=”true” button=”true”]’); echo_ald_crp(); }[/php]