<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Wordpress guru urgently required</title>
	<link>http://www.upstartblogger.com/wordpress-guru-urgently-required</link>
	<description>Successful Blogging Made Simple</description>
	<pubDate>Fri, 09 Jan 2009 22:05:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Ashley Morgan</title>
		<link>http://www.upstartblogger.com/wordpress-guru-urgently-required#comment-14120</link>
		<dc:creator>Ashley Morgan</dc:creator>
		<pubDate>Sat, 12 Apr 2008 01:43:09 +0000</pubDate>
		<guid>http://www.upstartblogger.com/wordpress-guru-urgently-required#comment-14120</guid>
		<description>Amber - I tried copying the original comment code from the Sandbox theme but it didn't make any difference.

Joshua - AN Hosting haven't disabled the PHP functions, I put up a couple of test blogs with default themes and they happily pinged and trackbacked from a range of different blogs.

Curtis - I'm just going to check that right now.  Hopefully I'll find something in there.

The thing I can't get my head around is that something is stopping the blog from sending out notification to other blogs whilst at the same time recording the number of incoming pings but not quoting them.  It's all very strange.</description>
		<content:encoded><![CDATA[<p>Amber - I tried copying the original comment code from the Sandbox theme but it didn&#8217;t make any difference.</p>
<p>Joshua - AN Hosting haven&#8217;t disabled the PHP functions, I put up a couple of test blogs with default themes and they happily pinged and trackbacked from a range of different blogs.</p>
<p>Curtis - I&#8217;m just going to check that right now.  Hopefully I&#8217;ll find something in there.</p>
<p>The thing I can&#8217;t get my head around is that something is stopping the blog from sending out notification to other blogs whilst at the same time recording the number of incoming pings but not quoting them.  It&#8217;s all very strange.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Curtis Earl</title>
		<link>http://www.upstartblogger.com/wordpress-guru-urgently-required#comment-14112</link>
		<dc:creator>Curtis Earl</dc:creator>
		<pubDate>Thu, 10 Apr 2008 21:19:01 +0000</pubDate>
		<guid>http://www.upstartblogger.com/wordpress-guru-urgently-required#comment-14112</guid>
		<description>just to cover all basis, are you having any weird errors in your log? i know that wordpress generates its own error log, but you wanna check your error logs in cpanel.

plugin conflicts, maybe.</description>
		<content:encoded><![CDATA[<p>just to cover all basis, are you having any weird errors in your log? i know that wordpress generates its own error log, but you wanna check your error logs in cpanel.</p>
<p>plugin conflicts, maybe.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua Goodwin</title>
		<link>http://www.upstartblogger.com/wordpress-guru-urgently-required#comment-14108</link>
		<dc:creator>Joshua Goodwin</dc:creator>
		<pubDate>Thu, 10 Apr 2008 17:06:13 +0000</pubDate>
		<guid>http://www.upstartblogger.com/wordpress-guru-urgently-required#comment-14108</guid>
		<description>Turning off the CSS doesn't appear to make it work.

This could be something to do with AN Hosting -- they may have disabled the PHP functions required for trackbacks and pingbacks to work.

And also, only if the other blog concerned is too another WP-powered blog will the connection be made. It's probably a good idea to paste the "Trackback URL" into the special box on the "write new post" page. Talking of those, you should probably display the trackback URL in the comments section:

&lt;code&gt;&lt; ?php trackback_url(); ?&gt;&lt;/code&gt;

Do the trackbacks display if you change the site's theme? It currently says "One Trackback" here, but doesn't actually display the trackbacks themselves.</description>
		<content:encoded><![CDATA[<p>Turning off the CSS doesn&#8217;t appear to make it work.</p>
<p>This could be something to do with AN Hosting &#8212; they may have disabled the PHP functions required for trackbacks and pingbacks to work.</p>
<p>And also, only if the other blog concerned is too another WP-powered blog will the connection be made. It&#8217;s probably a good idea to paste the &#8220;Trackback URL&#8221; into the special box on the &#8220;write new post&#8221; page. Talking of those, you should probably display the trackback URL in the comments section:</p>
<p><code>< ?php trackback_url(); ?></code></p>
<p>Do the trackbacks display if you change the site&#8217;s theme? It currently says &#8220;One Trackback&#8221; here, but doesn&#8217;t actually display the trackbacks themselves.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amber</title>
		<link>http://www.upstartblogger.com/wordpress-guru-urgently-required#comment-14106</link>
		<dc:creator>Amber</dc:creator>
		<pubDate>Thu, 10 Apr 2008 15:53:10 +0000</pubDate>
		<guid>http://www.upstartblogger.com/wordpress-guru-urgently-required#comment-14106</guid>
		<description>I forgot to mention maybe it's a CSS issue.

&lt;code&gt;&lt;div id="trackbacks-list" class="comments"&gt;&lt;/div&gt;&lt;/code&gt;

You might check your CSS to see if you have the comments class as visible. It might just not be showing up due to some miscue in your CSS.</description>
		<content:encoded><![CDATA[<p>I forgot to mention maybe it&#8217;s a CSS issue.</p>
<p><code>
<div id="trackbacks-list" class="comments"></div>
<p></code></p>
<p>You might check your CSS to see if you have the comments class as visible. It might just not be showing up due to some miscue in your CSS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amber</title>
		<link>http://www.upstartblogger.com/wordpress-guru-urgently-required#comment-14105</link>
		<dc:creator>Amber</dc:creator>
		<pubDate>Thu, 10 Apr 2008 15:51:35 +0000</pubDate>
		<guid>http://www.upstartblogger.com/wordpress-guru-urgently-required#comment-14105</guid>
		<description>Maybe you could copy the elements of the comments.php file from the default wordpress theme that you need into your file and keep a copy of your current comments.php to compare the differences.

If the modified version of your comments.php shows the trackbacks/pingbacks, then you know it's a problem with your current configuration.

(I don't use trackbacks, so I don't know if that would be much help...but I use it when I'm figuring out issues on my own blog.)

Also, do you have like a 'testing' blog? If there are trackbacks there, you could try the above suggestion on that testing site and see if it works before you go and make it live.</description>
		<content:encoded><![CDATA[<p>Maybe you could copy the elements of the comments.php file from the default wordpress theme that you need into your file and keep a copy of your current comments.php to compare the differences.</p>
<p>If the modified version of your comments.php shows the trackbacks/pingbacks, then you know it&#8217;s a problem with your current configuration.</p>
<p>(I don&#8217;t use trackbacks, so I don&#8217;t know if that would be much help&#8230;but I use it when I&#8217;m figuring out issues on my own blog.)</p>
<p>Also, do you have like a &#8216;testing&#8217; blog? If there are trackbacks there, you could try the above suggestion on that testing site and see if it works before you go and make it live.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
