Hide tags on Mayer Theme
-
AuthorPosts
-
hscham
MemberHi,
Is it possible to hide the tags on posts on the Mayer premium theme?
Thanks for all your help
The blog I need help with is: (visible only to logged in users)
tmcfarlin4
MemberHey there,
Without making any custom CSS changes, there are no ways to hide the tags.
If you’re interested in doing that, I can provide you the CSS to do so (but you’d need to have that feature enabled on your blog).
Let me know and we’ll go from there!
TomHello,
Yes I am interested. How do I enable it on my blog?
Thanks.
tmcfarlin4
MemberHeya,
This is an upsell that you’ll need to enable. Check out this page for more information.
Once you’ve got it enabled, let me know and we’ll go from there!
I already have upgrades in place that allows me to edit the CSS.
tmcfarlin4
MemberUsing CSS, you can hide the tags like this:
a[rel~="tag"] { display: none; }
However, this will actually continue to display the comma separators and the dashes, which I know is not ideal.
What I’ll do is take this issue and build in a feature of the theme that makes it really easy to hide tags (and other data like the date, categories, and so on) using CSS.
I’ll have this released within the next 24 hours (or 48 hours) at the latest.
Thanks for the idea, and patience while I get this in place. I’ll touch base here once the upgrade has made it to WordPress.com
Thanks for taking the time to look into this issue. The above solution is not really ideal if it’ll leave separators and dashes visible.
I’ll patiently wait for the new build with the options to toggle on/off those features, much better solution. Appreciate your work and I look forward to the new build.
Thank you.
tmcfarlin4
MemberYeah – I figured with it leaving residual characters, it wouldn’t look very good :).
I’m aiming to have the new build ready and deployed today. When I do, there will be a class name that you can target to hide the content.
I’ll make sure to update this thread once I know that it’s available to you guys!
tmcfarlin4
MemberAlright – the latest version ahs updated.
Here’s how you can hide tags:
.post-tag-meta { display: none; }
And you should be good to go.
chambyte
MemberHi, I don’t use comments on my Blog, is it possible to hide the ‘No comment’ meta, too?
tmcfarlin4
MemberIt is! Just add the following line of code to your CSS file:
.post-comment-link-meta { display: none; }
That should take care of it – if not, let me know!
Tomchambyte
MemberMany thanks, Tom. It worked.
tmcfarlin4
MemberAwesome – glad to hear it!
- The topic ‘Hide tags on Mayer Theme’ is closed to new replies.