<?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"
	>
<channel>
	<title>Comments on: Featured theme: Water</title>
	<atom:link href="http://www.thewpmag.com/featured-themes/featured-theme-water/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thewpmag.com/featured-themes/featured-theme-water/</link>
	<description>Issue 4 will be out some time in the future.  WP Mag is on holiday while its writer is busy after moving house!</description>
	<pubDate>Tue, 07 Sep 2010 15:02:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Antalya Nakliyat</title>
		<link>http://www.thewpmag.com/featured-themes/featured-theme-water/#comment-5652</link>
		<dc:creator>Antalya Nakliyat</dc:creator>
		<pubDate>Fri, 31 Jul 2009 16:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewpmag.com/?p=489#comment-5652</guid>
		<description>Nice theme! Thanks!!!</description>
		<content:encoded><![CDATA[<p>Nice theme! Thanks!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: reklam ankara</title>
		<link>http://www.thewpmag.com/featured-themes/featured-theme-water/#comment-4331</link>
		<dc:creator>reklam ankara</dc:creator>
		<pubDate>Wed, 03 Jun 2009 13:19:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewpmag.com/?p=489#comment-4331</guid>
		<description>Nice theme! Thanks!</description>
		<content:encoded><![CDATA[<p>Nice theme! Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nec</title>
		<link>http://www.thewpmag.com/featured-themes/featured-theme-water/#comment-921</link>
		<dc:creator>Nec</dc:creator>
		<pubDate>Mon, 02 Feb 2009 17:43:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewpmag.com/?p=489#comment-921</guid>
		<description>Nice theme! Thanks!</description>
		<content:encoded><![CDATA[<p>Nice theme! Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Smith</title>
		<link>http://www.thewpmag.com/featured-themes/featured-theme-water/#comment-35</link>
		<dc:creator>Steve Smith</dc:creator>
		<pubDate>Mon, 03 Nov 2008 23:41:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewpmag.com/?p=489#comment-35</guid>
		<description>1 and 2. The easiest way to remove things from the sidebar is to go to Design &gt; Widgets.  As soon as you add one widget, it'll replace everything in the default sidebar.  Remove all the meta section, it's fine, to log into admin then just go to &lt;code&gt;yoursite.com/wp-admin&lt;/code&gt;.

3. You can add an RSS button using a text widget at the top of the sidebar.  Get a nice big icon from &lt;a href="http://www.feedicons.com" rel="nofollow"&gt;Feed Icons&lt;/a&gt; and upload it to &lt;code&gt;wp-content/themes/water/images/&lt;/code&gt;.  Then in the text widget do something like &lt;code&gt;&#60;a href="http://www.yoursite.com/feed" rel="nofollow"&#62;&#60;img src="/wp-content/themes/water/images/rss.png" alt="Subscribe by RSS" width="28" height="28" /&#62;&#60;/a&#62;&lt;/code&gt;.

4. The &lt;a href="http://wordpress.org/extend/plugins/formbuilder" rel="nofollow"&gt;FormBuilder plugin&lt;/a&gt; is great for making forms.

5. Go to Comments &gt; Akismet Spam.  If there's nothing there saying Akismet is not working then I think it means it's working.

6. When you tried to change the font size in "Water's Settings" did you put a unit after the number, e.g. em or px?

7. To add something to the top of each post, put it in single.php under the &lt;code&gt;while (has_posts())&lt;/code&gt; line (the start of The Loop).  If you want it to only show on posts in one category you can use &lt;code&gt;if (in_category())&lt;/code&gt; - see &lt;a href="http://codex.wordpress.org/Conditional_Tags" rel="nofollow"&gt;Conditional Tags on the Codex&lt;/a&gt; for more information.  Look in the documentation that came with the plugin for what you need to add.

8. The &lt;a href="http://wordpress.org/extend/plugins/video-widget" rel="nofollow"&gt;Video Widget plugin&lt;/a&gt; looks good, but I haven't tried it myself.

9. I use &lt;a href="http://wordpress.org/extend/plugins/twitter-widget-pro" rel="nofollow"&gt;Twitter Widget Pro&lt;/a&gt; on this site.  I'm not sure about listing keywords with Twitter, I've not seen that done.</description>
		<content:encoded><![CDATA[<p>1 and 2. The easiest way to remove things from the sidebar is to go to Design > Widgets.  As soon as you add one widget, it&#8217;ll replace everything in the default sidebar.  Remove all the meta section, it&#8217;s fine, to log into admin then just go to <code>yoursite.com/wp-admin</code>.</p>
<p>3. You can add an RSS button using a text widget at the top of the sidebar.  Get a nice big icon from <a href="http://www.feedicons.com" onclick="javascript:pageTracker._trackPageview('/outbound/comment/http://www.feedicons.com');" rel="nofollow">Feed Icons</a> and upload it to <code>wp-content/themes/water/images/</code>.  Then in the text widget do something like <code>&lt;a href="http://www.yoursite.com/feed" rel="nofollow"&gt;&lt;img src="/wp-content/themes/water/images/rss.png" alt="Subscribe by RSS" width="28" height="28" /&gt;&lt;/a&gt;</code>.</p>
<p>4. The <a href="http://wordpress.org/extend/plugins/formbuilder" onclick="javascript:pageTracker._trackPageview('/outbound/comment/http://wordpress.org/extend/plugins/formbuilder');" rel="nofollow">FormBuilder plugin</a> is great for making forms.</p>
<p>5. Go to Comments > Akismet Spam.  If there&#8217;s nothing there saying Akismet is not working then I think it means it&#8217;s working.</p>
<p>6. When you tried to change the font size in &#8220;Water&#8217;s Settings&#8221; did you put a unit after the number, e.g. em or px?</p>
<p>7. To add something to the top of each post, put it in single.php under the <code>while (has_posts())</code> line (the start of The Loop).  If you want it to only show on posts in one category you can use <code>if (in_category())</code> - see <a href="http://codex.wordpress.org/Conditional_Tags" onclick="javascript:pageTracker._trackPageview('/outbound/comment/http://codex.wordpress.org/Conditional_Tags');" rel="nofollow">Conditional Tags on the Codex</a> for more information.  Look in the documentation that came with the plugin for what you need to add.</p>
<p>8. The <a href="http://wordpress.org/extend/plugins/video-widget" onclick="javascript:pageTracker._trackPageview('/outbound/comment/http://wordpress.org/extend/plugins/video-widget');" rel="nofollow">Video Widget plugin</a> looks good, but I haven&#8217;t tried it myself.</p>
<p>9. I use <a href="http://wordpress.org/extend/plugins/twitter-widget-pro" onclick="javascript:pageTracker._trackPageview('/outbound/comment/http://wordpress.org/extend/plugins/twitter-widget-pro');" rel="nofollow">Twitter Widget Pro</a> on this site.  I&#8217;m not sure about listing keywords with Twitter, I&#8217;ve not seen that done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arleen Anderson</title>
		<link>http://www.thewpmag.com/featured-themes/featured-theme-water/#comment-34</link>
		<dc:creator>Arleen Anderson</dc:creator>
		<pubDate>Mon, 03 Nov 2008 21:23:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewpmag.com/?p=489#comment-34</guid>
		<description>Steve,

New to adjusting WP themes. Need basics ready for tomorrow. ("alomost live" podcasting from local Starbucks)Can't figure out how to:
1) take out Blog Roll
2) edit Meta tags (afraid to loose Admin access)
3) add blatent RSS button to top
4) add fill in form for folks
5) how do I know my askimet is active? shows no stats
6) can't get font size of text to change (needs to be a point bigger)
7) MOST IMPRTANT - need to activate and insert the Blubrry Podcasting plug in for tomorrow! Ideally want a button/bar at top of post for folks to listen and/or download the podcast. With posting room below for an outline of the podcast.
8) Want to insert a video box in the sidebar to put in some clips.
9) Love to put in a twitter tool to show my tweets and maybe some keywords?

