get_the_author_firstname [ WordPress Function ]
get_the_author_firstname ( No parameters )
| See: | |
| Returns: |
|
| Defined at: |
|
Benzer Fonksiyonlar: the_author_firstname, get_the_author_lastname, get_the_author_nickname, get_the_author_aim, get_the_author_yim
Retrieve the first name of the author of the current post.
Examples [ wp-snippets.com ]
Google Arama Sonuçlarý
- get_the_author_firstname (WordPress Function) - WPSeek.com
WordPress lookup for get_the_author_firstname, a WordPress Function. wpseek. com is a WordPress-centric search tool for developers and theme authors.
wpseek.com - get_the_author_firstname() WordPress function reference ...
Retrieve the first name of the author of the current post.
queryposts.com - <?php /** * Author Template functions for use in themes. * * These ...
function get_the_author_firstname() { global $authordata; return $authordata-> first_name; } /** * Display the first name of the author of the current post. * * @link ...
core.svn.wordpress.org - <?php function get_the_author($deprecated = '') { global ...
... function get_the_author_firstname() { global $authordata; return $authordata-> first_name; } function the_author_firstname() { echo get_the_author_firstname(); } ...
core.svn.wordpress.org