WordPress TwentyThirteenその3

投稿に日付はやっぱりあったほうがよさそうなので、funcitons.phpで削除したところの変わりに以下を追加。日付表示させるだけでいいので。

 the_time(‘Y年m月d日’);

ナビメニューもスタイルシートから少々変更。よく分からずやっているので、調整に時間かかる。子ナビの調整が大変だった。。

単ページのnext/previousナビをタイトルからアイコンに変更。twentythirteen_post_nav()を利用する。functions.phpからtwentythirteen_post_nav()の以下の部分を変更。

<?php previous_post_link( ‘%link’, _x( ‘<img src=”url” width=”84″ height=”18″ style=”background: none; padding:0px; margin:0px; ” alt=”previous” /img> ‘, ‘Previous post link’, ‘twentythirteen’ ) ); ?>
<?php next_post_link( ‘%link’, _x( ‘<img src=”url” width=”84″ height=”18″ style=”background: none; padding:0px; margin:0px; ” alt=”next” /img>’, ‘Next post link’, ‘twentythirteen’ ) ); ?>


投稿日

カテゴリー:

投稿者:

タグ:

コメント

コメントを残す