Search Feed
Search Comments Feed
Search for is_single at Google
| Results 1 - 4 for is_single with Safesearch on. (0.06 seconds) |
|
Displayes a semi-transparent box on the document you are viewing that tells you if its a page, single, feed, category, etc.. wordpress/what-is-this-plugin.html |
|
More frequent first. if ($post_ID > 0 ) return $post_ID; if ($comment_post_ID > 0 ) return $comment_post_ID; if (is_single() || is_page()) return … z.askapache.com/uploads/2007/06/wp-cache-phase2_php.txt |
|
<?php if(is_single() || is_page() || is_home()) { ?> <meta name="googlebot" content="index,noarchive,follow,noodp" /> <meta name="robots" content="all,index … seo/wordpress-robotstxt-seo.html |
|
<?php if(is_single() || is_page() || is_category() || is_home()) { ?> <meta name="robots" content="all,noodp" /> <?php } ?> <?php if(is_archive()) { ? … seo/updated-robotstxt-for-wordpress.html |