StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 06-07-2009, 08:04 AM
teyonas teyonas is offline
Registered User
Genesis Member
 
Join Date: Jan 2009
Posts: 76
Default How to change WP RSS feed

I have problems with built-in feed displaying images correctly. As I viewed codes from diferent feeds I saw that it doesent include image source at all. Since no other fix does the trich, I wan't to know where is feed code located and how to change it? I viewed code using view page source, but I can't find the right file to change >.<

Mine looks like this:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<rss version="0.92">
<channel>
   <title>bodieko.si</title>
   <link>http://www.bodieko.si</link>
   <description>ekologija, dom, zdravje, prehrana, okolje, energija, novice</description>
   <lastBuildDate>Wed, 03 Jun 2009 22:37:27 +0000</lastBuildDate>
   <docs>http://backend.userland.com/rss092</docs>

   <language>en</language>

      <item>
      <title>Okolju prijazna pisarna</title>
      <description>?eprav nas veliko preureja svoje domove, da bi bili okolju prijaznejši, pa ve?ina vseeno pozabi na svojo pisarno. Za vas smo izbrskali nekaj uporabnih nasvetov ...

Uporabite tehnologijo, da prihranite na papirju:
Veliko srednjih in ve?jih podjetij se zanaša na e-pošto za vsakodnevno komunikacijo. V manjših podjetjih pa veliko zaposlenih vseeno na ...</description>
      <link>http://www.bodieko.si/okolju-prijazna-pisarna</link>
         </item>
But it should look like this to work:

Code:
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Bodieko.si</title>
<link>http://www.bodieko.si/</link>
<description>ekologija, dom, zdravje, prehrana, okolje, energija, novice</description>
<language>SL</language>
<copyright>Copyright 2009 BODIEKO (info@bodieko.si)</copyright>
<managingEditor>info@bodieko.si (Bodieko portal)</managingEditor>
<lastBuildDate>Sun, 07 Jun 2009 14:22:36 +0200</lastBuildDate>
<category>Dom & Energija</category>

<image>
<url>http://www.bodieko.si/images/logo.jpg</url>
<title>Bodieko.si</title>
<link>http://www.bodieko.si/</link>
</image>
<item>
<title><![CDATA[Okolju prijazna pisarna ]]></title>
<link>http://www.bodieko.si/okolju-prijazna-pisarna</link>
<description><![CDATA[
?eprav nas veliko preureja svoje domove, da bi bili okolju prijaznejši, pa ve?ina vseeno pozabi na svojo pisarno. Za vas smo izbrskali nekaj uporabnih nasvetov …
]]></description>
<author>info@bodieko.si</author>
<guid isPermaLink="true">http://www.bodieko.si/okolju-prijazna-pisarna</guid>
<pubDate>Fri, 05 Jun 2009 10:03:23 +0200</pubDate>
</item>
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Change RSS feed from domain.com/feed/RSS Clay Franklin General Discussion 3 12-07-2009 04:27 PM
Change category feed page skiminvasion General Discussion 3 07-25-2009 11:33 PM
Change the URL of RSS feed sebmilo General Discussion 2 06-22-2009 08:36 AM
How to change the no of feed posts? colin General Discussion 1 05-17-2009 04:02 PM
Change Feed to Email Godfather General Discussion 1 01-20-2009 12:06 PM


All times are GMT -5. The time now is 06:34 PM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.