Return to Snippet

Revision: 57616
at June 3, 2012 07:17 by akmuraro


Initial Code
<?php if (! is_page ('your-page-name')) { ?>
  // do stuff
<?php } ?>

Initial URL
http://alexmuraro.me/posts/wordpress-code-snippets

Initial Description
If contents is "page-name" do stuff

Initial Title
Wordpress basic conditional

Initial Tags
php, wordpress

Initial Language
PHP