<?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: Blogging Your Church with WordPress:&#8211; Tweaking a theme</title>
	<atom:link href="http://livingos.com/2007/04/03/blogging-your-church-with-wordpress-tweaking-a-theme/feed/" rel="self" type="application/rss+xml" />
	<link>http://livingos.com/2007/04/03/blogging-your-church-with-wordpress-tweaking-a-theme/</link>
	<description>Tim's blog on anything from this week's lectionary, to open source software like WordPress</description>
	<lastBuildDate>Thu, 29 Jul 2010 04:50:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ideas/ notes &#171;</title>
		<link>http://livingos.com/2007/04/03/blogging-your-church-with-wordpress-tweaking-a-theme/comment-page-1/#comment-5544</link>
		<dc:creator>Ideas/ notes &#171;</dc:creator>
		<pubDate>Wed, 08 Apr 2009 20:56:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.livingos.com/2007/04/03/blogging-your-church-with-wordpress-tweaking-a-theme/#comment-5544</guid>
		<description>[...] blogging your church in wordpress [...]</description>
		<content:encoded><![CDATA[<p>[...] blogging your church in wordpress [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Envy</title>
		<link>http://livingos.com/2007/04/03/blogging-your-church-with-wordpress-tweaking-a-theme/comment-page-1/#comment-5439</link>
		<dc:creator>Envy</dc:creator>
		<pubDate>Tue, 10 Mar 2009 15:40:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.livingos.com/2007/04/03/blogging-your-church-with-wordpress-tweaking-a-theme/#comment-5439</guid>
		<description>Wow! what a resource ! Amazing ...</description>
		<content:encoded><![CDATA[<p>Wow! what a resource ! Amazing &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steph</title>
		<link>http://livingos.com/2007/04/03/blogging-your-church-with-wordpress-tweaking-a-theme/comment-page-1/#comment-2822</link>
		<dc:creator>Steph</dc:creator>
		<pubDate>Sat, 15 Dec 2007 06:08:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.livingos.com/2007/04/03/blogging-your-church-with-wordpress-tweaking-a-theme/#comment-2822</guid>
		<description>Hi Tim,

I&#039;m attempting to setup a site using Alpha.  Is there an easy explanation on how to change the width of the main menu buttons?  Currently, my buttons are appearing on two lines and overlapping each other.  Everything I&#039;ve tried seems to make it worse. :(  I&#039;m a relative novice at editing css code.  Thanks for your help.</description>
		<content:encoded><![CDATA[<p>Hi Tim,</p>
<p>I&#8217;m attempting to setup a site using Alpha.  Is there an easy explanation on how to change the width of the main menu buttons?  Currently, my buttons are appearing on two lines and overlapping each other.  Everything I&#8217;ve tried seems to make it worse. <img src='http://livingos.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />   I&#8217;m a relative novice at editing css code.  Thanks for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://livingos.com/2007/04/03/blogging-your-church-with-wordpress-tweaking-a-theme/comment-page-1/#comment-1068</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Tue, 13 Nov 2007 08:25:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.livingos.com/2007/04/03/blogging-your-church-with-wordpress-tweaking-a-theme/#comment-1068</guid>
		<description>You probably just need to set width to some value for element in question. But, be careful of the IE box model. If you give something width, don&#039;t use padding.</description>
		<content:encoded><![CDATA[<p>You probably just need to set width to some value for element in question. But, be careful of the IE box model. If you give something width, don&#8217;t use padding.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon</title>
		<link>http://livingos.com/2007/04/03/blogging-your-church-with-wordpress-tweaking-a-theme/comment-page-1/#comment-1052</link>
		<dc:creator>Brandon</dc:creator>
		<pubDate>Tue, 13 Nov 2007 01:22:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.livingos.com/2007/04/03/blogging-your-church-with-wordpress-tweaking-a-theme/#comment-1052</guid>
		<description>Is there a way of locking the header buttons to one size in Upsilon rather than according to word length?</description>
		<content:encoded><![CDATA[<p>Is there a way of locking the header buttons to one size in Upsilon rather than according to word length?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://livingos.com/2007/04/03/blogging-your-church-with-wordpress-tweaking-a-theme/comment-page-1/#comment-391</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Tue, 10 Jul 2007 11:33:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.livingos.com/2007/04/03/blogging-your-church-with-wordpress-tweaking-a-theme/#comment-391</guid>
		<description>Actually what you need to do is edit the index.php file in the theme you are using and add the code that inserts the coments stuff. It is probably just one line of code that calls the comments template. Copy and paste from your single.php file.</description>
		<content:encoded><![CDATA[<p>Actually what you need to do is edit the index.php file in the theme you are using and add the code that inserts the coments stuff. It is probably just one line of code that calls the comments template. Copy and paste from your single.php file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://livingos.com/2007/04/03/blogging-your-church-with-wordpress-tweaking-a-theme/comment-page-1/#comment-389</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Tue, 10 Jul 2007 10:56:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.livingos.com/2007/04/03/blogging-your-church-with-wordpress-tweaking-a-theme/#comment-389</guid>
		<description>OK, I get it thanks - what I want to do then is have the front (home) page as a post single page of the latest entry so that Comments Form appears underneath.  How do I do that please?  Andrew</description>
		<content:encoded><![CDATA[<p>OK, I get it thanks &#8211; what I want to do then is have the front (home) page as a post single page of the latest entry so that Comments Form appears underneath.  How do I do that please?  Andrew</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://livingos.com/2007/04/03/blogging-your-church-with-wordpress-tweaking-a-theme/comment-page-1/#comment-390</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Tue, 10 Jul 2007 07:34:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.livingos.com/2007/04/03/blogging-your-church-with-wordpress-tweaking-a-theme/#comment-390</guid>
		<description>It is but it all themes do this and actually your site does have a comments field at the end of the post. You must be on your posts single page (not home).  It can be turned off in the Dashboard, but by default comments are on.</description>
		<content:encoded><![CDATA[<p>It is but it all themes do this and actually your site does have a comments field at the end of the post. You must be on your posts single page (not home).  It can be turned off in the Dashboard, but by default comments are on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://livingos.com/2007/04/03/blogging-your-church-with-wordpress-tweaking-a-theme/comment-page-1/#comment-392</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Mon, 09 Jul 2007 23:18:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.livingos.com/2007/04/03/blogging-your-church-with-wordpress-tweaking-a-theme/#comment-392</guid>
		<description>Hi Tim, I know it&#039;s off topic, so feel free to delete this, but I&#039;ve searched the Wordpress Support Forum and can&#039;t find how I can set a theme to display this Comment form &#039;Leave a reply&#039; after each post, ie. an open box like this you have inviting comments?  I think it&#039;s very inviting and encourages interaction.  Any suggestions please?  Thanks, Andrew
PS. the site is at www.anamchara.org.uk/andrew</description>
		<content:encoded><![CDATA[<p>Hi Tim, I know it&#8217;s off topic, so feel free to delete this, but I&#8217;ve searched the Wordpress Support Forum and can&#8217;t find how I can set a theme to display this Comment form &#8216;Leave a reply&#8217; after each post, ie. an open box like this you have inviting comments?  I think it&#8217;s very inviting and encourages interaction.  Any suggestions please?  Thanks, Andrew<br />
PS. the site is at <a href="http://www.anamchara.org.uk/andrew" rel="nofollow">http://www.anamchara.org.uk/andrew</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sylvia</title>
		<link>http://livingos.com/2007/04/03/blogging-your-church-with-wordpress-tweaking-a-theme/comment-page-1/#comment-398</link>
		<dc:creator>Sylvia</dc:creator>
		<pubDate>Sun, 10 Jun 2007 19:58:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.livingos.com/2007/04/03/blogging-your-church-with-wordpress-tweaking-a-theme/#comment-398</guid>
		<description>Done! (Although I do have a problem with editing out certain text, but worked around it!)</description>
		<content:encoded><![CDATA[<p>Done! (Although I do have a problem with editing out certain text, but worked around it!)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
