
inove主题自带的有链接页面和归档页面等,但是没有标签页面,所以就只有自己手动建立了,下面来说说过程。
用编辑工具建立一个页面,输入一下代码
< ?php
/*
Template Name: Tags
*/
?>
< ?php get_header(); ?>
< ?php if (have_posts()) : the_post(); update_post_caches($posts); ?>
<div class="post" id="post-<?php the_ID(); ?>"...