• I have been using themezee and trying to remove Tag and comments on single page. I m not good with coding. I have found something in functions.php
    ———————————————————————–
    function themezee_postinfo_content() { ?>
    <span class=”comment”><?php comments_popup_link( __(‘No comments’, ‘themezee_lang’),__(‘One comment’,’themezee_lang’),__(‘% comments’,’themezee_lang’) ); ?></span>
    <?php if (get_the_tags()) : ?>
    <span class=”tag”><?php the_tags(”, ‘, ‘); ?> </span>
    <?php
    endif;
    edit_post_link(__( ‘Edit’, ‘themezee_lang’ ), ‘ | ‘);
    }

    ?>
    ———————————————————————–

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘How to remove(hide) Tag and Comments on Single (Home) Page ?’ is closed to new replies.