2015年8月5日水曜日

[garamsg] Rooms個別ページに次の部屋、前の部屋ボタン追加

content-roomSmall.php に以下を追加

148行目追加

<div class="navi-pre-next" style="clear:both; width:100%; height:auto; margin-top: 40px; overflow:hidden;">
<p class="btn orange" style="float:left; height:36px;"><?php next_post_link() ?></p>
<p class="btn orange" style="float:right; height:36px;"><?php previous_post_link() ?></p>
</div>






0 件のコメント:

コメントを投稿