Conditional Tags
-
hello, i need wp socialite to not show on my pages. Like my about us,contact us,terms of service, and privacy policy so i barrowed a code that was given to some one else for the same purpose, and just custimized it to fit my needs, but instead of excluding wp socialite from these pages it just adds another wp socialite on top. heres the code
“<?php $exclude_ids = array(‘about-us’,’contact-us’); if(!in_array($post->ID, $exclude_ids)){ wpsocialite_markup(); } ?>”
can you please help me with this..thank you..
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Conditional Tags’ is closed to new replies.