Okay - I really need 7), 1), 2), &#38; 3) for tomorrow. 
All help appreciated - REACH ME on Twitter!
http://www.twitter.com/AlohaArleen 

Thanks so much - you've got a great template - just that my programmer is swamped with our project deadlines. (and I'm totally blonde at this stuff)

Warmly,
Arleen Anderson
Kaneohe, Hawaii</description>
		<content:encoded><![CDATA[<p>Steve,</p>
<p>New to adjusting WP themes. Need basics ready for tomorrow. (&#8221;alomost live&#8221; podcasting from local Starbucks)Can&#8217;t figure out how to:<br />
1) take out Blog Roll<br />
2) edit Meta tags (afraid to loose Admin access)<br />
3) add blatent RSS button to top<br />
4) add fill in form for folks<br />
5) how do I know my askimet is active? shows no stats<br />
6) can&#8217;t get font size of text to change (needs to be a point bigger)<br />
7) MOST IMPRTANT - need to activate and insert the Blubrry Podcasting plug in for tomorrow! Ideally want a button/bar at top of post for folks to listen and/or download the podcast. With posting room below for an outline of the podcast.<br />
 <img src='http://www.thewpmag.com/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> Want to insert a video box in the sidebar to put in some clips.<br />
9) Love to put in a twitter tool to show my tweets and maybe some keywords?</p>
<p>Okay - I really need 7), 1), 2), &amp; 3) for tomorrow.<br />
All help appreciated - REACH ME on Twitter!<br />
<a href="http://www.twitter.com/AlohaArleen" onclick="javascript:pageTracker._trackPageview('/outbound/comment/http://www.twitter.com/AlohaArleen');" rel="nofollow">http://www.twitter.com/AlohaArleen</a> </p>
<p>Thanks so much - you&#8217;ve got a great template - just that my programmer is swamped with our project deadlines. (and I&#8217;m totally blonde at this stuff)</p>
<p>Warmly,<br />
Arleen Anderson<br />
Kaneohe, Hawaii</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Smith</title>
		<link>http://www.thewpmag.com/featured-themes/featured-theme-water/#comment-29</link>
		<dc:creator>Steve Smith</dc:creator>
		<pubDate>Sun, 02 Nov 2008 11:22:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewpmag.com/?p=489#comment-29</guid>
		<description>Fantastic, let me know how you get on with it!

