Conditional tag

时间:2012-04-25 作者:Allen

我使用此代码在单个帖子上显示自定义代码。

function post_footer() {
if (is_single())
{
?>
<div class="custom">
    <h1><a href="<?php the_field(\'live_demo\'); ?>" target="_blank">Live Demo of <?php the_title(); ?><h1>
            <h1><a href="<?php the_field(\'download\'); ?>" target="_blank">Download<h1>
</div>
<?php
}}
如何编辑so div应该只出现在指定类别的单个帖子上,而不是所有帖子上。

1 个回复
最合适的回答,由SO网友:kaiser 整理而成

如果是单页:is_single() returns TRUE.

如果a$post 属于特定类别:in_category( $cat ) returns TRUE. 它需要$cat 作为ID、名称或(字符串)slug。

无论如何:Searching for a list of conditional tags isn´t that hard.

结束

相关推荐

Admin Theme customization

我遵循wordpress codex网站上关于通过插件创建管理主题的说明。我激活了插件,但我的样式表没有包含在<head>.. 这是我的代码:add_action( \'admin_init\', \'kd_plugin_admin_init\' ); add_action( \'admin_menu\', \'kd_plugin_admin_menu\' ); function kd_plugin_admin_init() { /* Register