get_the_author_id [ WordPress Function ]
get_the_author_id ( No parameters )
| See: | |
| Returns: |
|
| Defined at: |
|
Soorgelijke functies: get_the_author_icq, get_the_author_aim, get_the_author_yim, get_the_author, get_the_author_link
Retrieve the ID of the author of the current post.
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- get_the_author_id (WordPress Function) - WPSeek.com
WordPress lookup for get_the_author_id, a WordPress Function. wpseek.com is a WordPress-centric search tool for developers and theme authors.
wpseek.com - How to make Gravatar image a link to author's page? - WordPress
<div class="gravatar"> <?php echo get_avatar( get_the_author_id(), $size = '96', $default = '<path_to_url>' ); ?> <br /> <?php the_author_posts_link(); ?> </div> ...
wordpress.org - WordPress › Support » Tags — get_the_author_id
Forums. Username or Email Address Password (forgot?) Register · WordPress › Support » get_the_author_id. Tag: get_the_author_id Add New » ...
wordpress.org - get_the_author_ID | A HitchHackers guide through WordPress
Feb 12, 2011 ... function get_the_author_ID() { _deprecated_function( __FUNCTION__, '2.8', ' get_the_author_meta(\'ID\')' ); return get_the_author_meta('ID'); } ...
hitchhackerguide.com