Forums

Change css for RSS feed (3 posts)

  1. arpitap
    Member
    Posted 2 weeks ago #

    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.

  2. troycawley
    Member
    Posted 2 weeks ago #

    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.

  3. WatchCount.com
    Member
    Posted 2 weeks ago #

    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

Reply

You must log in to post.

About this Topic

Tags