• whiteinge

    (@whiteinge)


    On WordPress 1.5.1.2 the “Subscribe to comments with RSS” link for pages (not posts) has an omission in the rewrite rules that causes the feed to be of the page, not the comments.

    Essentially the &withcomments=1 is missing at the end of the URL. A fixed example follows.

    RewriteRule ^(yourCustomPageName)/(feed|rdf|rss|rss2|atom)/?$ /index.php?pagename=$1&feed=$2&withcomments=1 [QSA,L]

The topic ‘Error in “Subscribe to comments” for pages (not posts) in 1.5.1.2’ is closed to new replies.