Okay
  Public Ticket #212505
Hide categories and tags
Closed

Comments

  • Adam started the conversation

    Hello, I'm trying to figure out how to hide categories and tags on blog posts. I've found an option to hide the author box, but it doesn't remove the cat/tag -- I'd actually like to remove the cat/tag but keep author.

    I also want to remove the category listing underneath portfolio headers in my Portfolio section.

    Anybody know of a solution?

  •  1,825
    Support replied

    Hi Adam,

    it requires some custom work:

    to hide the categories and tags you can go /blog-post-format/post-commen.php and change the implementation the way you wish

    For hiding the portfolio categories, the file is

    /sections/portfolio_section.php

    or you can hide div id="filters" with display none in Custom CSS

    Thanks

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Adam replied

    Hi, thanks for the info. I was able to hide cats/tags in the post-common.php folder pretty easily.

    The portfolio categories were in a different place, but I realize I probably didn't ask the question properly to begin with. I found the code I was looking for in Sections > portfolio_item_normal.php and just removed the fourth line below:

    <!-- Section Title -->
    <div>
    <h1><?php the_title(); ?></h1>
    <p><?php echo $item_categories; ?></p>
    </div>
    <!--/Section Title -->

    Thanks again for the guidance. I appreciate it.

  •  1,825
    Support replied

    Excellent!

    Not a pb, Adam glad it helped.

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy