bshirley
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: Problem Deleting Categorieshmm, obviously a problem with the podpress plugin
Forum: Fixing WordPress
In reply to: [Plugin: WordPress.com Stats] Fix for Stats not recording page viewsGood call.
I’ve been sitting there for weeks saying “I know I have visitors, I have comments”.
I duplicated the line, figuring if I switch themes, the page will use one or the other, so cover my bases:
stats/stats.php – toward the bottom:
// Plant the tracking code in the footer add_action( 'wp_footer', 'stats_footer', 101 ); add_action( 'get_footer', 'stats_footer', 101 );Forum: Fixing WordPress
In reply to: Yahoo RSS failureWPINSTALLDIR/wp-content/plugins/ywhsbcmast.html
had 3-4 trailing empty lines causing the problem
Forum: Fixing WordPress
In reply to: RSS feed still not workinghow/where are the plugins/whitespace?
which files do I need to look in?
(i’m having the same problem – http://wordpress.org/support/topic/55699 )Forum: Fixing WordPress
In reply to: Yahoo RSS failureupdate:
It seems the problem is three blank lines being added to the head of the xml.
The source being output is at
http://shirl.com/feed0.xmlwith the heading three blank lines removed, at
http://shirl.com/feed1.xmlfeedvalidator.org accepts the second one
What is causing this addition of blank lines?
How can I stop it?Alternately, where should I look? (Was an OpenStep/C/Objective-C programmer in a former life)
Forum: Fixing WordPress
In reply to: “undefined entity” error in feedHe already gave you an answer, but i thought i’d mention that I find
useful.