wordpress建站笔记(四)


##文章内页如何调用
文件模板命名(single.php)

1
2
3
4
<? the_post(); ?>
<div class="contents" deep="4">
<h1 class="contents_title"><? the_title(); ?></h1>
<span style="color:#505050;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:14px;line-height:22px;"><? the_content(); ?></span></div>

previous_post_link('上一篇:%link');文章上一页链接
next_post_link('下一篇:%link');文章下一页链接


文章作者: Jacky
版权声明: 本博客所有文章除特別声明外,均采用 CC BY 4.0 许可协议。转载请注明来源 Jacky !
  目录