is_author [ WordPress Function ]
| Parameters: |
|
| Uses: | |
| See: |
|
| Returns: |
|
| Defined at: |
Examples [ wp-snippets.com ]
Top Google Search Results
- is_author() - WordPress Codex
Description. This Conditional Tag checks if an Author archive page is being displayed. This is a boolean function, meaning it returns either TRUE or FALSE.
codex.wordpress.org - Conditional Tags « WordPress Codex
is_author(): When any Author page is being displayed. is_author( '4' ): When the archive page for Author number (ID) 4 is being displayed. is_author( 'Vivian' ) ...
codex.wordpress.org - is_author | A HitchHackers guide through WordPress
Feb 12, 2011 ... function is_author( $author = '' ) { if ( !$this->is_author ) return false; if ( empty($ author) ) return true; $author_obj = $this->get_queried_object(); ...
hitchhackerguide.com - is_author (WordPress Function) - WPSeek.com
WordPress lookup for is_author, a WordPress Function. wpseek.com is a WordPress-centric search tool for developers and theme authors.
wpseek.com
User discussions [ wordpress.org ]
- charlesmkelley on "Featured Posts filter problem on front page"
- charlesmkelley on "Featured Posts filter problem on front page"
- charlesmkelley on "Featured Posts filter problem on front page"
- alchymyth on "Featured Posts filter problem on front page"
- charlesmkelley on "Featured Posts filter problem on front page"
- pampfelimetten on "How to use is_author in feeds?"
- Mark / t31os on "How to use is_author in feeds?"
- pampfelimetten on "How to use is_author in feeds?"
- Mark / t31os on "How to use is_author in feeds?"
- pampfelimetten on "How to use is_author in feeds?"