lrn08
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: "Read more" links not showing up for archived pagesThanks, Suhanto! I’ll try that.
Forum: Fixing WordPress
In reply to: RSS feed problemWeird — I hadn’t replaced it before, but I did just now, and everything works perfectly again. Thank you, thank you, thank you! I really appreciate it.
Forum: Fixing WordPress
In reply to: RSS feed problemYes, the second feed does seem to work, though it doesn’t validate in Feedburner.
Anyone have any suggestions on how to fix this problem?
I’m actually getting a different message when I try to validate http://feeds.feedburner.com/SweetFinds in Feedburner now:
This feed does not validate.
*
line 1, column 0: XML parsing error: <unknown>:18:2: no element found [help]
<?php
In addition, interoperability with the widest range of feed readers could be improved by implementing the following recommendation.
*
Feeds should not be served with the “application/x-httpd-php5” media type [help]
Source: http://feeds.feedburner.com/SweetFinds
1. <?php
2. /**
3. * Front to the WordPress application. This file doesn’t do anything, but loads
4. * wp-blog-header.php which does and tells WordPress to load the theme.
5. *
6. * @package WordPress
7. */
8.
9. /**
10. * Tells WordPress to load the WordPress theme and output it.
11. *
12. * @var bool
13. */
14. define(‘WP_USE_THEMES’, true);
15.
16. /** Loads the WordPress Environment and Template */
17. require(‘./wp-blog-header.php’);
18. ?>Forum: Installing WordPress
In reply to: Fatal error message after site upgradeHmm, that’s strange that you’re seeing that error message because whether I go to the blog (http://thomasriggs.net/blog) or to the administrator page at WordPress.org, I’m still getting the original error message. Any other suggestions?