<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Setting up WordPress</title>
	<atom:link href="http://clockinfo.com/posts/10/feed" rel="self" type="application/rss+xml" />
	<link>http://clockinfo.com/posts/10</link>
	<description>Commentary about clock repair and clock history from Bill's Clockworks and ClockHistory.com</description>
	<lastBuildDate>Tue, 07 Feb 2012 23:22:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Aueespcl</title>
		<link>http://clockinfo.com/posts/10/comment-page-1#comment-3159</link>
		<dc:creator>Aueespcl</dc:creator>
		<pubDate>Sat, 13 Dec 2008 19:36:21 +0000</pubDate>
		<guid isPermaLink="false">http://clockinfo.com/2007/06/14/setting-up-wordpress-tweeks/#comment-3159</guid>
		<description>Thanks!,</description>
		<content:encoded><![CDATA[<p>Thanks!,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill</title>
		<link>http://clockinfo.com/posts/10/comment-page-1#comment-611</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Mon, 31 Dec 2007 02:38:26 +0000</pubDate>
		<guid isPermaLink="false">http://clockinfo.com/2007/06/14/setting-up-wordpress-tweeks/#comment-611</guid>
		<description>For Wordpress 2.3.2, fix 1 is the same.

For fix 2, add the lines shown in the post after line 399 of widgets.php</description>
		<content:encoded><![CDATA[<p>For WordPress 2.3.2, fix 1 is the same.</p>
<p>For fix 2, add the lines shown in the post after line 399 of widgets.php</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Admin</title>
		<link>http://clockinfo.com/posts/10/comment-page-1#comment-186</link>
		<dc:creator>Admin</dc:creator>
		<pubDate>Mon, 15 Oct 2007 11:29:23 +0000</pubDate>
		<guid isPermaLink="false">http://clockinfo.com/2007/06/14/setting-up-wordpress-tweeks/#comment-186</guid>
		<description>For Wordpress 2.3, fix 1 is the same.

Fir fix 2, add the line:

$before_widget = preg_replace(’/id=”[^”]*”/’,&#039;id=”%id”‘, $before_widget);

after these two lines:

function wp_widget_links($args) {
	extract($args, EXTR_SKIP);

(after line 399).</description>
		<content:encoded><![CDATA[<p>For WordPress 2.3, fix 1 is the same.</p>
<p>Fir fix 2, add the line:</p>
<p>$before_widget = preg_replace(’/id=”[^”]*”/’,&#8217;id=”%id”‘, $before_widget);</p>
<p>after these two lines:</p>
<p>function wp_widget_links($args) {<br />
	extract($args, EXTR_SKIP);</p>
<p>(after line 399).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Admin</title>
		<link>http://clockinfo.com/posts/10/comment-page-1#comment-46</link>
		<dc:creator>Admin</dc:creator>
		<pubDate>Wed, 08 Aug 2007 03:46:59 +0000</pubDate>
		<guid isPermaLink="false">http://clockinfo.com/2007/06/14/setting-up-wordpress-tweeks/#comment-46</guid>
		<description>I was getting errors such as: 

Warning: Cannot modify header information - headers already sent by (output started at /home/bcwstodd/public_html/clockinfo/wp-config.php:47) in /home/bcwstodd/public_html/clockinfo/wp-includes/pluggable.php on line 331

after upgrading to WP 2.2.2. The problem was a space after the PHP closing tag in wp-config.php. The closing tag needs to be the last thing in the file (no spaces after it).</description>
		<content:encoded><![CDATA[<p>I was getting errors such as: </p>
<p>Warning: Cannot modify header information &#8211; headers already sent by (output started at /home/bcwstodd/public_html/clockinfo/wp-config.php:47) in /home/bcwstodd/public_html/clockinfo/wp-includes/pluggable.php on line 331</p>
<p>after upgrading to WP 2.2.2. The problem was a space after the PHP closing tag in wp-config.php. The closing tag needs to be the last thing in the file (no spaces after it).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Admin</title>
		<link>http://clockinfo.com/posts/10/comment-page-1#comment-42</link>
		<dc:creator>Admin</dc:creator>
		<pubDate>Wed, 08 Aug 2007 01:56:08 +0000</pubDate>
		<guid isPermaLink="false">http://clockinfo.com/2007/06/14/setting-up-wordpress-tweeks/#comment-42</guid>
		<description>For WP version 2.2.2, insert the line:

$before_widget = preg_replace(&#039;/id=&quot;[^&quot;]*&quot;/&#039;,&#039;id=&quot;%id&quot;&#039;, $before_widget);

after the else { on line 396 of widgets.php.

Fix 1 above should also be made for version 2.2.2</description>
		<content:encoded><![CDATA[<p>For WP version 2.2.2, insert the line:</p>
<p>$before_widget = preg_replace(&#8216;/id=&#8221;[^"]*&#8221;/&#8217;,'id=&#8221;%id&#8221;&#8216;, $before_widget);</p>
<p>after the else { on line 396 of widgets.php.</p>
<p>Fix 1 above should also be made for version 2.2.2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Admin</title>
		<link>http://clockinfo.com/posts/10/comment-page-1#comment-38</link>
		<dc:creator>Admin</dc:creator>
		<pubDate>Thu, 26 Jul 2007 20:47:18 +0000</pubDate>
		<guid isPermaLink="false">http://clockinfo.com/2007/06/14/setting-up-wordpress-tweeks/#comment-38</guid>
		<description>One more change I made to the Independence Day theme. An ordered list was being displayed with bullets, and an unordered list was being displayed with numbers; so I swapped the definitions for .post ul li and .post ol li in style.css</description>
		<content:encoded><![CDATA[<p>One more change I made to the Independence Day theme. An ordered list was being displayed with bullets, and an unordered list was being displayed with numbers; so I swapped the definitions for .post ul li and .post ol li in style.css</p>
]]></content:encoded>
	</item>
</channel>
</rss>

