johncblacker
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: RSS Feed validation failure version 2.0.4 and 2.0.5Problem solved…I moved it off of GoDaddy’s free hosting server to another of my websites…I guess when you go “free”, you get more than you bargained for! Anyway, thanks for the information and help Kafkaesqui.
Forum: Fixing WordPress
In reply to: RSS Feed validation failure version 2.0.4 and 2.0.5So, how/where is GoDaddy adding this stuff to my blog?
Must be some .php code somewhere?Forum: Fixing WordPress
In reply to: RSS Feed validation failure version 2.0.4 and 2.0.5Here is the wp-config.php from the GoDaddy site:
<?php
// ** MySQL settings ** //
define(‘DB_NAME’, ‘par0634608441567’); // The name of the database
define(‘DB_USER’, ‘par0634608441567’); // Your MySQL username
define(‘DB_PASSWORD’, ‘xxxxxxxx’); // …and password
define(‘DB_HOST’, ‘mysql109.secureserver.net’); // 99% chance you won’t need to change this value// You can have multiple installations in one database if you give each a unique prefix
$table_prefix = ‘wp_’; // Only numbers, letters, and underscores please!// Change this to localize WordPress. A corresponding MO file for the
// chosen language must be installed to wp-includes/languages.
// For example, install de.mo to wp-includes/languages and set WPLANG to ‘de’
// to enable German language support.
define (‘WPLANG’, ”);/* That’s all, stop editing! Happy blogging. */
define(‘ABSPATH’, dirname(__FILE__).’/’);
require_once(ABSPATH.’wp-settings.php’);
?>
I recognize the add stuff at the top of all my pages…how to get rid of them? How to fix this problem?
Thanks.