/ Published in: PHP
Wordpress: home page condition , we can identify it any inner pahe (header / footer etc.)
Expand |
Embed | Plain Text
<?php if(is_home()){ }?>
You need to login to post a comment.
aashvi on 02/09/11
wordpress identification homepage
1 person have marked this snippet as a favorite
Wordpress: home page condition , we can identify it any inner pahe (header / footer etc.)
<?php if(is_home()){ }?>
You need to login to post a comment.