Best Premium and Free WordPress Themes › Forums › SuperMagPro › Hide info on author, date posted, category, etc.
Tagged: author, category, category page, code, date posted, hide info, single post
- This topic has 2 replies, 2 voices, and was last updated 6 years ago by
jimmyriverhillstraveler.
- AuthorPosts
- July 26, 2016 at 9:55 pm #7024
jimmyriverhillstraveler
ParticipantIf I’m looking at listed blog posts on a category page, such as http://www.riverhillstraveler.com/category/news/ , or even just a single post page such as http://www.riverhillstraveler.com/843-acre-property-is-don-robinsons-legacy-to-outdoor-lovers/ , I’d like the date posted, author, and category info that is on the top and bottom of the text to be hidden. Is there any way to do this? thanks
July 27, 2016 at 1:01 am #7037acmesupports
ModeratorHello jimmyriverhillstraveler,
Thanks for your questions. If you want to do that, you have to customize the code. There is no readymade options to make it up and down. Please find the code inside
template-parts
and customize the code ofcontent.php
andcontent-single.php
as your need.
Otherwise, please add the below CSS codes on Customize > Layout/Design Options > Custom CSS.single .entry-meta { display: none; } .single .entry-footer { display: none; } .archive .entry-meta { display: none; } .archive .entry-footer { display: none; }
Note: Child theme is recommended to customize theme.
Thank You
- This reply was modified 6 years ago by
acmesupports.
July 28, 2016 at 2:05 pm #7089jimmyriverhillstraveler
ParticipantThanks!
- This reply was modified 6 years ago by
- AuthorPosts
- The topic ‘Hide info on author, date posted, category, etc.’ is closed to new replies.