<?php if (!is_tag('这里是不想输出的文章标签')): ?>
<h2 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'twentyten' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h2>
<?php endif; ?>
wordpress文章不输出标题
发布于 八月 16, 2010
归档于 存檔備份
是不输出还是你不让它输出呀!