Viewing 4 replies - 1 through 4 (of 4 total)
  • /blog/feed/ only works if you’ve set a custom permalink structure (Options > Permalinks). You’re presently using default permalinks (?p=1), so the second link above to your RSS2 feed is correct for your blog.

    Thread Starter IanGriffin

    (@iangriffin)

    So my question is how I can fix the RSS link to make it return the correct URL (ending in ?feed/rss=2) rather than the one I currently get?

    Any ideas appreciated.

    It’s possible it was hardcoded into your theme’s sidebar template, so you’d have to edit that. To let WordPress generate the ‘proper’ url for the rss feed, one typically uses:

    <a href="<?php bloginfo('rss2_url'); ?>" title="Syndicate this site using RSS2">RSS</a>

    Thread Starter IanGriffin

    (@iangriffin)

    Bingo! Many thanks Kafkaesqui. That edit to sidebar.php in the minimaplus template did the trick.

    Regards

    Ian

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘RSS error – WP 1.5.2’ is closed to new replies.