get_the_author_login [ WordPress Function ]
get_the_author_login ( No parameters )
| See: | |
| Returns: |
|
| Defined at: |
|
Soorgelijke functies: get_the_author_link, the_author_login, get_the_author_id, get_the_author_icq, get_the_author_aim
Retrieve the login name of the author of the current post.
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- get_the_author_login (WordPress Function) - WPSeek.com
WordPress lookup for get_the_author_login, a WordPress Function. wpseek.com is a WordPress-centric search tool for developers and theme authors.
wpseek.com - get_the_author_login | A HitchHackers guide through WordPress
Feb 12, 2011 ... Source code. function get_the_author_login() { _deprecated_function( __FUNCTION__, '2.8', 'get_the_author_meta(\'login\')' ); return ...
hitchhackerguide.com - WordPress › Support » Access author data outside loop in sidebar
<?php if(isset($_GET['author_name'])) : $curauth = get_userdatabylogin( get_the_author_login()); else : $curauth = get_userdata(intval($author)); endif; ?> ...
wordpress.org - Using Author Template Tags Outside of the WordPress Loop ...
May 6, 2006 ... $curauth = get_userdatabylogin(get_the_author_login()); else : $curauth = get_userdata(intval($author)); endif; ?> In the area where I want the ...
lorelle.wordpress.com