{"id":40,"date":"2009-01-19T13:44:58","date_gmt":"2009-01-19T12:44:58","guid":{"rendered":"http:\/\/x3.net-agenten.de\/?p=40"},"modified":"2009-01-19T13:45:36","modified_gmt":"2009-01-19T12:45:36","slug":"wordpress-rss-fur-comments","status":"publish","type":"post","link":"https:\/\/x3.net-agenten.de\/?p=40","title":{"rendered":"WordPress RSS f\u00fcr Comments"},"content":{"rendered":"<p>Ich wollte den Hack einfach mal festhalten, falls man ihn nochmal brauchen sollte.<\/p>\n<blockquote><p>This is the tricky way to solve:<br \/>\nOpen the wordpress file wp-includes\/comment-template.php and search for this line contained inside the function get_comment_link():<\/p>\n<p><code><br \/>\nreturn add_query_arg( 'cpage', $args['page'], get_permalink($comment->comment_post_ID ) ) . '#comment-' . $comment->comment_ID;<br \/>\n<\/code><br \/>\nthe tricky way is to substitute the above with this code:<\/p>\n<p><code><br \/>\nreturn add_query_arg( 'amp;cpage', $args['page'], get_permalink( $comment->comment_post_ID ) ) . '#comment-' . $comment->comment_ID;<br \/>\n<\/code><\/p>\n<p>Save and overwrite the original comment-template.php file with the new edited: enjoy now your wordpress comment feed correctly resumed. <\/p><\/blockquote>\n","protected":false},"excerpt":{"rendered":"<p>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( &#8218;cpage&#8216;, $args[&#8218;page&#8216;], get_permalink($comment->comment_post_ID ) ) . &#8218;#comment-&#8218; . $comment->comment_ID; the tricky way is to substitute the above with&hellip; <a class=\"more-link\" href=\"https:\/\/x3.net-agenten.de\/?p=40\"><span class=\"screen-reader-text\">WordPress RSS f\u00fcr Comments<\/span> weiterlesen<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"ngg_post_thumbnail":0,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-40","post","type-post","status-publish","format-standard","hentry","category-allgemein","entry"],"_links":{"self":[{"href":"https:\/\/x3.net-agenten.de\/index.php?rest_route=\/wp\/v2\/posts\/40","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/x3.net-agenten.de\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/x3.net-agenten.de\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/x3.net-agenten.de\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/x3.net-agenten.de\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=40"}],"version-history":[{"count":5,"href":"https:\/\/x3.net-agenten.de\/index.php?rest_route=\/wp\/v2\/posts\/40\/revisions"}],"predecessor-version":[{"id":45,"href":"https:\/\/x3.net-agenten.de\/index.php?rest_route=\/wp\/v2\/posts\/40\/revisions\/45"}],"wp:attachment":[{"href":"https:\/\/x3.net-agenten.de\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=40"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/x3.net-agenten.de\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=40"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/x3.net-agenten.de\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=40"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}