Sociable plugin only on selected pages.
-
Im using this code to try and get the sociable plugin only on selected pages, but I keep getting an error. Im putting this in page.php template.
<?php if (is_page(array('Freebies', 'Basic Comparison', 'Advanced Comparison'))) { <?php if (function_exists('sociable_html')) { echo sociable_html(); } ?> } ?>
Not sure what the problem is, my php skills are pretty minimal lol.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Sociable plugin only on selected pages.’ is closed to new replies.