- This topic has 18 replies, 2 voices, and was last updated 3 years, 7 months ago by Skandha.
-
AuthorPosts
-
December 29, 2020 at 11:42 pm #269225Les LeyParticipant
Hi, I’d like to get rid of the ‘ARCHIVE’ text that’s in the header of the blog posts overview page and get rid of ‘CATEGORY: XXXXX’ in the header of specific news category page.
I have tried with this page:
https://www.afc.fm/category/news/Also with this one, linking the menu to one particular news/blog category.
https://www.afc.fm/news/ (default posts page)
Please advice. Thanks!
December 30, 2020 at 12:03 am #269302SkandhaParticipant@technoliq: Hello there,
To hide the text Archive you can use our free plugin Hide Archive Label.Install and Activate the plugin.
Then,
Go to => Dashboard => Hide Archive Label => Check the boxes where you would like to hide the label.Let me know if this works out!
Kind Regards,
SkandhaDecember 30, 2020 at 3:44 am #269307Les LeyParticipantHi Skandha,
Thanks for your reply.
It’s working for the /category/news section; it removes the word ‘category’ and leaves the category name ‘news’, but it didn’t work for for the blog posts main page, /news
I think it’s somewhere in the theme’s code, could that be? If I switch to theme TwentySeventeen the ARCHIVE label is gone.
Would you have any other ideas?
Thanks so much!
December 30, 2020 at 5:50 am #269322SkandhaParticipant@technoliq: Hello there,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code..blog .custom-header-content .entry-title { display: none; }
Let me know if this works out!
Kind Regards,
SkandhaDecember 30, 2020 at 7:03 am #269328Les LeyParticipantYes! That did the trick. Thanks very much for the great support! π
December 30, 2020 at 8:42 am #269329SkandhaParticipant@technoliq: Hello there, I hope I was able to resolve your issue. If itβs not too much trouble, I have a quick request: could you please leave an honest review?
https://wordpress.org/support/theme/audioman/reviews/#new-post
Your review will help others know what to expect when theyβre looking for the support I offer. Even a sentence or two would be hugely
appreciated. Thanks, and if thereβs anything else at all that I can do to help, donβt hesitate to let me know. Have a good day! πKind Regards,
SkandhaDecember 31, 2020 at 12:45 am #269386Les LeyParticipantHi Skandha,
I’ve put up a review. Thanks for the great support!! π€πΌ
December 31, 2020 at 1:59 am #269397SkandhaParticipant@technoliq: Thank you for your wonderful review. Let me know if you come across any issues. Have a great year ahead π
Kind Regards,
SkandhaDecember 31, 2020 at 2:10 am #269399Les LeyParticipantYou’re more than welcome. Great support! Enlightened in the current world of not-support. So thanks again. π€πΌ
January 4, 2021 at 9:50 am #269809Les LeyParticipantHi Skandha,
Another one, same sort of issue. I’m not too good at this… π
At this page https://www.afc.fm/events/soulfood-show/ I want to hide the date and author, but keep the title. Could you help me out on this one too?
January 7, 2021 at 5:29 am #270143January 7, 2021 at 6:21 am #270152SkandhaParticipant@technoliq: Hello there,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code..postid-1567 .custom-header-content .entry-meta { display: none; }
Let me know if this works out!
Kind Regards,
SkandhaJanuary 7, 2021 at 11:41 pm #270156Les LeyParticipant@Skandha Thanks! This works for that specific item but not for all radio shows. Like i.e. https://www.afc.fm/events/classic-sunday-grooves/
These are produced by a plugin that displays our radio shows…
π€
January 7, 2021 at 11:41 pm #270163Les LeyParticipantI used your code and figured it out!
Replaced the post ID with ‘single-mec-events’ and now it works for all events/shows.
.single-mec-events .custom-header-content .entry-meta { display: none; }
Thanks for your help!
January 7, 2021 at 11:42 pm #270272SkandhaParticipant@technoliq: Glad you were able to figure it out. Have a good day! π
Kind Regards,
SkandhaJanuary 19, 2021 at 1:49 am #271327Les LeyParticipantHi Skandha,
If you could help me out with once more the similar problem…. please π
I thought I’d figured it out now, but I guess not…
If you look here: https://www.afc.fm/show/dance-classics-show/ — I need the date and author info removed again π
I tried by ‘postid’ and this worked https://www.afc.fm/show/non-stop-pure-funky-grooves/
— but I can’t seem to find the right info to have no date/author info in the whole plugin / all shows. In fact, I wouldn’t mind if it’s gone from every post or page throughout the website π
If you’d have some time, it would be much appreciated!
Thanks so much in advance!
January 19, 2021 at 5:53 am #271429SkandhaParticipant@technoliq: Hello there,
Try using the following CSS Code instead.entry-header .entry-meta { display: none; }
Let me know if this solves the issue.
Kind Regards,
SkandhaJanuary 19, 2021 at 6:29 am #271434Les LeyParticipantYessss!!! Oh my word, thanks a bunch, again! ππΌ Your sir, are a star!!
January 19, 2021 at 10:59 pm #271495SkandhaParticipant@technoliq: Glad it worked out. Have a good day! π
Kind Regards,
Skandha -
AuthorPosts
- The topic ‘How to hide or change ‘ARCHIVE’ text in blog posts overview page’ is closed to new replies.