-
AuthorPosts
-
June 24, 2014 at 2:57 pm #283052
I need to hide author, date, comments and category in all blog layouts except in grid blog layout I need to show category.
- This topic was modified 10 years, 4 months ago by AdriaWave.
June 24, 2014 at 3:06 pm #283059Hi AdriaWave!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.post-meta-infos { display: none; } .page-id-2131 .post-meta-infos { display: block; }
Please replace the page ID in the second line with the page id of your blog grid page. You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg
Regards,
YigitJune 24, 2014 at 3:26 pm #283069This reply has been marked as private.June 24, 2014 at 3:33 pm #283074June 24, 2014 at 3:44 pm #283083Thank you.
I got time showed instead of category.
June 24, 2014 at 3:47 pm #283086June 24, 2014 at 3:48 pm #283089This reply has been marked as private.June 24, 2014 at 4:01 pm #283097Hey!
You can remove the date with following code
.slide-meta { display: none; }
As you can see here on demo site – http://kriesi.at/themes/enfold/blog/blog-grid/ category is not displayed on blog grid
Regards,
YigitJune 24, 2014 at 4:08 pm #283109Ok, so there is no way to display category in grid or masonry ?
June 24, 2014 at 5:13 pm #283133Hey!
Currently it is not possible but feel free to request such feature here or vote if already requested – https://kriesi.at/support/enfold-feature-requests/
Regards,
YigitDecember 11, 2014 at 6:20 pm #366798Figured I’d share my current workaround for anyone else who comes across this topic until (hopefully) some additional functionality is built into Enfold’s blog grid display options.
It doesn’t help in an automated sort of way, but I hide the meta info using the code above, then simply type the desired text into the “Excerpt” section of the Post and link it directly to the page I want it to go to. It’s not necessarily the most elegant solution, but it works and makes my site look the way I want it to across the devices I’ve tested it on.
In the interest of thoroughness, my “Excerpt” section looks like this:
<strong><a href="http://www.LINKtoPAGE">Category Name</a></strong><br /> <br /> Text excerpt goes here for whatever I want to show up for this particular blog post.
Hope this helps someone.
December 11, 2014 at 7:08 pm #366827 -
AuthorPosts
- The topic ‘Hide author, date…’ is closed to new replies.