Posts Tagged ‘changed’

Finally i have changed oes tsetnoc feed title

December 9th, 2009

Almost from the first day when i started this blog i was trying to correct feed page title it show something else then oes tsetnoc. I post help thread in wordpress support forum and digitalpoint, no one help me because every one just confused how can feed page show something else than blog title. But today i have to decide edit PHP files by myself, and make it correct in 10 mint after lot of searching where the title code is. Finally the title is changed, I this this will help me in SEO too because feed page has its own importance

How to change feed title manually in wordpress:

search two files feed-rss2 and feed-rss in wp-includes directory and change

<title><?php bloginfo_rss(’name’); wp_title_rss(); ?></title>

into

<title>Your Tilte</title>

It is just simple!!

have a Good Day