<?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>wehuberconsultingllc.com &#187; WordPress</title>
	<atom:link href="http://wehuberconsultingllc.com/wordpress/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://wehuberconsultingllc.com/wordpress</link>
	<description></description>
	<lastBuildDate>Fri, 04 May 2012 18:35:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>More Thought on numbers used once(i.e. nonce)</title>
		<link>http://wehuberconsultingllc.com/wordpress/2008/04/27/more-thought-on-numbers-used-ounceie-nounce/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=more-thought-on-numbers-used-ounceie-nounce</link>
		<comments>http://wehuberconsultingllc.com/wordpress/2008/04/27/more-thought-on-numbers-used-ounceie-nounce/#comments</comments>
		<pubDate>Mon, 28 Apr 2008 00:38:56 +0000</pubDate>
		<dc:creator>Bill</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://wehuberconsultingllc.com/wordpress/2008/04/27/more-thought-on-numbers-used-ounceie-nounce/</guid>
		<description><![CDATA[Although I still believe what I wrote in which I said that the use of wp_nonce in the last steps of the WordPress Automatic Upgrade plugin is an unnecessary precaution, I am puzzled why it did not work.&#160; According to &#8230; <a href="http://wehuberconsultingllc.com/wordpress/2008/04/27/more-thought-on-numbers-used-ounceie-nounce/">Continue reading <span class="meta-nav">&#8594;</span></a>
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Although I still believe what I <a href="http://wehuberconsultingllc.com/wordpress/2008/04/26/wordpress-wordpress-automatic-upgrade-wordpress-plugins/">wrote</a> in which I said that the use of wp_nonce in the last steps of the WordPress Automatic Upgrade plugin is an unnecessary precaution, I am puzzled why it did not work.&#160; According to <a title="http://markjaquith.wordpress.com/2006/06/02/wordpress-203-nonces/" href="http://markjaquith.wordpress.com/2006/06/02/wordpress-203-nonces/">Mark&#8217;s post</a> on nonces, it sounds like in theory this &quot;<strong>n</strong>umber use <strong>once</strong>&quot; should still be valid if you are forced to log in again.&#160; Here is what he wrote.</p>
<blockquote><p>They are unique to the WordPress install, to the WordPress user, to the action, to the object of the action, and to the time of the action (24 hour window). That means that if <em>any of these things changes</em>, the nonce is invalid.</p>
</blockquote>
<p>I guess that if we work through the logic, the only thing I can see that has changed is that the user has logged in again. I must conclude that it is identifying the user by something other than the username. Hmm&#8230; This is a puzzle.</p>
<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wehuberconsultingllc.com/wordpress/2008/04/27/more-thought-on-numbers-used-ounceie-nounce/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress &#8250; WordPress Automatic upgrade &#171; WordPress Plugins</title>
		<link>http://wehuberconsultingllc.com/wordpress/2008/04/26/wordpress-wordpress-automatic-upgrade-wordpress-plugins/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-wordpress-automatic-upgrade-wordpress-plugins</link>
		<comments>http://wehuberconsultingllc.com/wordpress/2008/04/26/wordpress-wordpress-automatic-upgrade-wordpress-plugins/#comments</comments>
		<pubDate>Sat, 26 Apr 2008 20:10:04 +0000</pubDate>
		<dc:creator>Bill</dc:creator>
				<category><![CDATA[CSS/WebDesign]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[webdesign]]></category>

		<guid isPermaLink="false">http://wehuberconsultingllc.com/wordpress/2008/04/26/wordpress-wordpress-automatic-upgrade-wordpress-plugins/</guid>
		<description><![CDATA[I have been using this plugin for almost a year. When it works it is great! When I upgraded to WordPress 2.5 I started having a problem with the final two steps, reactivating the plugins and going to the final &#8230; <a href="http://wehuberconsultingllc.com/wordpress/2008/04/26/wordpress-wordpress-automatic-upgrade-wordpress-plugins/">Continue reading <span class="meta-nav">&#8594;</span></a>
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I have been using this plugin for almost a year. When it works it is great! When I upgraded to WordPress 2.5 I started having a problem with the final two steps, reactivating the plugins and going to the final page. Before I could activate the plugins I had to upgrade the data base. Then I had to log back in to the blog. At this point the automatic plugin was lost and gave me a screen with &quot;Are you sure you want to do this?&quot; All the plugin could do at this point was to clean up the installation. I had to manually activate my plugins.</p>
<p>Today I figured out that if I remove the wp_nonce stuff at the end of the line I could get the automatic upgrade plugin to continue. Wp_nonce is a security feature. I think it is primarily used with forms but it can be used with links. About the only source on this function is the <a href="http://michaeldaw.org/papers/securing_wp_plugins">Writing Secure WordPress Plugins</a> post by David Kierznowski. I think when I have to log back into WordPress, wp_nonce thinks I am breaking in and slams the door shut. From a plugin design standpoint I am not sure there is a need for this type of security at this point since all I want to do is activate my plugins and get my log report. I guess I will comment out lines 392-394 so the plugin will work.</p>
<p><a href="http://wordpress.org/extend/plugins/wordpress-automatic-upgrade/">WordPress &#8250; WordPress Automatic upgrade &#171; WordPress Plugins</a></p>
<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wehuberconsultingllc.com/wordpress/2008/04/26/wordpress-wordpress-automatic-upgrade-wordpress-plugins/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Cutline 1.3 Released &#124; Cutline Theme for WordPress</title>
		<link>http://wehuberconsultingllc.com/wordpress/2008/04/26/cutline-13-released-cutline-theme-for-wordpress/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=cutline-13-released-cutline-theme-for-wordpress</link>
		<comments>http://wehuberconsultingllc.com/wordpress/2008/04/26/cutline-13-released-cutline-theme-for-wordpress/#comments</comments>
		<pubDate>Sat, 26 Apr 2008 17:56:04 +0000</pubDate>
		<dc:creator>Bill</dc:creator>
				<category><![CDATA[CSS/WebDesign]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[webdesign]]></category>

		<guid isPermaLink="false">http://wehuberconsultingllc.com/wordpress/2008/04/26/cutline-13-released-cutline-theme-for-wordpress/</guid>
		<description><![CDATA[I upgraded to WordPress 2.5.1 today and my old theme broke. I have been looking at Cutline for some time but I have not been motivated enough to commit the time.&#160; Today I had the motivation. I am really pleased &#8230; <a href="http://wehuberconsultingllc.com/wordpress/2008/04/26/cutline-13-released-cutline-theme-for-wordpress/">Continue reading <span class="meta-nav">&#8594;</span></a>
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I upgraded to WordPress 2.5.1 today and my old theme broke. I have been looking at Cutline for some time but I have not been motivated enough to commit the time.&#160; Today I had the motivation. I am really pleased that I had it ready to go in about thirty minutes.</p>
<p><a href="http://cutline.tubetorial.com/cutline-13-released/">Cutline 1.3 Released | Cutline Theme for WordPress</a></p>
<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wehuberconsultingllc.com/wordpress/2008/04/26/cutline-13-released-cutline-theme-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.5 Secret_Key Vulnerability</title>
		<link>http://wehuberconsultingllc.com/wordpress/2008/04/17/wordpress-25-secret_key-vulnerability/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-25-secret_key-vulnerability</link>
		<comments>http://wehuberconsultingllc.com/wordpress/2008/04/17/wordpress-25-secret_key-vulnerability/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 10:58:52 +0000</pubDate>
		<dc:creator>Bill</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://wehuberconsultingllc.com/wordpress/2008/04/17/wordpress-25-secret_key-vulnerability/</guid>
		<description><![CDATA[Wow, I did not know about this security feature in 2.5.&#160; I did not have the &#8216;SECRET_KEY&#8217; defined since my WordPress sites were upgrades. Since I prefer to follow the Secure WordPress recommendations and missed that section in the paper, &#8230; <a href="http://wehuberconsultingllc.com/wordpress/2008/04/17/wordpress-25-secret_key-vulnerability/">Continue reading <span class="meta-nav">&#8594;</span></a>
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Wow, I did not know about this security feature in 2.5.&#160; I did not have the &#8216;SECRET_KEY&#8217; defined since my WordPress sites were upgrades. Since I prefer to follow the Secure WordPress recommendations and missed that section in the paper, I added a random key to all of my sites. The key does not cause any ill effects. Read the original post, <a href="http://feeds.feedburner.com/~r/BlogSecurity/~3/271299616/">WordPress 2.5 Secret_Key Vulnerability</a>, for more details.</p>
<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wehuberconsultingllc.com/wordpress/2008/04/17/wordpress-25-secret_key-vulnerability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BlogSecurity &#187; Blog Archive &#187; WPIDS v0.1.2 officially released</title>
		<link>http://wehuberconsultingllc.com/wordpress/2008/04/01/blogsecurity-blog-archive-wpids-v012-officially-released/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=blogsecurity-blog-archive-wpids-v012-officially-released</link>
		<comments>http://wehuberconsultingllc.com/wordpress/2008/04/01/blogsecurity-blog-archive-wpids-v012-officially-released/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 19:16:37 +0000</pubDate>
		<dc:creator>Bill</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://wehuberconsultingllc.com/wordpress/2008/04/01/blogsecurity-blog-archive-wpids-v012-officially-released/</guid>
		<description><![CDATA[Recently while upgrading my WordPress blogs I installed WPIDS 0.1.2. WPIDS is a Intrusion Protection System, which is based upon the Intrusion Detection System PHPIDS. It is a nice plugin for those curious about WordPress security. In theory this should &#8230; <a href="http://wehuberconsultingllc.com/wordpress/2008/04/01/blogsecurity-blog-archive-wpids-v012-officially-released/">Continue reading <span class="meta-nav">&#8594;</span></a>
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Recently while upgrading my WordPress blogs I installed <a href="http://blogsecurity.net/wordpress/wpids-v012-officially-released/">WPIDS 0.1.2</a>. WPIDS is a Intrusion Protection System, which is based upon the Intrusion Detection System <a href="http://phpids.org/">PHPIDS</a>. It is a nice plugin for those curious about WordPress security. In theory this should improve the security of my blogs. </p>
<p>For the last couple of days I have been monitoring its log. So far I have not found any false positives. It looks like it is blocking some comment spam. Most of my comment spam is caught by Akismet.</p>
<p>I am kind of fascinated with this plugin.&nbsp; If the <a href="http://phsoftware.de/Blog/162/wpids-v012-released">developers</a> are looking for ideas, it would be nice if:</p>
<ol>
<li>It would tell me if there is a new filter available. I am not sure how often the filter is updated but with a little modification the plugin could update the file directly. WordPress would like updated plugins to be updated on their web site. An updated the revision number for the plugin would appear in the plugin panel. In a perfect world the use could then update the plugin automatically.</li>
<li>The search stats button overlaid the standard report onto the admin page for the plugin. It is not very useful in this format.</li>
<li>It would be nice if the report said why the bad request was blocked. I have several blocked requests showing something called &#8220;__utmz&#8221; in the tag field.</li>
<li>It would be nice to download the report as a csv file.</li>
<li>It would be nice to have a summary report by type of blocked request.</li>
</ol>
<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wehuberconsultingllc.com/wordpress/2008/04/01/blogsecurity-blog-archive-wpids-v012-officially-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.5</title>
		<link>http://wehuberconsultingllc.com/wordpress/2008/03/31/wordpress-25/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-25</link>
		<comments>http://wehuberconsultingllc.com/wordpress/2008/03/31/wordpress-25/#comments</comments>
		<pubDate>Mon, 31 Mar 2008 17:28:22 +0000</pubDate>
		<dc:creator>Bill</dc:creator>
				<category><![CDATA[CSS/WebDesign]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[webdesign]]></category>

		<guid isPermaLink="false">http://wehuberconsultingllc.com/wordpress/2008/03/31/wordpress-25/</guid>
		<description><![CDATA[I installed WordPress 2.5 last Saturday on all of the blogs I support. It had passed some preliminary testing on my development blog so I installed it. It is supposed to have increased security, better administrative panels, and the ability &#8230; <a href="http://wehuberconsultingllc.com/wordpress/2008/03/31/wordpress-25/">Continue reading <span class="meta-nav">&#8594;</span></a>
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I installed <a href="http://wordpress.org/development/2008/03/wordpress-25-brecker/">WordPress 2.5</a> last Saturday on all of the blogs I support. It had passed some preliminary testing on my development blog so I installed it. It is supposed to have increased security, better administrative panels, and the ability to upgrade plugins automatically. They say there are very few changes that will affect the plugins. It sounded like a safe upgrade so I upgraded. After a little testing I found that <a href="http://soderlind.no/ImageManager">ImageManager</a> 2.4.1 did not work at all. I am not sure when it stopped working since I do not use it often and I have alternatives.</p>
<p>While I was at it I did a little spring cleaning. I changed the blog to not use the www subdomain, changed the .htaccess file, changed the blog to use a more descriptive permalink, removed the register feature from the meta widget, and got rid of several old inactive plugins.</p>
<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wehuberconsultingllc.com/wordpress/2008/03/31/wordpress-25/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automated WordPress Hacking Tool Cached by Google</title>
		<link>http://wehuberconsultingllc.com/wordpress/2008/03/27/automated-wordpress-hacking-tool-cached-by-google/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=automated-wordpress-hacking-tool-cached-by-google</link>
		<comments>http://wehuberconsultingllc.com/wordpress/2008/03/27/automated-wordpress-hacking-tool-cached-by-google/#comments</comments>
		<pubDate>Thu, 27 Mar 2008 20:56:01 +0000</pubDate>
		<dc:creator>Bill</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.wehuberconsultingllc.com/wordpress/?p=662</guid>
		<description><![CDATA[I just finished checking my WordPress sites with both a dork and a FTP. Google says that there 29,000 infected sites. I guess that I was left out of the party since my WordPress sites are at the most recent &#8230; <a href="http://wehuberconsultingllc.com/wordpress/2008/03/27/automated-wordpress-hacking-tool-cached-by-google/">Continue reading <span class="meta-nav">&#8594;</span></a>
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I just finished checking my WordPress sites with both a dork and a FTP. Google says that there 29,000 infected sites. I guess that I was left out of the party since my WordPress sites are at the most recent stable release.</p>
<blockquote><p><a href="http://cyberinsecure.com/wordpress-doorway-spam-attacks/">Cyberinsecure</a> recently posted details of an automated WordPress hacking tool that is doing the rounds. This malicious worm or program appears to create the directory, &quot;wp-content/1/&quot; as well as spam comments: </p>
<blockquote><p>The blogs are most likely attacked by some kind of automated tool since the amounts of spam are too big to work manually on all those spam pages creation. It seems there are also spam comments in posts as well. Spam comments are pointing to internal infected blog pages in folder &#8220;1&#8243; to get them spidered and to get people to visit them. </p>
</blockquote>
<p><a href="http://smackdown.blogsblogsblogs.com/2008/03/23/new-wordpress-233-exploitvulnerability-adds-spam-directory-wp-content1/">Smackdown</a> also has a nice blog entry about this issue.</p>
</blockquote>
<p><a href="http://feeds.feedburner.com/~r/BlogSecurity/~3/258630371/">Automated WordPress Hacking Tool Cached by Google</a>    <br />DK     <br />Wed, 26 Mar 2008 23:52:40 GMT </p>
<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wehuberconsultingllc.com/wordpress/2008/03/27/automated-wordpress-hacking-tool-cached-by-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress &#8250; Blog &#187; 2.5 Sneak Peek</title>
		<link>http://wehuberconsultingllc.com/wordpress/2008/03/21/wordpress-blog-25-sneak-peek/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-blog-25-sneak-peek</link>
		<comments>http://wehuberconsultingllc.com/wordpress/2008/03/21/wordpress-blog-25-sneak-peek/#comments</comments>
		<pubDate>Fri, 21 Mar 2008 11:59:07 +0000</pubDate>
		<dc:creator>Bill</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.wehuberconsultingllc.com/wordpress/?p=655</guid>
		<description><![CDATA[Since I have a local WordPress blog for my development work, this was a no-brainer. I let Subversion do the hard work. I tried the revised admin panels since they have changed significantly. It was nice to know that my &#8230; <a href="http://wehuberconsultingllc.com/wordpress/2008/03/21/wordpress-blog-25-sneak-peek/">Continue reading <span class="meta-nav">&#8594;</span></a>
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Since I have a local WordPress blog for my development work, this was a no-brainer. I let Subversion do the hard work. I tried the revised admin panels since they have changed significantly. It was nice to know that my theme and my plugins seem to work fine. So far this upgrade looks pretty solid.</p>
<ol>
<li>Since I have recently been looking at easy ways to use Flickr images and create image galleries, I was curious how the improved media gallery works. After playing with the insert image and media gallery, I am still trying to figure out how the media gallery works. I guess it is a work in progress. The Gallery and Media Library tabs do not seem to do anything. </li>
<li>It was not obvious how one creates an avatar either.</li>
<li>I tried to automatically update the PhotoXhibit and Database Backup plugins and it did not work.</li>
</ol>
<p><a href="http://wordpress.org/development/2008/03/25-sneak-peek/">WordPress › Blog » 2.5 Sneak Peek</a></p>
<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wehuberconsultingllc.com/wordpress/2008/03/21/wordpress-blog-25-sneak-peek/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WPDesigner &#187; WordPress Theme Checklist</title>
		<link>http://wehuberconsultingllc.com/wordpress/2008/03/15/wpdesigner-wordpress-theme-checklist/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wpdesigner-wordpress-theme-checklist</link>
		<comments>http://wehuberconsultingllc.com/wordpress/2008/03/15/wpdesigner-wordpress-theme-checklist/#comments</comments>
		<pubDate>Sat, 15 Mar 2008 12:40:23 +0000</pubDate>
		<dc:creator>Bill</dc:creator>
				<category><![CDATA[CSS/WebDesign]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[webdesign]]></category>

		<guid isPermaLink="false">http://www.wehuberconsultingllc.com/wordpress/?p=652</guid>
		<description><![CDATA[Here is a handy checklist for people creating or modifying WordPress themes. Note: The following checklist was based on WordPress 2.0. Since WordPress 2.1, WordPress has replaced and introduced new template tags. Files, functions, and to-dos you need to check-off &#8230; <a href="http://wehuberconsultingllc.com/wordpress/2008/03/15/wpdesigner-wordpress-theme-checklist/">Continue reading <span class="meta-nav">&#8594;</span></a>
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Here is a handy checklist for people creating or modifying WordPress themes. </p>
<blockquote><p><strong>Note</strong>: The following checklist was based on WordPress 2.0. Since WordPress 2.1, WordPress has replaced and introduced new template tags. </p>
<p>Files, functions, and to-dos you need to check-off before using / publishing your own unique WordPress theme:<br />
<h5>Files and Templates</h5>
<ul>
<li>404.php  </li>
<li>archive.php  </li>
<li>category.php  </li>
<li>comments.php  </li>
<li>footer.php  </li>
<li>functions.php (for widget-ready sidebar)  </li>
<li>header.php  </li>
<li>index.php  </li>
<li>page.php  </li>
<li>search.php  </li>
<li>searchform.php  </li>
<li>sidebar.php  </li>
<li>single.php  </li>
<li>screenshot.png / .jpg / .gif  </li>
<li>style.css  </li>
<li>readme.txt (optional) </li>
</ul>
<h5>Header.php</h5>
<ul>
<li>Blog’s Title  </li>
<li>Blog’s Description </li>
</ul>
<h5>Footer.php</h5>
<ul>
<li>wp_footer()  </li>
<li>Footer text and links (usually, copyright message) </li>
</ul>
<h5>Sidebar.php</h5>
<ul>
<li><strong>Search form</strong> &#8211; Does the regular search form match the widget search form?  </li>
<li><strong>Pages</strong> / <strong>wp_list_pages()</strong> &#8211; Have you styled the second level links? Third level links?  </li>
<li><strong>Categories</strong> / <strong>wp_list_cats()</strong> &#8211; Sort by name or ID? In what order? Is <em>hierarchical</em> turned off or on?  </li>
<li><strong>Archives</strong> </li>
<li><strong>Calendar</strong> &#8211; Does the regular calendar match the widget calendar?  </li>
<li><strong>Links</strong> / <strong>get_links_list()</strong> </li>
<li><strong>Meta</strong>: wp_register(), wp_loginout(), wp_meta() </li>
</ul>
<h5>Index.php, Archive.php, Category.php, Search.php, Page.php, Single.php</h5>
<ul>
<li>the_ID()  </li>
<li>Post title: the_permalink, the_title()  </li>
<li>the_content  </li>
<li>Postmetadata: edit_post_link(), comments_popup_link(), the_author(), the_category(), the_time(),  </li>
<li>trackback_rdf() [hidden]  </li>
<li>posts_nav_link() &#8211; Next/Previous page links  </li>
<li>Else &#8211; What to display when there is no content. </li>
</ul>
<h5>Archive.php, Search.php</h5>
<ul>
<li>the_excerpt() replaces the_content() </li>
</ul>
<h5>Page.php</h5>
<ul>
<li>link_pages()  </li>
<li>Remove Postmetadata  </li>
<li>Keep edit_post_link()  </li>
<li>Remove posts_nav_link()  </li>
<li>comments_template() </li>
</ul>
<h5>Single.php</h5>
<ul>
<li>link_pages()  </li>
<li>Remove comments_popup_link()  </li>
<li>comments_template() </li>
</ul>
<h5>Comments.php</h5>
<ul>
<li>Comments list  </li>
<li>Comment forms and textarea  </li>
<li>‘No comments’ message  </li>
<li>‘Comments awaiting moderation’ message  </li>
<li>‘Must login’ message  </li>
<li>‘Password protected’ message  </li>
<li>Comments off message </li>
</ul>
<h5>Pages to Validate</h5>
<ul>
<li>Home page  </li>
<li>Archive pages  </li>
<li>Category pages (if you customize category pages)  </li>
<li>Search result pages  </li>
<li>Pages (i.e: About)  </li>
<li>Single post view page  </li>
<li>Single post with no comments  </li>
<li>Single post with comments  </li>
<li>Single post with must login message  </li>
<li>Single post with no login required message  </li>
<li>Password protected single post with comments </li>
</ul>
<p>Note: This is not an end-all checklist. It covers just the basics. More items will be added.</p>
</blockquote>
<p><a href="http://www.wpdesigner.com/2007/03/27/wordpress-theme-checklist/">WPDesigner » WordPress Theme Checklist</a></p>
<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wehuberconsultingllc.com/wordpress/2008/03/15/wpdesigner-wordpress-theme-checklist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 10 WordPress CMS Plugins &#124; Blueprint Design Studio</title>
		<link>http://wehuberconsultingllc.com/wordpress/2008/03/14/top-10-wordpress-cms-plugins-blueprint-design-studio/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=top-10-wordpress-cms-plugins-blueprint-design-studio</link>
		<comments>http://wehuberconsultingllc.com/wordpress/2008/03/14/top-10-wordpress-cms-plugins-blueprint-design-studio/#comments</comments>
		<pubDate>Fri, 14 Mar 2008 11:36:13 +0000</pubDate>
		<dc:creator>Bill</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.wehuberconsultingllc.com/wordpress/?p=651</guid>
		<description><![CDATA[From the Blueprint Design Studio we get this list of WordPress CMS plugins. I can vouch for Cforms II and Google Sitemap Generator since I already use them. I am definitely going to check the rest of them. Cforms II &#8230; <a href="http://wehuberconsultingllc.com/wordpress/2008/03/14/top-10-wordpress-cms-plugins-blueprint-design-studio/">Continue reading <span class="meta-nav">&#8594;</span></a>
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>From the Blueprint Design Studio we get this list of WordPress CMS plugins. I can vouch for Cforms II and Google Sitemap Generator since I already use them. I am definitely going to check the rest of them.</p>
<blockquote><ol>
<li><a href="http://wordpress.org/extend/plugins/cforms/"><strong>Cforms II</strong></a> &#8211; This is far and away the best contact form plugin there is. The reason? configurability. You can easy build literally anything with it. We’ve built out employment application forms, wedding checklists, and more for clients. It also drives our own quote form. There’s also built in spam protection, via question and answer or captcha. <cite>by <a href="http://deliciousdays.com/cforms-plugin">delicious days</a></cite>  </li>
<li><a href="http://wordpress.org/extend/plugins/wp-e-commerce/"><strong>WP e-Commerce</strong></a> &#8211; Unlike cforms, this plugin has no competition. It provides an easy to manage storefront and shopping cart as an integral part of your wordpress installation. It includes the ability to sell digital downloads as well, which is great for photographers, musicians, and authors. By default it includes support for PayPal, although the $29.99 fee for the authorize.net module will pay for itself in lower fees for most serious e-Commerce sites. <cite>by <a href="http://www.instinct.co.nz/e-commerce/">Instinct Entertainment</a></cite>  </li>
<li><a href="http://wordpress.org/extend/plugins/search-everything/"><strong>Search Everything</strong></a> &#8211; Since most of the sites we develop focus more on their static content than on their blog posts, this plugin is essential for allowing users to search your entire site without leaving your site and relying on google. <cite>by <a href="http://dancameron.org/wordpress/">Dan Cameron</a></cite>  </li>
<li><a href="http://wordpress.org/extend/plugins/google-sitemap-generator/"><strong>Google Sitemap Generator</strong></a> &#8211; The biggest benefit of using wordpress is the manual labor you save because the software already knows where all of your content is. This Plugin submits a comprehensive index of your site to google, yahoo, MSN Live, and Ask.com every time you update your site. It’s a huge boost to your site’s <abbr>SEO</abbr>. <cite>by <a href="http://www.arnebrachhold.de/redir/sitemap-home/">Arne Brachhold</a></cite><a href="http://www.arnebrachhold.de/redir/sitemap-home/"></a>  </li>
<li><a href="http://wordpress.org/extend/plugins/subscribe2/"><strong>Subscribe2</strong></a> &#8211; Subscribe2 is a newsletter plugin for your site. It allows you to create newsletters and manage subscribers within your WordPress Dashboard. It also allows you to email subscribers when you post a blog entry, which allows you to have a permanent copy of the newsletter that you can refer people to. <cite><a href="http://subscribe2.wordpress.com/">plugin homepage</a></cite>  </li>
<li><a href="http://sourceforge.net/projects/wpcal"><strong>Event Calendar 3</strong></a> &#8211; There are a ton of event plugins out there. This is the best &amp; most integrated one we’ve used. It provides an <abbr>iCal</abbr> feed, in addition to the standard <abbr>RSS</abbr> feed. Since the events are created as Blog posts, it’s easy to integrate them into your site. <cite>by <a href="http://wpcal.firetree.net/">Alex Tingle</a></cite>  </li>
<li><strong><a href="http://wordpress.org/extend/plugins/page-links-to/">Page Links To</a></strong> &#8211; by far the simplest plugin on this list, This plugin allows you to create “pages” that link to something else. It’s the easiest way to add links to your main menu, without mucking around in code. It’s good for adding a link to an external photography portfolio, for example. You could also use it to link to sections of a page, rather than an entirely seperate page, which could be useful for linking to sections of a restaurant menu, or other small sections of a larger page. <cite>by <a href="http://txfx.net/code/wordpress/page-links-to/">Mark Jaquith</a></cite><a href="http://txfx.net/code/wordpress/page-links-to/"></a>  </li>
<li><a href="http://wordpress.org/extend/plugins/tinymce-advanced/"><strong>TinyMCE Advanced</strong></a> &#8211; I’ve posted a lot about using this plugin. It was referred to me by Jim Burke from <abbr>TSG</abbr> Real Estate, who needed a way to easily add classes to blockquotes, tables, and images. The plugin also does a great job of making tables work well with WordPress posts. <cite><a href="http://www.laptoptips.ca/projects/tinymce-advanced/">plugin homepage</a></cite>  </li>
<li><strong><a href="http://www.boriel.com/?page_id=12">XSPF_Player</a></strong> &#8211; As much as I’m not a fan of auto-playing music on websites, This MP3 player makes it easy to manage playlists, cover art, and artist links. It’s a great way for music venues to highlight upcoming shows. Used in conjunction with Event Calendar, you can make the track link lead to the post for their upcoming show, all of which is easily manageable from your WordPress dashboard. <cite>by <a href="http://www.boriel.com/">Boriel</a></cite>  </li>
<li><a href="http://wordpress.org/extend/plugins/pagemash/"><strong>pageMash</strong></a> &#8211; I just posted about this, but it’s worth mentioning again. This plugin makes it very easy to put your pages in order, without having to edit every page individually. <cite>by <a href="http://joelstarnes.co.uk/pagemash/">Joel Starnes</a></cite></li>
</ol>
</blockquote>
<p><a href="http://www.blueprintds.com/2008/03/13/top-10-wordpress-cms-plugins/">Top 10 WordPress CMS Plugins | Blueprint Design Studio</a></p>
<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wehuberconsultingllc.com/wordpress/2008/03/14/top-10-wordpress-cms-plugins-blueprint-design-studio/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.291 seconds -->

