请告诉我如何阻止该类别出现在帖子上

时间:2019-01-08 作者:Anshul Kashyap

请告诉我如何删除该类别,因此,它不会显示在帖子上。我的内容。php文件如下所示。。。其中包含显示meta的代码。但我无法找出文件。。。请帮忙

<?php
/**
 * Template part for displaying posts
 *
 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/
 *
 * @package Magazine 7
 */

?>


<?php if (is_singular()) : ?>
<div class="entry-content">
    <?php
    the_content(sprintf(
        wp_kses(
        /* translators: %s: Name of current post. Only visible to screen readers */
            __(\'Continue reading<span class="screen-reader-text"> "%s"</span>\', \'magazine-7\'),
            array(
                \'span\' => array(
                    \'class\' => array(),
                ),
            )
        ),
        get_the_title()
    )); ?>
    <?PHP if (is_single()): ?>
        <div class="post-item-metadata entry-meta">
            <?php magazine_7_post_item_tag(); ?>
        </div>
    <?php endif; ?>
    <?php
    the_post_navigation( array(
        \'prev_text\'                  => __( \'<span class="em-post-navigation">Previous</span> %title\', \'magazine-7\' ),
        \'next_text\'                  => __( \'<span class="em-post-navigation">Next</span> %title\', \'magazine-7\' ),
        \'in_same_term\'               => true,
       \'taxonomy\'                   => __( \'category\', \'magazine-7\' ),
        \'screen_reader_text\' => __( \'Continue Reading\', \'magazine-7\' ),
    ) );
    ?>
    <?php wp_link_pages(array(
        \'before\' => \'<div class="page-links">\' . esc_html__(\'Pages:\', \'magazine-7\'),
        \'after\' => \'</div>\',
    ));
    ?>
</div><!-- .entry-content -->
“data mh=“archive layout grid”>”>

1 个回复
SO网友:Carlos Faria

也许会评论一下magazine_7_post_item_tag() 呼叫

相关推荐

WP_CONTENT_DIR禁用插件目录

我有一个mutliste,它在迁移后生成file_exists(): open_basedir restriction in effect., 尽管ISPConfig中open\\u basedir的open\\u basedir设置是正确的。仅供参考,open\\u basedir设置是一个php。ini选项,将网站的php执行限制为允许的目录。ISPConfig是一个服务器控制面板。阅读后,我发现导致此问题的原因通常是以前服务器位置的上载路径不正确,因此我尝试使用以下方法解决此问题:define(\'