get_the_author [ WordPress Function ]
get_the_author ( $deprecated = '' )
| Parameters: |
|
| Uses: |
|
| Returns: |
|
| Defined at: |
|
Benzer Fonksiyonlar: get_the_author_id, get_the_author_msn, get_the_author_url, get_the_author_yim, get_the_author_icq
Retrieve the author of the current post.
Examples [ wp-snippets.com ]
Google Arama Sonuçlarý
- Function Reference/get the author « WordPress Codex
Description. Retrieve the post author. This tag must be used within The Loop. To display a page for authors which have no posts, see this discussion.
codex.wordpress.org - themes - wordpress updating deprecated get_the_author function ...
Just replace the line: c[] = 'page-author-' . sanitize_title_with_dashes(strtolower( get_the_author('login')));. by this: c[] = 'page-author-' ...
stackoverflow.com - get_the_author | A HitchHackers guide through WordPress
Feb 12, 2011 ... function get_the_author($deprecated = '') { global $authordata; if ( !empty( $ deprecated ) ) _deprecated_argument( __FUNCTION__, '2.1' ) ...
hitchhackerguide.com - get_the_author (WordPress Function) - WPSeek.com
WordPress lookup for get_the_author, a WordPress Function. wpseek.com is a WordPress-centric search tool for developers and theme authors.
wpseek.com
Kullanýcý Tartýþmalarý [ wordpress.org ]
- achaplin on "Excluding users on author list page"
- samanathon on "Problem with get_the_author() using Brightness Theme"
- MattAlgren on "Problem with get_the_author() using Brightness Theme"
- samanathon on "Problem with get_the_author() using Brightness Theme"
- Aimevous on "Problem with get_the_author() using Brightness Theme"