palbert
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Flat Responsive] Header image too large on mobile devicesIt’s not perfect or elegant but I think I solved this by using a media query.
Forum: Fixing WordPress
In reply to: Trouble with Feeds– out of the box links to feeds don’t workSolved
I deleted some more end of file line breaks and now it works perfect, for now at least….
Paul
Forum: Fixing WordPress
In reply to: Trouble with Feeds– out of the box links to feeds don’t workHalf-solved
I made a change to wp-comment-post.php where I deleted a line break at the end of the file. That made the general site feed work:
http://bacteriality.com/feed/I’ve also been able to get the feed for individual posts to work:
http://bacteriality.com/2007/12/11/opensource/feed/BUT, the general comments feed still does not work:
http://bacteriality.com/comments/feed/I ran it through a feed validator:
http://www.feedvalidator.org/check.cgi?url=http%3A%2F%2Fbacteriality.com%2Fcomments%2Ffeed%2Fand got this comment:
line 217, column 0: Missing atom:link with rel=”self”Any ideas?
Paul
Forum: Fixing WordPress
In reply to: Trouble with Feeds– out of the box links to feeds don’t workNo one knows any reason why my feeds won’t appear?
FYI: I did look here–
http://codex.ww.wp.xz.cn/WordPress_FeedsPaul