Available RSS Feeds customization
LoulouPix
Registered Users Posts: 30 Big grins
Hi,
congratulations on this forum which seems very active and full of ressources.
I tried the search but didn't manage to find the answer I was looking for.
What I'd like to do is tweak the Available Feeds.
Currently I can see "Recent Galleries" and "Recent Photos" in Atom and RSS.
I wanted to know if there was a way to:
1. Only display the RSS option
2. Only display the Recent Photos
3. Force the display size.
I looked different places with no luck.
What I'm about to do is to disable the display of feeds with:
#feeds {
display:none;
}
and put in a custom footer the below code:
<a href="http://louloupix.smugmug.com/hack/feed.mg?Type=nicknameRecentPhotos&Data=louloupix&format=rss200&Size=Large">Recent Pictures</a>
I'd like to know if there's any alternate more proper way to do this.
Thanks in advance for your help
S.
congratulations on this forum which seems very active and full of ressources.
I tried the search but didn't manage to find the answer I was looking for.
What I'd like to do is tweak the Available Feeds.
Currently I can see "Recent Galleries" and "Recent Photos" in Atom and RSS.
I wanted to know if there was a way to:
1. Only display the RSS option
2. Only display the Recent Photos
3. Force the display size.
I looked different places with no luck.
What I'm about to do is to disable the display of feeds with:
#feeds {
display:none;
}
and put in a custom footer the below code:
<a href="http://louloupix.smugmug.com/hack/feed.mg?Type=nicknameRecentPhotos&Data=louloupix&format=rss200&Size=Large">Recent Pictures</a>
I'd like to know if there's any alternate more proper way to do this.
Thanks in advance for your help
S.
0