I want to change the styles of the rss feed, can anyone tell me how to make changes? I am new in wordpress and I don't have idea how to change the css for RSS.
Thanks for your help.
I want to change the styles of the rss feed, can anyone tell me how to make changes? I am new in wordpress and I don't have idea how to change the css for RSS.
Thanks for your help.
If you are talking about your site's rss feed, then you should use xslt: http://www.w3schools.com/xsl/
You'll probably have to write a function or a plugin to include a .xsl stylesheet when a feed is called.
If you go the route of learning to modify WP via PHP and plugin programming, you'll probably get to the point where you need to check if the display is within a feed (then make CSS changes). The function is_feed() should do the trick.
Have you already searched for a plugin to do this task?
-WC
You must log in to post.