Return to Snippet

Revision: 35832
at November 14, 2010 07:52 by rc2789


Initial Code
<?php if ( is_page('1') ) { ?>
	<!-- enter something here -->

<?php } elseif ( is_page('2') ) { ?>
	<!-- enter somthing else-->

<?php } else { ?>
	<!-- something else -->

<?php } ?>

Initial URL


Initial Description


Initial Title
if, elseif, else

Initial Tags
textmate, wordpress

Initial Language
Other