swapnesh
Member
Posted 1 year ago #
Hello friends,
plz someone tell me ..i have a block of code that i want to use on my all pages except only on ONE single page..i embedded the code in Page Template(page.php) but its showing the content in all pages..but i only want to show the cod in all page except in one..help me plz
<?php if(!is_page('Foo') ) :?>
[ code block ]
<?php endif;?>
http://codex.wordpress.org/Conditional_Tags
swapnesh
Member
Posted 1 year ago #
Very thx esmi ..fixed the problem ..and i am looking for some tutorial on Coding for wordpress and what additional coding i can do in wordpress apart from template design