<?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: A Cleaner Way To Customise WordPress Theme Styles</title>
	<atom:link href="http://blog.cliffano.com/2009/01/12/a-cleaner-way-to-customise-wordpress-theme-styles/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.cliffano.com/2009/01/12/a-cleaner-way-to-customise-wordpress-theme-styles/</link>
	<description>Geeking, Living, Travelling</description>
	<lastBuildDate>Mon, 23 Jan 2012 03:47:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Cliffano Subagio</title>
		<link>http://blog.cliffano.com/2009/01/12/a-cleaner-way-to-customise-wordpress-theme-styles/comment-page-1/#comment-3214</link>
		<dc:creator>Cliffano Subagio</dc:creator>
		<pubDate>Thu, 03 Feb 2011 14:34:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cliffano.com/?p=456#comment-3214</guid>
		<description>The header image is actually a background on div.splash , you can find the relevant html in header.php file and find the word &#039;splash&#039;.

To make it a link, you can try:
- add a div inside the div.splash, that div must have the height and width of the header image, then wrap that div with anchor tag
- or remove the background image, then add an img tag for the header image, then wrap it with anchor tag</description>
		<content:encoded><![CDATA[<p>The header image is actually a background on div.splash , you can find the relevant html in header.php file and find the word &#8216;splash&#8217;.</p>
<p>To make it a link, you can try:<br />
- add a div inside the div.splash, that div must have the height and width of the header image, then wrap that div with anchor tag<br />
- or remove the background image, then add an img tag for the header image, then wrap it with anchor tag</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robin</title>
		<link>http://blog.cliffano.com/2009/01/12/a-cleaner-way-to-customise-wordpress-theme-styles/comment-page-1/#comment-3176</link>
		<dc:creator>Robin</dc:creator>
		<pubDate>Sun, 23 Jan 2011 01:51:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cliffano.com/?p=456#comment-3176</guid>
		<description>I see.Thanks Cliffano,how can I create hyper link out of the header image?</description>
		<content:encoded><![CDATA[<p>I see.Thanks Cliffano,how can I create hyper link out of the header image?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cliffano Subagio</title>
		<link>http://blog.cliffano.com/2009/01/12/a-cleaner-way-to-customise-wordpress-theme-styles/comment-page-1/#comment-3174</link>
		<dc:creator>Cliffano Subagio</dc:creator>
		<pubDate>Sat, 22 Jan 2011 12:23:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cliffano.com/?p=456#comment-3174</guid>
		<description>Hi Robin, 
If you&#039;re not familiar with CSS, it&#039;s probably easier if you modify the theme files directly.

1. In header.php file, remove the following lines:
&lt;h1&gt;&lt;a href=&quot;&lt;?php echo home_url(); ? rel=&quot;nofollow&quot;&gt;&quot;&gt;&lt;?php bloginfo(&#039;name&#039;); ?&gt;&lt;/a&gt;&lt;/h1&gt;
&lt;?php bloginfo(&#039;description&#039;); ?&gt;

2. I suspect it could be one of the widgets/plugins that you use. Perhaps you can try disabling them, check if the problem disappears, then reenable them one by one to find out which one is the culprit.

Thanks for using the theme :).</description>
		<content:encoded><![CDATA[<p>Hi Robin,<br />
If you&#8217;re not familiar with CSS, it&#8217;s probably easier if you modify the theme files directly.</p>
<p>1. In header.php file, remove the following lines:<br />
&lt;h1&gt;&lt;a href=&#8221;&lt;?php echo home_url(); ? rel=&#8221;nofollow&#8221;&gt;&#8221;&gt;&lt;?php bloginfo(&#8216;name&#8217;); ?>&lt;/a&gt;&lt;/h1&gt;<br />
&lt;?php bloginfo(&#8216;description&#8217;); ?&gt;</p>
<p>2. I suspect it could be one of the widgets/plugins that you use. Perhaps you can try disabling them, check if the problem disappears, then reenable them one by one to find out which one is the culprit.</p>
<p>Thanks for using the theme :).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robin</title>
		<link>http://blog.cliffano.com/2009/01/12/a-cleaner-way-to-customise-wordpress-theme-styles/comment-page-1/#comment-3164</link>
		<dc:creator>Robin</dc:creator>
		<pubDate>Fri, 21 Jan 2011 14:08:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cliffano.com/?p=456#comment-3164</guid>
		<description>Hi Cliffano,
Thank you for the Emptiness.I like this theme.But I know nothing about css...Could you please help me out?
-How can I get rid of the Heading fonts on the top-the blog&#039;s title?Since I want to add the fonts on my header image.
-I dunno why the link to the header image is wrong.(it&#039;s doubled &quot;www.robinwang.co.uk&quot;)Where can I correct it?</description>
		<content:encoded><![CDATA[<p>Hi Cliffano,<br />
Thank you for the Emptiness.I like this theme.But I know nothing about css&#8230;Could you please help me out?<br />
-How can I get rid of the Heading fonts on the top-the blog&#8217;s title?Since I want to add the fonts on my header image.<br />
-I dunno why the link to the header image is wrong.(it&#8217;s doubled &#8220;www.robinwang.co.uk&#8221;)Where can I correct it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cliffano Subagio</title>
		<link>http://blog.cliffano.com/2009/01/12/a-cleaner-way-to-customise-wordpress-theme-styles/comment-page-1/#comment-1513</link>
		<dc:creator>Cliffano Subagio</dc:creator>
		<pubDate>Thu, 21 Oct 2010 06:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cliffano.com/?p=456#comment-1513</guid>
		<description>Hi Deborah,

The custom header image should still be there upon updating the theme version.

However, it&#039;s always a good practice to back up your custom header image somewhere :).

HTH.</description>
		<content:encoded><![CDATA[<p>Hi Deborah,</p>
<p>The custom header image should still be there upon updating the theme version.</p>
<p>However, it&#8217;s always a good practice to back up your custom header image somewhere :).</p>
<p>HTH.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deborah</title>
		<link>http://blog.cliffano.com/2009/01/12/a-cleaner-way-to-customise-wordpress-theme-styles/comment-page-1/#comment-1507</link>
		<dc:creator>Deborah</dc:creator>
		<pubDate>Thu, 21 Oct 2010 00:41:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cliffano.com/?p=456#comment-1507</guid>
		<description>Hi, 
If i update the emptiness theme, will i lose the customized header image?  
Thank you</description>
		<content:encoded><![CDATA[<p>Hi,<br />
If i update the emptiness theme, will i lose the customized header image?<br />
Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wordpress Setup Service</title>
		<link>http://blog.cliffano.com/2009/01/12/a-cleaner-way-to-customise-wordpress-theme-styles/comment-page-1/#comment-1260</link>
		<dc:creator>Wordpress Setup Service</dc:creator>
		<pubDate>Thu, 19 Aug 2010 09:31:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cliffano.com/?p=456#comment-1260</guid>
		<description>I like your style of customising wordpress themes. I&#039;ll try it. Thanks</description>
		<content:encoded><![CDATA[<p>I like your style of customising wordpress themes. I&#8217;ll try it. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Houston</title>
		<link>http://blog.cliffano.com/2009/01/12/a-cleaner-way-to-customise-wordpress-theme-styles/comment-page-1/#comment-1217</link>
		<dc:creator>Houston</dc:creator>
		<pubDate>Sat, 24 Jul 2010 10:20:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cliffano.com/?p=456#comment-1217</guid>
		<description>I have used the Emptiness theme a few times with good results. It&#039;s quite customizable, though I have moved onto Thesis for heavy customization. :)</description>
		<content:encoded><![CDATA[<p>I have used the Emptiness theme a few times with good results. It&#8217;s quite customizable, though I have moved onto Thesis for heavy customization. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laura Brisbane</title>
		<link>http://blog.cliffano.com/2009/01/12/a-cleaner-way-to-customise-wordpress-theme-styles/comment-page-1/#comment-1040</link>
		<dc:creator>Laura Brisbane</dc:creator>
		<pubDate>Mon, 24 May 2010 23:30:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cliffano.com/?p=456#comment-1040</guid>
		<description>Oh dear.  I get what to do with the css code, but where does it come from? 

Not very good with all the new technologies!</description>
		<content:encoded><![CDATA[<p>Oh dear.  I get what to do with the css code, but where does it come from? </p>
<p>Not very good with all the new technologies!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tharindu</title>
		<link>http://blog.cliffano.com/2009/01/12/a-cleaner-way-to-customise-wordpress-theme-styles/comment-page-1/#comment-681</link>
		<dc:creator>Tharindu</dc:creator>
		<pubDate>Wed, 10 Mar 2010 09:42:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cliffano.com/?p=456#comment-681</guid>
		<description>i started blogging long long time back but couldnt continue. last november i stated blogging again with blogger.com and later moved to my own domain with wordpress. since then i was looking for a simple, clean theme. and now i got it. and on the process of customizing it. you have no idea how great this theme is. i just love it. thanks million times for this..</description>
		<content:encoded><![CDATA[<p>i started blogging long long time back but couldnt continue. last november i stated blogging again with blogger.com and later moved to my own domain with wordpress. since then i was looking for a simple, clean theme. and now i got it. and on the process of customizing it. you have no idea how great this theme is. i just love it. thanks million times for this..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ppo plans</title>
		<link>http://blog.cliffano.com/2009/01/12/a-cleaner-way-to-customise-wordpress-theme-styles/comment-page-1/#comment-624</link>
		<dc:creator>ppo plans</dc:creator>
		<pubDate>Sat, 30 Jan 2010 09:13:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cliffano.com/?p=456#comment-624</guid>
		<description>very effective method To Customise WordPress Theme Styles
thanks.......</description>
		<content:encoded><![CDATA[<p>very effective method To Customise WordPress Theme Styles<br />
thanks&#8230;&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: font styles</title>
		<link>http://blog.cliffano.com/2009/01/12/a-cleaner-way-to-customise-wordpress-theme-styles/comment-page-1/#comment-617</link>
		<dc:creator>font styles</dc:creator>
		<pubDate>Mon, 25 Jan 2010 04:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cliffano.com/?p=456#comment-617</guid>
		<description>Imagination is more important than knowledge-Einstein.</description>
		<content:encoded><![CDATA[<p>Imagination is more important than knowledge-Einstein.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vista Themes</title>
		<link>http://blog.cliffano.com/2009/01/12/a-cleaner-way-to-customise-wordpress-theme-styles/comment-page-1/#comment-471</link>
		<dc:creator>Vista Themes</dc:creator>
		<pubDate>Thu, 10 Dec 2009 11:54:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cliffano.com/?p=456#comment-471</guid>
		<description>I never knew of myCSS...thanks!

I used to customize the themes myself, but I found it was a pain to re-customize it after a theme update.

Going to test out myCSS</description>
		<content:encoded><![CDATA[<p>I never knew of myCSS&#8230;thanks!</p>
<p>I used to customize the themes myself, but I found it was a pain to re-customize it after a theme update.</p>
<p>Going to test out myCSS</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cliffano Subagio</title>
		<link>http://blog.cliffano.com/2009/01/12/a-cleaner-way-to-customise-wordpress-theme-styles/comment-page-1/#comment-335</link>
		<dc:creator>Cliffano Subagio</dc:creator>
		<pubDate>Wed, 02 Sep 2009 14:57:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cliffano.com/?p=456#comment-335</guid>
		<description>Hi rin, sorry I just noticed this comment of yours answering my query on the theme&#039;s wiki page.

Do you happen to use some caching plugin? Perhaps you can try this http://wordpress.org/support/topic/292882</description>
		<content:encoded><![CDATA[<p>Hi rin, sorry I just noticed this comment of yours answering my query on the theme&#8217;s wiki page.</p>
<p>Do you happen to use some caching plugin? Perhaps you can try this <a href="http://wordpress.org/support/topic/292882" rel="nofollow">http://wordpress.org/support/topic/292882</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emptiness Header Images &#171; Blog</title>
		<link>http://blog.cliffano.com/2009/01/12/a-cleaner-way-to-customise-wordpress-theme-styles/comment-page-1/#comment-324</link>
		<dc:creator>Emptiness Header Images &#171; Blog</dc:creator>
		<pubDate>Mon, 24 Aug 2009 11:35:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cliffano.com/?p=456#comment-324</guid>
		<description>[...] apartment where I lived back in 2005. I used the picture as a custom header image demonstration on a cleaner way to customise WordPress Theme styles using MyCSS [...]</description>
		<content:encoded><![CDATA[<p>[...] apartment where I lived back in 2005. I used the picture as a custom header image demonstration on a cleaner way to customise WordPress Theme styles using MyCSS [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rin</title>
		<link>http://blog.cliffano.com/2009/01/12/a-cleaner-way-to-customise-wordpress-theme-styles/comment-page-1/#comment-256</link>
		<dc:creator>rin</dc:creator>
		<pubDate>Wed, 05 Aug 2009 01:07:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cliffano.com/?p=456#comment-256</guid>
		<description>hi, i&#039;m the same as appleftw on your project site also, by the way.

Warning: file(/usr/local/ndn/web/oneclicks/wordpress/wp-content/themes/emptiness/style.css) function.file?: failed to open stream: No such file or directory in /usr/local/ndn/web/oneclicks/wordpress/wp-includes/theme.php on line 180

Warning: implode() function.implode?: Invalid arguments passed in /usr/local/ndn/web/oneclicks/wordpress/wp-includes/theme.php on line 180

yes that&#039;s the full error code.

i installed the theme through wordpress&#039; buttons.
theme &gt; add new themes &gt; upload &gt; the i upload the .zip file of your theme here &gt; install now

then that&#039;s where the error code comes in.

and i did check my wp-content folder and i do see the style.css file is included. so, very very clueless. thank you for replying back :&#039;D</description>
		<content:encoded><![CDATA[<p>hi, i&#8217;m the same as appleftw on your project site also, by the way.</p>
<p>Warning: file(/usr/local/ndn/web/oneclicks/wordpress/wp-content/themes/emptiness/style.css) function.file?: failed to open stream: No such file or directory in /usr/local/ndn/web/oneclicks/wordpress/wp-includes/theme.php on line 180</p>
<p>Warning: implode() function.implode?: Invalid arguments passed in /usr/local/ndn/web/oneclicks/wordpress/wp-includes/theme.php on line 180</p>
<p>yes that&#8217;s the full error code.</p>
<p>i installed the theme through wordpress&#8217; buttons.<br />
theme &gt; add new themes &gt; upload &gt; the i upload the .zip file of your theme here &gt; install now</p>
<p>then that&#8217;s where the error code comes in.</p>
<p>and i did check my wp-content folder and i do see the style.css file is included. so, very very clueless. thank you for replying back :&#8217;D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cliffano Subagio</title>
		<link>http://blog.cliffano.com/2009/01/12/a-cleaner-way-to-customise-wordpress-theme-styles/comment-page-1/#comment-255</link>
		<dc:creator>Cliffano Subagio</dc:creator>
		<pubDate>Tue, 04 Aug 2009 15:29:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cliffano.com/?p=456#comment-255</guid>
		<description>That&#039;s a weird error about line 108 in the stylesheet. Can you copy paste the exact error message? Perhaps something else caused the problem.</description>
		<content:encoded><![CDATA[<p>That&#8217;s a weird error about line 108 in the stylesheet. Can you copy paste the exact error message? Perhaps something else caused the problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rin</title>
		<link>http://blog.cliffano.com/2009/01/12/a-cleaner-way-to-customise-wordpress-theme-styles/comment-page-1/#comment-267</link>
		<dc:creator>rin</dc:creator>
		<pubDate>Mon, 03 Aug 2009 23:40:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cliffano.com/?p=456#comment-267</guid>
		<description>:c why is it not installing for my blog site, it keeps saying some error of missing line 108 in style.css</description>
		<content:encoded><![CDATA[<p>:c why is it not installing for my blog site, it keeps saying some error of missing line 108 in style.css</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cliffano Subagio</title>
		<link>http://blog.cliffano.com/2009/01/12/a-cleaner-way-to-customise-wordpress-theme-styles/comment-page-1/#comment-245</link>
		<dc:creator>Cliffano Subagio</dc:creator>
		<pubDate>Tue, 28 Jul 2009 15:31:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cliffano.com/?p=456#comment-245</guid>
		<description>Re the feed title. I just double checked, the atom feed should have the blog title. I&#039;m not sure how you got untitled instead. What reader are you using?</description>
		<content:encoded><![CDATA[<p>Re the feed title. I just double checked, the atom feed should have the blog title. I&#8217;m not sure how you got untitled instead. What reader are you using?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cliffano Subagio</title>
		<link>http://blog.cliffano.com/2009/01/12/a-cleaner-way-to-customise-wordpress-theme-styles/comment-page-1/#comment-244</link>
		<dc:creator>Cliffano Subagio</dc:creator>
		<pubDate>Tue, 28 Jul 2009 14:57:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cliffano.com/?p=456#comment-244</guid>
		<description>Re IE6, I&#039;m with this crowd :) http://mashable.com/2009/07/16/ie6-must-die/</description>
		<content:encoded><![CDATA[<p>Re IE6, I&#8217;m with this crowd :) <a href="http://mashable.com/2009/07/16/ie6-must-die/" rel="nofollow">http://mashable.com/2009/07/16/ie6-must-die/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

