Quantcast
Viewing all articles
Browse latest Browse all 13547

Saeed Salam on "[Theme: Origami] Remove footer for pages"

Hi,

use a conditional tag - http://codex.wordpress.org/Conditional_Tags

go to your footer.php, and wrap the things you want to exclude from Pages with below code.

<?php if ( ! is_page() ) {?>

things you want to exclude...

<?php }?>

hope that helps!


Viewing all articles
Browse latest Browse all 13547

Trending Articles