<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Web Hombres - Web Solutions, Hosting, Web Design, Templates, Email Marketing &#187; Blogging</title>
	<atom:link href="http://webhombres.com/tag/blogging/feed/" rel="self" type="application/rss+xml" />
	<link>http://webhombres.com</link>
	<description>Web Hosting, Domains, Email Marketing</description>
	<lastBuildDate>Thu, 29 Jan 2009 00:40:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Wordpress Plugin &#8211; My Link Order</title>
		<link>http://webhombres.com/wordpress-plugin-my-link-order/</link>
		<comments>http://webhombres.com/wordpress-plugin-my-link-order/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 20:53:56 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://webhombres.com/?p=223</guid>
		<description><![CDATA[One frustration I had in the past with Wordpress was organizing my link navigation. I tried for a while using the WordPress Navigation Tool (NAVT) plugin, but found that it was a bit quirky and unpredictable. Recently I&#8217;ve discovered and have been using the My Link Order plugin.
My Link Order allows you to set the [...]]]></description>
			<content:encoded><![CDATA[<p>One frustration I had in the past with Wordpress was organizing my link navigation. I tried for a while using the <strong>WordPress Navigation Tool (NAVT)</strong> <a href="http://wordpress.org/extend/plugins/wordpress-navigation-list-plugin-navt/">plugin</a>, but found that it was a bit quirky and unpredictable. Recently I&#8217;ve discovered and have been using the My Link Order <a href="http://wordpress.org/extend/plugins/my-link-order/">plugin</a>.<span id="more-223"></span></p>
<p>My Link Order allows you to set the order in which links and link categories will appear in the sidebar. Uses a drag  and drop interface for ordering. Adds a widget with additional options for easy installation on widgetized themes.</p>
<p>This is one of my favorite Wordpress plugins.</p>
]]></content:encoded>
			<wfw:commentRss>http://webhombres.com/wordpress-plugin-my-link-order/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Errors with Wordpress Comment Login</title>
		<link>http://webhombres.com/errors-with-wordpress-comment-login/</link>
		<comments>http://webhombres.com/errors-with-wordpress-comment-login/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 20:36:54 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://webhombres.com/?p=219</guid>
		<description><![CDATA[I&#8217;ve found that on some of my Wordpress sites since upgrading to version 2.7 that if a user clicks on the link to login to leave a comment they would not be taken to the login page. I was able to fix it by copying some code from the default comments.php file to the theme [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve found that on some of my Wordpress sites since upgrading to version 2.7 that if a user clicks on the link to login to leave a comment they would not be taken to the login page. I was able to fix it by copying some code from the default comments.php file to the theme I&#8217;m using.<span id="more-219"></span></p>
<p><strong>Old code:</strong></p>
<p>&lt;p&gt;You must be &lt;a href=&#8221;&lt;?php echo get_option(&#8217;siteurl&#8217;); ?&gt;/wp-login.php?redirect_to=&lt;?php the_permalink(); ?&gt;&#8221;&gt;logged in&lt;/a&gt; to post a comment.&lt;/p&gt;</p>
<p><strong>New code:</strong></p>
<p>&lt;p&gt;You must be &lt;a href=&#8221;&lt;?php echo get_option(&#8217;siteurl&#8217;); ?&gt;/wp-login.php?redirect_to=&lt;?php echo urlencode(get_permalink()); ?&gt;&#8221;&gt;logged in&lt;/a&gt; to post a comment.&lt;/p&gt;</p>
<p>I hope this helps anyone experiencing the same problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://webhombres.com/errors-with-wordpress-comment-login/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding Wordpress Plugins</title>
		<link>http://webhombres.com/adding-wordpress-plugins/</link>
		<comments>http://webhombres.com/adding-wordpress-plugins/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 20:17:34 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://webhombres.com/?p=216</guid>
		<description><![CDATA[One of the many improvements in Wordpress 2.7 is the ease of adding and updating plugins. In the past you had to download the plugin, unzip the file and transfer the files back up to your site via FTP.
Now when a plugin becomes outdated and requires an update you simply click on the update link. [...]]]></description>
			<content:encoded><![CDATA[<p>One of the many improvements in <a href="http://webhombres.com/website-on-a-budget/">Wordpress 2.7</a> is the ease of adding and updating plugins. In the past you had to download the plugin, unzip the file and transfer the files back up to your site via FTP.<span id="more-216"></span></p>
<p>Now when a plugin becomes outdated and requires an update you simply click on the update link. In addition from the Manage Plugins page there is a Plugin Browser/Installer function. It just can&#8217;t get any easier. Once you&#8217;ve found a plugin you like, click on install. It will tell you if the software has been tested on your version of Wordpress.</p>
<p>You can see what plugins are available at <a href="http://wordpress.org/extend/plugins/">http://wordpress.org/extend/plugins/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://webhombres.com/adding-wordpress-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Website on a Budget</title>
		<link>http://webhombres.com/website-on-a-budget/</link>
		<comments>http://webhombres.com/website-on-a-budget/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 20:00:00 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://webhombres.com/?p=210</guid>
		<description><![CDATA[I often get asked how much does it cost to build a website. Of coarse there&#8217;s no clear cut answer to that. Every site is different, but the initial costs are:

Domain name registration
Hosting and
Design


 After you made your decision on that great domain name, who will host and design your site it&#8217;s more about adding/maintaining [...]]]></description>
			<content:encoded><![CDATA[<p>I often get asked how much does it cost to build a website. Of coarse there&#8217;s no clear cut answer to that. Every site is different, but the initial costs are:</p>
<ul>
<li>Domain name registration</li>
<li>Hosting and</li>
<li>Design</li>
</ul>
<p><span id="more-210"></span><br />
 After you made your decision on that great domain name, who will host and design your site it&#8217;s more about adding/maintaining your content and getting some traffic to your site.</p>
<p>So, let&#8217;s say you own a small business, are in a band or have some product to promote and are on a tight budget. How can you have a decent website? I say the answer is to use Wordpress. Although any wed design knowledge is helpful, you don&#8217;t necisarrily have to be a web designer to run a Wordpress site. <a href="http://wordpress.org/development/2008/12/coltrane/">Version 2.7</a> is very cool and more intuitive in my opinion than past versions. Here&#8217;s a presentation on some of the features:</p>
<p>
<object width="400" height="224" data="http://v.wordpress.com/hFr8Nyar" type="application/x-shockwave-flash"><param name="src" value="http://v.wordpress.com/hFr8Nyar" /><param name="allowfullscreen" value="true" /></object>
</p>
<p style="text-align: left;">Installation is easy and once you become familiar with the interface you&#8217;ll be able to create your own pages and posts. You can catagorize and tag your content to keep it organized and easy to navigate your site as well as add key words and descriptions for search engines. Oh, and did I mention this software is absolutely free?</p>
<p style="text-align: left;">There are also endless plugins available to add functionality and design themes.</p>
<p style="text-align: left;">I&#8217;ll be adding more articles on some of my favorite tip and plugins. Until then, happy blogging!</p>
]]></content:encoded>
			<wfw:commentRss>http://webhombres.com/website-on-a-budget/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>75 websites you can submit your blog to</title>
		<link>http://webhombres.com/75-websites-you-can-submit-your-blog-to/</link>
		<comments>http://webhombres.com/75-websites-you-can-submit-your-blog-to/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 20:34:45 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://webhombres.com/?p=208</guid>
		<description><![CDATA[I found this article today that looks like it has lots of useful links for increasing traffic to you blog http://www.bloggingtips.com/2007/11/29/blog-rss-directories/
]]></description>
			<content:encoded><![CDATA[<p>I found this article today that looks like it has lots of useful links for increasing traffic to you blog <a href="http://www.bloggingtips.com/2007/11/29/blog-rss-directories/">http://www.bloggingtips.com/2007/11/29/blog-rss-directories/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://webhombres.com/75-websites-you-can-submit-your-blog-to/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
