the_author_lastname [ WordPress Function ]
the_author_lastname ( No parameters )
| See: | |
| Defined at: |
|
Benzer Fonksiyonlar: get_the_author_lastname, the_author_firstname, the_author_nickname, get_the_author_firstname, the_author_aim
Display the last name of the author of the current post.
Examples [ wp-snippets.com ]
Google Arama Sonuçlarý
- Function Reference/the author lastname « WordPress Codex
This function has been deprecated. That means it has been replaced by a new function or is no longer supported, and may be removed from future versions.
codex.wordpress.org - Show author's first name and first letter/initial of last name. - WordPress
I tried this : echo substr($the_author_lastname->last_name, 0, 1);. and. echo substr(the_author_lastname(),0,1);. didnt do anything =(. Mark / t31os · Moderator ...
wordpress.org - In the Woods – WordPress Author Details
Dec 4, 2008 ... <p><a href="<?php bloginfo('url'); ?>/?author=<?php the_author_ID(); ?>"> <? php the_author_firstname(); ?> <?php the_author_lastname(); ?> ...
blog.themeforest.net - テンプレートタグ/the author lastname - WordPress Codex 日本語版
2010年2月19日 ... このテンプレートタグは WordPress 2.8 から非推奨となりました。後継となる新しい テンプレートタグが作られたか、動作対象外となり、WordPress の将来 ...
wpdocs.sourceforge.jp