VK Post Author Display改造 ポストオーサープラグイン

$profileUnit =
				'<h4>'.$author_box_title.'</h4>'.
				'<div id="avatar">'.get_avatar( get_the_author_meta('email'), 80 ).'</div>'.
				'<dl id="profileTxtSet">'.
				'<dt>'.'<span id="authorName">'.get_the_author_meta( 'display_name' ).'</span>';
			if(isset($caption)):

$profileUnit =
				'<h4>'.$author_box_title.'</h4>'.
				'<div id="avatar">'.get_avatar(get_the_author_id(), 80).'</div>'.
				'<dl id="profileTxtSet">'.
				'<dt>'.'<span id="authorName">'.get_the_author_meta( 'display_name' ).'</span>';

‘.echo get_avatar(get_the_author_id(), 80).’

‘.

php the_time 投稿時間

http://webway.seesaa.net/article/128282171.html

'Y年m月d日(D)' ⇒ 2009年09月09日(木)

'Y/m/d' ⇒ 2009/09/09

'Y年n月j日(D)' ⇒ 2009年9月9日(木)

'Y/n/j' ⇒ 2009/9/9

'Y年m月d日(D)h時i分s秒' 
⇒ 2009年09月09日(木)09時09分09秒

'Y/m/d h:i:s' ⇒ 2009/09/09 09:09:09