-
Author
-
October 9, 2014 at 01:40 #31132u142412Participant
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
October 9, 2014 at 01:55 #31134sharmstrModeratorInstead 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
October 9, 2014 at 08:35 #31148u142412ParticipantThanks 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.October 9, 2014 at 14:30 #31165sharmstrModeratorSorry. 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 solutionThis 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.October 10, 2014 at 21:36 #31371u142412ParticipantHey sharmstr!
Thanks for going way above the call of duty; this fix worked PERFECTLY!
Awesomely impressed.
Paul
October 10, 2014 at 21:50 #31372sharmstrModeratorI 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The topic ‘Remove Tags from post in masonry grid view’ is closed to new replies.