Atom/Rss feed link removall
JamesJWeg
Registered Users Posts: 795 Major grins
How do I remove the Atom Feed and RSS Feed buttons from my site?
James.
James.
0
Comments
Put this in the stylesheet section of your customization:
#feeds { display:none}
Smug since 2006
SmugMug Help
PhotoscapeDesign
James.
http://www.jamesjweg.com
It does not work for me
http://sebmour.smugmug.com
the code needs to be like this:
#feeds {
display:none;
}
But my question is, why are you hiding them? Looking at your site, (great work, btw!), it seems that you want people to see your work. Feeds are a great way for people to not only find you, but to stay up on your new additions, etc.
Portfolio • Workshops • Facebook • Twitter
I still see it
/* hide breadcrumb by default so it doesn't show until after it's been modified */
#breadCrumbTrail {visibility: hidden;}
.breadCrumbTrail_home, .breadCrumbTrail_category, .breadCrumbTrail_subcategory {display:none;}
#feeds {
display:none;
}
SmugMug Support Hero
You can turn off feeds by a simple button in your control panel, settings tab now.
Portfolio • Workshops • Facebook • Twitter
yup, got it, thanks
It took me a while to find this setting and "Help" wasn't helpful, so perhaps I can save someone some time... it is on the Privacy tab of the control panel.
My SmugMug
Thanks, I was looking for it.
Matt George