Ich wollte den Hack einfach mal festhalten, falls man ihn nochmal brauchen sollte.
This is the tricky way to solve:
Open the wordpress file wp-includes/comment-template.php and search for this line contained inside the function get_comment_link():
return add_query_arg( 'cpage', $args['page'], get_permalink($comment->comment_post_ID ) ) . '#comment-' . $comment->comment_ID;
the tricky way is to substitute the above with this code:
return add_query_arg( 'amp;cpage', $args['page'], get_permalink( $comment->comment_post_ID ) ) . '#comment-' . $comment->comment_ID;
Save and overwrite the original comment-template.php file with the new edited: enjoy now your wordpress comment feed correctly resumed.
@penthi: wo hast du eigentlich den link hier http://x3.net-agenten.de/?feed=comments-rss2 her?
Ich hab mal ein wenig rumgegooglet. Und dann bin ich auf einer Seite gelandet, wo die ganzen Standard-Feed-Links drin waren.
nett
Also auf der Seite hab ich das gesehen: http://codex.wordpress.org/Customizing_Feeds
komisch… warum war denn dein letzter kommentar hier nicht freigegeben? O.o
vor allem meine ich, dass ich ihn schonmal gesehen/gelesen habe
Ich denke mal, weil da ein Link drin war 😉
hmmm… teste das mal nochmal, indem du nochmal was mit nem link schreibst… ^^
Wie wärs mit http://mads.net-agenten.de