Steve</description>
		<content:encoded><![CDATA[<p>Fantastic, let me know how you get on with it!</p>
<p>Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AlohaArleen</title>
		<link>http://www.thewpmag.com/featured-themes/featured-theme-water/#comment-28</link>
		<dc:creator>AlohaArleen</dc:creator>
		<pubDate>Sun, 02 Nov 2008 09:46:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewpmag.com/?p=489#comment-28</guid>
		<description>Aloha!

I've been going blind looking at different templates for the last few days. Now you SHOW me how completely custom this one can be. And even better - a NON-programmer like me can figure it out! 

It's almost midnight... and my eyes are crossed - but I'll be back tomorrow to download and copy all your notes and "how to's" - Thank you!

Mahalo,
Arleen Anderson</description>
		<content:encoded><![CDATA[<p>Aloha!</p>
<p>I&#8217;ve been going blind looking at different templates for the last few days. Now you SHOW me how completely custom this one can be. And even better - a NON-programmer like me can figure it out! </p>
<p>It&#8217;s almost midnight&#8230; and my eyes are crossed - but I&#8217;ll be back tomorrow to download and copy all your notes and &#8220;how to&#8217;s&#8221; - Thank you!</p>
<p>Mahalo,<br />
Arleen Anderson</p>
]]></content:encoded>
	</item>
</channel>
</rss>
