PDA

View Full Version : Site description in RSS feed


eraserhead
03-01-2007, 12:52 PM
Sorry to post such a stupid question, but I've searched forum & wiki with no luck!

The description in my RSS feed comes up as 'imitationeye photoblog' which I would like to change, how do I do this?

Would appreciate non-teckie answer please, I'm still a bit new to pixelpost...

Many thanks!

Rob
Pixelpost Version 1.5
http://www.imitationeye.com/

austriaka
03-01-2007, 02:15 PM
have a look into index.php.
More at the end of the script you find the definitions for rss and atom.
You will easily find the blog title and description there and change it to your needs

KArin

eraserhead
03-01-2007, 03:07 PM
Thanks KArin,

I tried looking at index.php (in the admin folder) before posting this help message, trouble is I can't find uses of 'description' or 'imitationeye' or 'photoblog' in that file so I'm not sure what to change...

Cheers, Rob

sentinel
03-01-2007, 03:11 PM
the description in rss is equal to the pixelpost site title + "photoblog"

search for line
"<description>$pixelpost_site_title photoblog</description>"

this will appear twice (1x rss, 1x atom)

replace "$pixelpost_site_title photoblog" with the short description you want.
this might also change the title of you blog at photoblogs.org and such pages

edit:

the $pixelpost_site_title variable is equivalent to the "title" in the admin-options

eraserhead
03-01-2007, 03:24 PM
Also I can't find any mention of either RSS or atom in my index.php. I've also searched it for 'photoblog'...

KArin says its near the end of the script, maybe you can show me, here is the second half of my index.php:

Now removed!

sentinel
03-01-2007, 03:32 PM
in index.php version 1.5

line 772 <description>$pixelpost_site_title photoblog</description>
line 851 <title>$pixelpost_site_title photoblog</title>


btw not the index.php in the "admin" folder.. it's the index.php in document root.
(maybe you should remove the code parts from your previous posting .. maybe little bit too much =)

Vernon.Trent
03-01-2007, 03:36 PM
http://forum.pixelpost.org/showpost.php?p=32683&postcount=11

sentinel
03-01-2007, 03:44 PM
doh .. thx vernon.trent

eraserhead
03-01-2007, 03:53 PM
Got it working now!

Thanks guys!