Quantcast
Channel: Topic Tag: footer | WordPress.org
Viewing all articles
Browse latest Browse all 13566

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

$
0
0

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 13566

Trending Articles