vmaia
Veteran
Just Getting Started
Member Likes (0)
Hello,
I'm using the buddypress fun theme.
What is the rss url for blog posts in Buddypress Fun Theme?
I only found the activity rss url: e.g. http://www.pokermadeira.com/activity/feed/
when i subscribe my activity rss url it shows strange characters in the Portuguese language.
Please see the image above:
Responses (6)
Lead Developer (joined May 2009) Likes (0)
I'm not sure if there is a global blog posts feed in BuddyPress. Anyone else?
Also note this has nothing to do with the theme.
Member (joined November 2010) Likes (0)
Ok.
I'm looking for a rss url only for blog post.
If they don't exist, where i can find more (trust) information to add this type of url feed in buddypress?
How can i resolve the problem with the special Portuguese characters?
Thank you
Geeky Developer (joined June 2009) Likes (0)
the wordpress blog post feed should be
http://www.pokermadeira.com/feed/
or add this to your template
< a href="<?php bloginfo('rss2_url'); ?>">Blog Post RSS Feed< /a >
*refine the spacing on code above
Member (joined November 2010) Likes (0)
Thank you very much Richie. That works.
But i continue to have the problem with the activity feed where the Portuguese characters show strange symbols.
Please see the image in the first post.
Vítor
Keeper of the Dark Chocolate (joined July 2007) Likes (0)
That's usually a charset problem. What charset is the databases set to? The feed itself is set to utf8 so that's fine. I have a feeling that you have a latin charset in there somewhere.
Member (joined November 2010) Likes (0)
I check my database and i have two values:
utf8_general_ci
and
latin1_swedish_ci
I don't now why i have the latin1_swedish_ci? In the wordpress installation i don't put myself this value.
How to resolve this problem?
WordPress Questions?
We've got answers!
Find out more »