Feed Issues
Hi
(ver. 3.2.2)
I've Google crawler 404 in on Page/2/feed/ and I can't find a solutions.
(I also tried add the rss feed link to theme page - but same result)
<div id="catrss">Subscribe to RSS Feed <a href="<?php echo get_term_feed_link($term->term_id, $taxonomy); ?>feed/" title="<?php printf( __( 'Subscribe to %s RSS Feed', APP_TD ), $term->name ); ?>"><?php printf( __( '%s RSS Feed', APP_TD ), $term->name ); ?></a></div>
1) Author Pages feed 404
author-name/feed/ GOOD
author-name/Page/2/feed/ 404
author-name/Page/3/feed/ 404
2) ad Category Pages feed -
ad/category/feed/ GOOD
ad/category/Page/2/feed/ - returns page 1
ad/category/Page/3/feed/ - returns page 1
Can you please give me a solution to these to fix this?
Thanks
Fred