eimiza
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: RSS feed doesn't show xml, but it show content.okay my rss appear to be normal back(with correct xml) after doing the last step
– re-uploading all files & folders – except the wp-content folder and wp-config.php & root .htaccess files – from a fresh download of WordPress. Make sure that you delete the old copies of files & folder before uploading the new ones
it is my fault to modifying the core files.
thanks esmi & doug sparling for helping me. if you come to malaysia i will buy you a dinner 🙂
Forum: Fixing WordPress
In reply to: RSS feed doesn't show xml, but it show content.– deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s). done
– switching to the default theme to rule out any theme-specific problems. done
– resetting the plugins folder by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause problems. done
– re-uploading all files & folders – except the wp-content folder and wp-config.php & root .htaccess files – from a fresh download of WordPress. Make sure that you delete the old copies of files & folder before uploading the new ones. – working on this
ok ill wait for an hour..
Forum: Fixing WordPress
In reply to: RSS feed doesn't show xml, but it show content.okay sorry, i’ll keep that in mind.
i have removed the script, but still the same..
Forum: Fixing WordPress
In reply to: RSS feed doesn't show xml, but it show content.my root index.php <- i put google analytics script here..
<?php /** * Front to the WordPress application. This file doesn't do anything, but loads * wp-blog-header.php which does and tells WordPress to load the theme. * * @package WordPress */ /** * Tells WordPress to load the WordPress theme and output it. * * @var bool */ define('WP_USE_THEMES', true); /** Loads the WordPress Environment and Template */ require('./wp-blog-header.php'); ?> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-44428071-1', 'newmalaysianpost.com'); ga('send', 'pageview'); </script>[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
Forum: Fixing WordPress
In reply to: RSS feed doesn't show xml, but it show content.i also change my theme to wordpress default theme.. still won’t work please help
Forum: Fixing WordPress
In reply to: RSS feed doesn't show xml, but it show content.thank you for reply,
im done deactivating all plugin and rename /wp-include/plugins folder to plugins.hold but still same plus some error in http://newmalaysianpost.com/feed
Warning: Cannot modify header information – headers already sent by (output started at /home/khactcom/public_html/newmalaysianpost.com/index.php:2) in /home/khactcom/public_html/newmalaysianpost.com/wp-includes/feed-rss2.php on line 8
any idea?