This topic has 5 replies, 2 voices, and was last updated 10 years by sharmstr.

  • Author
  • #31132
     u142412
    Participant

    Hi &th. Queen Support,

    I have hidden tags when reading individual posts but the tags show up again on post ’tiles’ on my home page in masonry grid view.

    URL is: beyondthebigidea.com

    What am I missing?

    Please help.

    Thanks so much in advance!

    PAul in Seattle, USA

    #31134
     sharmstr
    Moderator

    Instead of hiding tags, you can just keep them from displaying in the first place. You can copy the ‘kleo_entry_meta’ function into your /kleo-child/functions.php file and remove the items you dont want displayed.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #31148
     u142412
    Participant

    Thanks for the quick response, sharmstr.

    I’m a bit (ok, a lot) of a php noob:

    I copied the kleo_entry_meta function from parent theme & pasted it into a text file renamed functions.php & added that to the child theme (screenshot attached).

    No matter what part of the function I remove to not display meta data, the function prints to the header area of my blog (screenshot attached).

    And the meta data still shows on the post. Grr.

    Can u tell what I’m doing wrong?

    Thanks in advance,

    Paul

    Attachments:
    You must be logged in to view attached files.
    #31165
     sharmstr
    Moderator

    Sorry. I assumed you knew how to use the functions.php file. First, you shouldn’t have copied a text file over. There should have been a functions.php file there already. You just needed to add the code. The reason its printing out is because your file doesnt have the php stuff in it. Put this at the top of the file

    COPY CODE
    
    
    <?php
    /**
     * @package WordPress
     * @subpackage Kleo
     * @author SeventhQueen <themesupport@seventhqueen.com>
     * @since Kleo 1.0
     */
    
    /**
     * Kleo Child Theme Functions
     * Add custom code below
    */ 
    
    

    Or use the file attached. Remember to remove .txt

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    Attachments:
    You must be logged in to view attached files.
    #31371
     u142412
    Participant

    Hey sharmstr!

    Thanks for going way above the call of duty; this fix worked PERFECTLY!

    Awesomely impressed.

    Paul

    #31372
     sharmstr
    Moderator

    I changed mine a long time ago to add the authors avatar so this was an easy one to answer 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Remove Tags from post in masonry grid view’ is closed to new replies.

Log in with your credentials

Forgot your details?