/ Published in: PHP
URL: http://alexmuraro.me/posts/wordpress-code-snippets
If contents is "page-name" do stuff
Expand |
Embed | Plain Text
<?php if (! is_page ('your-page-name')) { ?> // do stuff <?php } ?>
You need to login to post a comment.
