田口用のメモです。何度やっても覚えられず、wordpress更新の度に苦しんでるので。
/eclairdn.xyz/public_html/wp-content/themes/twentyfourteen/inc/template-tags.php
のファイルの中にある↓の
<?php
if ( is_attachment() ) :
previous_post_link( ‘%link’, __( ‘<span class=”meta-nav”>Published In</span>%title’, ‘twentyfourteen’ ),TRUE);
else :
previous_post_link( ‘%link’, __( ‘<span class=”meta-nav”>Previous Post</span>%title’, ‘twentyfourteen’ ),TRUE );
next_post_link( ‘%link’, __( ‘<span class=”meta-nav”>Next Post</span>%title’, ‘twentyfourteen’ ),TRUE );
endif;
?>
赤文字を付け足す