Category page: How to remove Posts information?
-
Hi everyone!
I have created a category and added it in my header menu. So when people click on it they can see the posts related to this category. Easy so far!
But what I would like to do, is that information such as author name, date and post category don’t appear between the title and content summary of the post.
I went into the “page-blog.php” file and found this:
<p class="et_pt_blogmeta"><?php esc_html_e('Posted','Chameleon'); ?> <?php esc_html_e('by','Chameleon'); ?> <?php the_author_posts_link(); ?> <?php esc_html_e('on','Chameleon'); ?> <?php the_time(esc_attr(get_option('chameleon_date_format'))) ?> <?php esc_html_e('in','Chameleon'); ?> <?php the_category(', ') ?> | <?php comments_popup_link(esc_html__('0 comments','Chameleon'), esc_html__('1 comment','Chameleon'), '% '.esc_html__('comments','Chameleon')); ?></p>I thought by deleting this it would have worked but apparently, no!
Could you help me with that?
Thanks a lot!
The topic ‘Category page: How to remove Posts information?’ is closed to new replies.