RSS link problem
-
Okay, it’s me again. I successfully moved my index.php outside of my wp folder. Now, I noticed that my rss2_url points to the wrong link. It points to http://asianglow.net/feed/rss2/ rather than
http://asianglow.net/wp/feed/rss2/
Is there a way I can move my rss file to my root folder, or is there a way I can change the rss2_url so it points to my wp folder? This is what I have in my footer.php right now:
<li id="meta"><?php _e('Meta:'); ?>- " title="<?php _e('Syndicate this site using RSS'); ?>"><?php _e('RSS 2.0'); ?>
- " title="<?php _e('The latest comments to all posts in RSS'); ?>"><?php _e('Comments RSS 2.0'); ?>
- "><?php _e('Valid XHTML'); ?>
- ">WP
Where can I change this variable rss2_url? I’m not that good with PHP, so I have no idea! Thanks a lot.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘RSS link problem’ is closed to new replies.