<?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>WP Modder</title>
	<atom:link href="http://wpmodder.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpmodder.com</link>
	<description>Customizing WordPress Just Got Easy</description>
	<lastBuildDate>Thu, 16 Feb 2012 15:12:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Add Custom Post Type to XML-Sitemap Generator</title>
		<link>http://wpmodder.com/how-to-add-custom-post-type-to-xml-sitemap-generator-1206.html</link>
		<comments>http://wpmodder.com/how-to-add-custom-post-type-to-xml-sitemap-generator-1206.html#comments</comments>
		<pubDate>Sun, 05 Jun 2011 16:36:24 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[WordPress Tutorials]]></category>
		<category><![CDATA[business guide]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[fan pages]]></category>
		<category><![CDATA[premise]]></category>
		<category><![CDATA[pro business]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[xml sitemap generator]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=1206</guid>
		<description><![CDATA[The Problem We recently released a new Pro Business Guide named Facebook Fan Pages for Business on our other site. We created a landing page using Premise. Premise allows for the creation of several types of landing pages with some cool features. Read more here. The Premise landing pages are created as custom post types [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><h2>The Problem</h2>
<p>We recently released a new Pro Business Guide named <a title="Facebook Fan Pages for Business and Profit" href="http://wpprobusiness.com/professional-facebook-fan-pages-for-business-and-profit/">Facebook Fan Pages for Business</a> on our <a title="WP Pro Business" href="http://wpprobusiness.com">other site</a>. We created a landing page using <a title="Premise - Landing Pages for WordPress" href="http://wpprobusiness.com/go/premise-features-list/">Premise</a>. Premise allows for the creation of several types of landing pages with some cool features. Read <a title="Read more about Premise..." href="http://wpprobusiness.com/2624/premise-landing-pages-copyblogger-media/">more here</a>.</p>
<p>The Premise landing pages are created as <strong><em>custom post types</em></strong> aptly named &#8220;Landing Page&#8221; and there are several types of landing pages to choose from. Because these are custom post types, they do not show up in your site feed (which is OK because we don&#8217;t want them to at this point), but they also do not show up in our XML Sitemap&#8230;and of course we DO want them there so search engines can easily index them and be updated of additions and changes.</p>
<p>We are using the <a title="XML Sitemaps in WordPress" href="http://wordpress.org/extend/plugins/google-sitemap-generator/">XML-Sitemap Generator</a> plugin (version 3.2.4 at time of writing). This plugin creates and updates your XML Sitemap whenever you add a new page or post BUT it does not account for <em>custom post types</em>.</p>
<p>We did our due diligence and read through the plugin documentation and forum threads, and even found a plugin that hooks into the XML-Sitemap plugin to include custom post types, but decided not to use it because of forward compatibility if the XML-Sitemap plugin gets updated to include custom post types.</p>
<h2>The Fix</h2>
<p>The solution to adding our custom post types to the XML-Sitemap plugin was simple, thanks to the forward thinking of the plugin developer. He included an option to add pages to the Sitemap manually by entering the URL to the page. It had been awhile since we visited the plugin settings, so we didn&#8217;t realize it was so easy right away.</p>
<div id="attachment_1207" class="wp-caption aligncenter" style="width: 620px"><a href="http://wpmodder.com/wp-content/uploads/2011/06/xml-sitemap-generator-add-custom-post-type.png"><img class="size-medium wp-image-1207" title="xml-sitemap-generator-add-custom-post-type" src="http://wpmodder.com/wp-content/uploads/2011/06/xml-sitemap-generator-add-custom-post-type-610x81.png" alt="" width="610" height="81" /></a><p class="wp-caption-text">Click to Enlarge</p></div>
<p style="text-align: center;">After entering the URL to our Premise custom post type page and configuring a few settings, all we had to do next was use the &#8220;Rebuild Sitemap Manually&#8221; link to rebuild our Sitemap so it would pick up our manually entered URL.</p>
<div id="attachment_1208" class="wp-caption alignnone" style="width: 620px"><a href="http://wpmodder.com/wp-content/uploads/2011/06/xml-sitemap-generator-add-custom-post-type2.png"><img class="size-medium wp-image-1208" title="xml-sitemap-generator-add-custom-post-type2" src="http://wpmodder.com/wp-content/uploads/2011/06/xml-sitemap-generator-add-custom-post-type2-610x40.png" alt="" width="610" height="40" /></a><p class="wp-caption-text">Click to Enlarge</p></div>
<h2>The Result</h2>
<p>You can clearly see in the image below that our <a title="Premise – WP Landing Pages" href="http://wpmodder.com/go/premise-wp-landing-pages/">Premise</a> custom post type page has been added to our Sitemap.</p>
<div id="attachment_1209" class="wp-caption aligncenter" style="width: 620px"><a href="http://wpmodder.com/wp-content/uploads/2011/06/xml-sitemap-generator-add-custom-post-type3.png"><img class="size-medium wp-image-1209" title="xml-sitemap-generator-add-custom-post-type3" src="http://wpmodder.com/wp-content/uploads/2011/06/xml-sitemap-generator-add-custom-post-type3-610x61.png" alt="" width="610" height="61" /></a><p class="wp-caption-text">Click to Enlarge</p></div>
<h2>Update</h2>
<p>The solution presented above worked great for our immediate needs, but what if you have dozens or even hundreds of Custom Post Types you need to add to your XML-Sitemap?</p>
<p>1. A function that specifically adds them:<br />
<a rel="nofollow" href="http://www.getupandrunning.net/2010/06/adding-custom-content-types-to-the-sitemap/">http://www.getupandrunning.net/2010/06/adding-custom-content-types-to-the-sitemap/</a></p>
<p>2. Using Joost&#8217;s SEO plugin for WP which has this feature built-in:<br />
<a rel="nofollow" href="http://yoast.com/wordpress/seo/#xml-sitemap">http://yoast.com/wordpress/seo/#xml-sitemap</a></p>
<p>There is a plugin somewhere that hooks into the XML-Sitemap  Generator plugin too, but I can&#8217;t seem to find it at the moment.</p>
<p>&nbsp;</p>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/how-to-add-a-sticky-post-to-a-wordpress-category-archive-page-719.html" rel="bookmark" title="Permanent Link: How to Add a Sticky Post to a WordPress Category Archive Page">How to Add a Sticky Post to a WordPress Category Archive Page</a></li><li><a href="http://wpmodder.com/create-a-custom-database-connection-error-page-146.html" rel="bookmark" title="Permanent Link: Create a Custom Database Connection Error Page">Create a Custom Database Connection Error Page</a></li><li><a href="http://wpmodder.com/how-to-customize-wordpress-registration-and-profile-994.html" rel="bookmark" title="Permanent Link: Attaining the Holy Grail of WordPress Registration Customization">Attaining the Holy Grail of WordPress Registration Customization</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="How to Add Custom Post Type to XML-Sitemap Generator" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-1206"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/how-to-add-custom-post-type-to-xml-sitemap-generator-1206.html/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Share Content Between WordPress and MailChimp with New Plugin</title>
		<link>http://wpmodder.com/share-content-between-wordpress-and-mailchimp-with-new-plugin-1198.html</link>
		<comments>http://wpmodder.com/share-content-between-wordpress-and-mailchimp-with-new-plugin-1198.html#comments</comments>
		<pubDate>Wed, 11 May 2011 19:59:58 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[content creation]]></category>
		<category><![CDATA[email marketing]]></category>
		<category><![CDATA[mailchimp]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plugin]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=1198</guid>
		<description><![CDATA[I was browsing through the WP Plugins tab of the WP Universe iPhone app last night while in bed and came across a press release on PRWeb about a new WordPress plugin from MailChimp. &#160; Being I&#8217;m a WP nerd and also a customer of MailChimp, I clicked through to learn more about this new [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>I was browsing through the WP Plugins tab of the <a title="Stay Updated with WordPress News" href="http://itunes.apple.com/us/app/wp-universe-wordpress-news/id398015979?mt=8&amp;ls=1" target="_blank">WP Universe</a> iPhone app last night while in bed and came across a press release on <a title="PRWeb Announcement" href="http://www.prweb.com/releases/2011/5/prweb5280344.htm" target="_blank">PRWeb</a> about a new WordPress plugin from MailChimp.</p>
<p style="text-align: center;">&nbsp;</p>
<div id="attachment_1199" class="wp-caption aligncenter" style="width: 620px"><a href="http://eepurl.com/cfK2X"><img class="size-medium wp-image-1199 " title="WordPress MailChimp Plugin ChimpExpress" src="http://wpmodder.com/wp-content/uploads/2011/05/wordpress-mailchimp-610x284.png" alt="Share Content Between MailChimp and WordPress" width="610" height="284" /></a><p class="wp-caption-text">ChimpExpress Plugin</p></div>
<p>Being I&#8217;m a WP nerd and also a customer of <a title="Get a FREE MailChimp Account Now" href="http://eepurl.com/cfK2X" target="_blank">MailChimp</a>, I clicked through to learn more about this new plugin and had to share. I think this can be a very useful tool for those people using WordPress to power their websites who also send regular email campaigns and newsletters.</p>
<blockquote><p><strong>Disclaimer</strong>: I am the maker of the <strong>WP Universe</strong> app. I use it almost every day to stay up to date with new themes, plugins, development, and many other WordPress related information. If you&#8217;re interested in staying in the loop, feel free to <a title="Get the WP Universe iPhone App" href="http://itunes.apple.com/us/app/wp-universe-wordpress-news/id398015979?mt=8&amp;ls=1" target="_blank">grab the app</a>.</p></blockquote>
<h2>ChimpExpress Plugin</h2>
<p>As the name of the plugin above implies, it&#8217;s designed provide seemless content sharing between <a title="WordPress.org" href="http://wordpress.org" target="_blank">WordPress</a> and your <a title="Yes, give me a free MailChimp account (2000 subscriber limit)" href="http://eepurl.com/cfK2X" target="_blank">MailChimp</a> account in order to speed up your content creation workflow. You can grab the <a title="ChimpExpress WordPress Plugin" href="http://wordpress.org/extend/plugins/chimpexpress/" target="_blank">ChimpExpress</a> plugin on the <a title="Content Sharing Between WordPress and MailChimp" href="http://wordpress.org/extend/plugins/chimpexpress/" target="_blank">repository</a>.</p>
<p>This is very welcome news to me as I have been both blogging and sending newsletters through <a title="MailChimp free account" href="http://eepurl.com/cfK2X" target="_blank">MailChimp</a> more and more.</p>
<h2>Two Publishing Modes</h2>
<p>With this plugin you are able to publish from WordPress to MailChimp and bring in content from  MailChimp into WordPress.</p>
<p>When publishing from WordPress to MailChimp,  the author first selects an existing template in his/her MailChimp  account. The WordPress plugin is aware of the content blocks in the  template and allows the author to add new content into each section. The  author can either choose to write new content in the WordPress editor  and/or republish a blog post. Once the campaign is completed, the  content is automatically posted to the user’s MailChimp account and a  preview is provided of the final campaign. The MailChimp user would then  log into his/her account to schedule the sendin time.</p>
<p>When publishing from MailChimp to WordPress you can bring in content from an  existing MailChimp campaign as a blog post and edit the content in the  WordPress editor before publishing.</p>
<h2>Another Big Benefit</h2>
<p>The plugin also makes it easy to  create a stand alone landing page of the MailChimp campaign.</p>
<p><strong><em>Read that last sentence again and think of the possibilities</em></strong>.</p>
<p>The plugin  removes email specific information such as unsubscribe links and allows  the user to edit the content and the page name. Then it publishes it to  a new page in the blog. This is a perfect way for folks to create  content in MailChimp and maintain a permanent web page with their own  domain.</p>
<p><strong>Source</strong>: <a title="PRWeb" href="http://www.prweb.com/releases/2011/5/prweb5280344.htm" target="_blank">PRWeb</a></p>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/create-business-website-blog-wordpress-1143.html" rel="bookmark" title="Permanent Link: Setup WordPress for Blogging or Business (Free Course)">Setup WordPress for Blogging or Business (Free Course)</a></li><li><a href="http://wpmodder.com/share-wordpress-find-and-promote-wordpress-tips-and-tools-160.html" rel="bookmark" title="Permanent Link: Share WordPress &#8211; Find and Promote WordPress Tips and Tools">Share WordPress &#8211; Find and Promote WordPress Tips and Tools</a></li><li><a href="http://wpmodder.com/all-in-one-seo-pack-tutorial-for-wordpress-206.html" rel="bookmark" title="Permanent Link: All in One SEO Pack Tutorial for WordPress">All in One SEO Pack Tutorial for WordPress</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="Share Content Between WordPress and MailChimp with New Plugin" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-1198"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/share-content-between-wordpress-and-mailchimp-with-new-plugin-1198.html/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How I Added Custom Web Fonts to Genesis Child Theme</title>
		<link>http://wpmodder.com/how-i-added-custom-web-fonts-to-genesis-child-theme-1184.html</link>
		<comments>http://wpmodder.com/how-i-added-custom-web-fonts-to-genesis-child-theme-1184.html#comments</comments>
		<pubDate>Sun, 01 May 2011 15:34:26 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[WordPress Tutorials]]></category>
		<category><![CDATA[cascading style sheets]]></category>
		<category><![CDATA[fontsforweb.com]]></category>
		<category><![CDATA[genesis]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[web fonts]]></category>
		<category><![CDATA[web typography]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress themes]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=1184</guid>
		<description><![CDATA[One of our WP Pro Business clients recently went through a redesign in anticipation for her book release. We moved her to the Genesis framework and implemented a customized version of the Crystal child theme. She needed custom fonts on her site in order to match the design of her book cover. Here&#8217;s how we [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>One of our <a title="WP Pro Business - Take Your WordPress and Marketing Skills Higher" href="http://wpprobusiness.com" target="_blank"><strong><em>WP Pro Business</em></strong></a> clients recently went through a redesign in anticipation for <a title="Learn more about The Girl's Guide to Homelessness" href="http://girlsguidetohomelessness.com/read-the-book/" target="_blank">her book</a> release. We moved her to the <a title="Genesis - The Most Advanced WordPress Theme Framework" href="http://wpmodder.com/go/studiopress/" target="_blank">Genesis framework</a> and implemented a customized version of the <a title="View the Crystal Child Theme Demo" href="http://wpmodder.com/go/crystal-child-theme/" target="_blank">Crystal child theme</a>.</p>
<p>She needed custom fonts on her site in order to match the <a title="The Girl's Guide to Homelessness Book" href="http://wpmodder.com/wp-content/uploads/2011/05/girls-guide-to-homelessness-book.png">design</a> of her book cover. Here&#8217;s how we accomplished that goal.</p>
<h2>The Goal</h2>
<p>The original font for the site title and other areas being used was Arial, we needed to change that to the Typewriter Royal 200 web font provided by <a title="Typewriter Royal 200 Font" href="http://fontsforweb.com/font/show?id=801" target="_blank">FontsForWeb.com</a>.</p>
<p>Here&#8217;s the title before:</p>
<div id="attachment_1189" class="wp-caption aligncenter" style="width: 594px"><img class="size-full wp-image-1189 " title="How to Use a Web Font in Genesis Child Theme" src="http://wpmodder.com/wp-content/uploads/2011/05/how-t0-change-font-genesis-child-theme1.png" alt="Using a Web Font API in Genesis Child Theme" width="584" height="103" /><p class="wp-caption-text">Before</p></div>
<p>Here&#8217;s the title after:</p>
<div id="attachment_1190" class="wp-caption aligncenter" style="width: 620px"><img class="size-medium wp-image-1190 " title="Web Font APIs and Genesis Theme Framework" src="http://wpmodder.com/wp-content/uploads/2011/05/how-to-change-font-genesis-child-theme2-610x99.png" alt="How to Include Web Font in WordPress themes" width="610" height="99" /><p class="wp-caption-text">After</p></div>
<h2>Setting Up the Change</h2>
<p>FontsForWeb.com provides you with code that calls their font and it&#8217;s included CSS class. It&#8217;s required that you put this code into the header of your document.</p>
<pre class="brush: css; title: ; notranslate">
&lt;pre&gt;&lt;style type=&quot;text/css&quot;&gt;
    @font-face{
        font-family: &quot;typewriterroyal200bold&quot;;
        src: url('http://fontsforweb.com/public/fonts/801/typewriterroyal200bold.eot');
        src: local(&quot;Typewriter Royal 200&quot;), url('http://fontsforweb.com/public/fonts/801/typewriterroyal200bold.ttf') format(&quot;truetype&quot;);
    }
    .fontsforweb_fontid_801 {
        font-family: &quot;typewriterroyal200bold&quot;;
    }
&lt;/style&gt;
</pre>
<p><strong>How To Include Header Scripts in Genesis?</strong></p>
<p>Genesis makes it super easy and there are several ways to do it. We chose to simply include this script in the <strong>Genesis Header/Footer Scripts</strong> section of the <strong>Genesis Theme Settings</strong>.</p>
<ol>
<li>Navigate to Genesis&#8211;&gt;Theme Settings</li>
<li>Scroll down and on the bottom right you will see the Header/Footer Scripts section</li>
<li>Insert the FontsForWeb.com script</li>
<li>Choose Save Settings</li>
</ol>
<p>The Header/Footer Scripts section should look like this:</p>
<div id="attachment_1191" class="wp-caption aligncenter" style="width: 394px"><a href="http://wpmodder.com/wp-content/uploads/2011/05/genesis-insert-header-footer.png"><img class="size-medium wp-image-1191" title="How to Insert Header and Footer Scripts in Genesis Themes" src="http://wpmodder.com/wp-content/uploads/2011/05/genesis-insert-header-footer-384x440.png" alt="Inserting Header and Footer Scripts in StudioPress Genesis Themes" width="384" height="440" /></a><p class="wp-caption-text">Insert the fontsforweb Script</p></div>
<p><strong>Note:</strong> Google also <a title="Google Web Fonts" href="http://www.google.com/webfonts" target="_blank">provides web fonts</a> and this should work for them as well.</p>
<h2>Filtering to Access CSS Font Styles</h2>
<p>We had to include two functions in order to filter the CSS output of the <em>site title</em> and <em>post titles</em> in our <a title="If you're not using Genesis, you should be..." href="http://wpmodder.com/go/studiopress/" target="_blank">Genesis</a> child theme. We did this in order to include the fontsforweb CSS classes so we could style them accordingly.</p>
<p>We included the two functions below in our <a title="Crystal Child Theme" href="http://wpmodder.com/go/crystal-child-theme/" target="_blank">Crystal</a> child theme&#8217;s functions.php file.</p>
<p><strong>Our Function to Filter the Site Title</strong></p>
<pre class="brush: php; title: ; notranslate">
//Filter Site Title to Add Font Class
add_filter('genesis_seo_title', 'fontforweb_genesis_seo_title', 10, 3);
function fontforweb_genesis_seo_title($title, $inside, $wrap) {
 return sprintf('&lt;%s id=&quot;title&quot;&gt;%s&lt;/%s&gt;', $wrap, $inside, $wrap);
}
</pre>
<p><strong>Our Function to Filter the Post Titles</strong></p>
<pre class="brush: php; title: ; notranslate">
//Filter Post Title to Add Font Class
add_filter('genesis_post_title_output', 'fontforweb_post_title_output');
function fontforweb_post_title_output( $title ) {
 return sprintf( '&lt;h2&gt;%s&lt;/h2&gt;', apply_filters( 'genesis_post_title_text', get_the_title() ) );
}
</pre>
<h2>CSS Edits</h2>
<p>We could have targeted the new</p>
<pre class="brush: css; title: ; notranslate">.fontsforweb_fontid_801</pre>
<p>CSS class in the style.css file in our child theme , but because all we needed to define in our case was the actual font, that was already taken care of in the code we added to the Header/Footer section above.</p>
<h2>Please Leave Us a Comment if You Found This Useful</h2>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/adding-a-widgetized-area-to-genesis-corporate-theme-1103.html" rel="bookmark" title="Permanent Link: Adding a Widgetized Area to Genesis Corporate Theme">Adding a Widgetized Area to Genesis Corporate Theme</a></li><li><a href="http://wpmodder.com/wordpress-frameworks-parent-themes-and-child-themes-oh-my-934.html" rel="bookmark" title="Permanent Link: WordPress Frameworks, Parent Themes, and Child Themes&#8230;oh my!">WordPress Frameworks, Parent Themes, and Child Themes&#8230;oh my!</a></li><li><a href="http://wpmodder.com/how-to-change-tag-cloud-font-sizes-wp-screencast-challenge-1155.html" rel="bookmark" title="Permanent Link: How to Change Tag Cloud Font Sizes &#8211; WP Screencast Challenge">How to Change Tag Cloud Font Sizes &#8211; WP Screencast Challenge</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="How I Added Custom Web Fonts to Genesis Child Theme" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-1184"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/how-i-added-custom-web-fonts-to-genesis-child-theme-1184.html/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Discount Coupon at WPMUDEV &#8211; Simple Entry &#8211; One Lucky Winner</title>
		<link>http://wpmodder.com/discount-coupon-at-wpmudev-simple-entry-one-lucky-winner-1180.html</link>
		<comments>http://wpmodder.com/discount-coupon-at-wpmudev-simple-entry-one-lucky-winner-1180.html#comments</comments>
		<pubDate>Tue, 19 Apr 2011 14:04:49 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[Contests]]></category>
		<category><![CDATA[blog software]]></category>
		<category><![CDATA[buddypress]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[multisite]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=1180</guid>
		<description><![CDATA[This is a simple one folks. If you use WordPress, especially with Multisite networks enabled, it&#8217;s likely that you have occasion to need a specialized plugin or theme that you can&#8217;t find in the repository, or at least ones that have dedicated support and feature enhancements on a regular basis. Enter WPMUDEV.org. If you&#8217;re not [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>This is a simple one folks. If you use WordPress, especially with Multisite networks enabled, it&#8217;s likely that you have occasion to need a <a title="WPMU DEV Plugins and Themes" href="http://wpmodder.com/go/wpmu-dev/" target="_blank">specialized</a> plugin or theme that you can&#8217;t find in the repository, or at least ones that have dedicated support and feature enhancements on a regular basis.</p>
<p>Enter <a title="Find Fully Custom and Supported WordPress Plugins and Themes" href="http://wpmodder.com/go/wpmu-dev/" target="_blank">WPMUDEV.org</a>. If you&#8217;re not familiar with them, go <a title="Find plugins for WordPress, Multisite, and BuddyPress" href="http://wpmodder.com/go/wpmu-dev/" target="_blank">have a look</a> and see how they can benefit you and your online properties.</p>
<p>I said I&#8217;d keep this post simple, so here&#8217;s the scoop. We&#8217;re promoting our new site <a title="Take your business to the next level with WordPress" href="http://wpprobusiness.com" target="_blank">WP Pro Business</a> and we are currently looking for Facebook Page Likes. That&#8217;s it. Like our fan page, be entered to win. Details below&#8230;</p>
<div style="margin: 0;">
<p style="font-family: Georgia, Arial; font-size: 28px; text-align: left; color: #810a0a;">Enter to Win a WordPress Prize with One Click!</p>
<p style="margin-bottom: 5px; font-size: 16px; text-align: left;">Become a Fan of our <a href="http://facebook.com/wpprobusiness/" target="_blank">WP Pro Business Facebook Page</a> and be Entered to Win a <strong><span style="color: #810a0a;">15% Discount at WPMU DEV!</span></strong></p>
<p style="font-size: 16px; text-align: left;"><em>Access over 100 plugins, 150 themes and the best WordPress support on the web… right now!</em></p>
<p><a href="http://premium.wpmudev.org?ref=awarner20-434" target="_blank"><br />
<img title="Check out WPMU DEV - The WordPress Experts" src="http://wpmu.org/wp-content/uploads/2010/05/wpmudev_728_banner2.png" alt="WPMU DEV - The WordPress Experts" /><br />
</a></p>
<p>Winner will be decided by a random drawing of all Fans of our <a href="http://facebook.com/wpprobusiness/" target="_blank">WP Pro Business Facebook Page</a>.</p>
</div>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/wordpress-tagline-contest-winner-91.html" rel="bookmark" title="Permanent Link: WordPress Modder Tagline Contest Winner!">WordPress Modder Tagline Contest Winner!</a></li><li><a href="http://wpmodder.com/simple-wordpress-forum-38.html" rel="bookmark" title="Permanent Link: Do You Need a Simple WordPress Forum?">Do You Need a Simple WordPress Forum?</a></li><li><a href="http://wpmodder.com/wordpress-modder-tagline-contest-ends-friday-77.html" rel="bookmark" title="Permanent Link: WordPress Modder Tagline Contest Ends Friday!">WordPress Modder Tagline Contest Ends Friday!</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="Discount Coupon at WPMUDEV &#8211; Simple Entry &#8211; One Lucky Winner" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-1180"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/discount-coupon-at-wpmudev-simple-entry-one-lucky-winner-1180.html/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to Troubleshoot CSS Styles on a Live WordPress Website</title>
		<link>http://wpmodder.com/how-to-troubleshoot-css-styles-on-a-live-wordpress-website-1172.html</link>
		<comments>http://wpmodder.com/how-to-troubleshoot-css-styles-on-a-live-wordpress-website-1172.html#comments</comments>
		<pubDate>Mon, 18 Apr 2011 19:47:51 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[WordPress Tutorials]]></category>
		<category><![CDATA[cascading style sheets]]></category>
		<category><![CDATA[css style]]></category>
		<category><![CDATA[firebug]]></category>
		<category><![CDATA[html tables]]></category>
		<category><![CDATA[image gallery]]></category>
		<category><![CDATA[troubleshoot]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[wordpress themes]]></category>
		<category><![CDATA[wordpress tutorial]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=1172</guid>
		<description><![CDATA[I was browsing through the WordPress.org support forums today and came across a question by a user who was creating an image grid on a page. There was a border around the table he created and it wasn&#8217;t clear on how to remove it. Here&#8217;s how I found what was causing the border and how [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><em>I was browsing through the WordPress.org <a title="Official WordPress Support Forums" href="http://wordpress.org/support/" target="_blank">support forums</a> today and came across a question by a user who was creating an image grid on a page. There was a border around the table he created and it wasn&#8217;t clear on how to remove it.</em></p>
<p>Here&#8217;s how I found what was causing the border and how it could be removed&#8230;all without having to touch a single piece of code on his/her live website.</p>
<h2>How to Create an Image Grid in WordPress</h2>
<p>First, there are many ways to accomplish a grid of images on a WordPress page or post.</p>
<ul>
<li>The built-in Gallery Feature included in WordPress. Nice step-by-step <a title="WordPress Image Gallery Feature How To" href="http://www.wpbeginner.com/beginners-guide/how-to-add-a-gallery-in-wordpress-with-a-lightbox-effect/" target="_blank">here</a>.</li>
<li>A <a title="Huge List of WordPress Image Gallery Plugins" href="http://wordpress.org/extend/plugins/search.php?q=gallery&amp;sort=" target="_blank">multitude</a> of image gallery plugins. The most popular by far being <a title="NextGen Gallery Plugin" href="http://wordpress.org/extend/plugins/nextgen-gallery/" target="_blank">NextGen Gallery</a>.</li>
<li>Creating a customized <a title="What are WordPress Page Templates?" href="http://codex.wordpress.org/Pages#Page_Templates" target="_blank">page template</a> in your theme.</li>
<li>Writing HTML directly into a page and inserting your images and links.</li>
<li>Using the <em>Grid Loop</em> feature of the <a title="I use the Genesis theme framework for my development..." href="http://wpmodder.com/go/studiopress/" target="_blank">Genesis theme framework</a>. This is what I do mostly, but it&#8217;s because my image galleries tend to be links to posts in a certain category.</li>
</ul>
<h2>Method Used and Problem</h2>
<p>This user was using #4 in the list above. They chose to create a table in HTML directly inside the page and insert their images and links in each table data cell. The problem that this user was seeing was a border around the table even though they specified that there be <em>no border</em>.</p>
<div id="attachment_1173" class="wp-caption aligncenter" style="width: 610px"><a href="http://wpmodder.com/wp-content/uploads/2011/04/change-css-in-wordpress001.png"><img class="size-medium wp-image-1173 " title="WordPress CSS Changes for Table Borders" src="http://wpmodder.com/wp-content/uploads/2011/04/change-css-in-wordpress001-610x206.png" alt="HTML CSS WordPress Conflicts" width="600" height="206" /></a><p class="wp-caption-text">The Unwanted Borders</p></div>
<p>This is the code they have:</p>
<pre class="brush: xml; title: ; notranslate">&lt;table height=&quot;100&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; bordercolor=&quot;#808080&quot; border=&quot;0&quot; style=&quot;width: 205px;&quot;&gt;</pre>
<h2>Cause</h2>
<p>Even though they specified <strong>border=0</strong> above, the table was still being given a border around it. I suspected that the table border was being defined by the CSS styling included with the theme they were using. I took a look at the CSS code and here&#8217;s what I saw.</p>
<div id="attachment_1174" class="wp-caption aligncenter" style="width: 610px"><a href="http://wpmodder.com/wp-content/uploads/2011/04/change-css-in-wordpress002.png"><img class="size-medium wp-image-1174 " title="Changing CSS Styles in WordPress" src="http://wpmodder.com/wp-content/uploads/2011/04/change-css-in-wordpress002-610x215.png" alt="How to Find CSS in WordPress Themes" width="600" height="215" /></a><p class="wp-caption-text">Table HTML on Left - CSS Styles Affecting it on Right</p></div>
<h2>Solution</h2>
<p>You can see in the image above that there is definitely CSS there that is specifying a 1px solid border for tables, table headings, and table data cells.</p>
<p>To see if these were the cause of the borders, I simply turned these styles off with my handy web development tool as seen in the image below.</p>
<p>You&#8217;ll also notice I can see the .css files where this code exists on the right side.</p>
<div id="attachment_1176" class="wp-caption aligncenter" style="width: 610px"><a href="http://wpmodder.com/wp-content/uploads/2011/04/change-css-in-wordpress004.png"><img class="size-medium wp-image-1176 " title="Removing Table Borders in WordPress" src="http://wpmodder.com/wp-content/uploads/2011/04/change-css-in-wordpress004-610x171.png" alt="WordPress Table Borders and How to Remove Them" width="600" height="171" /></a><p class="wp-caption-text">Turn Off CSS Styles for Tables</p></div>
<h2>How I Found and Offered a Fix</h2>
<p>This is no mind blowing secret and many of you reading this may already be familiar with this tool and using it yourself. It&#8217;s one of the most popular <strong>free</strong> Add-ons for Firefox named <a title="Learn more about Firebug" href="http://getfirebug.com/whatisfirebug" target="_blank">Firebug</a>.</p>
<blockquote><p>Firebug integrates with Firefox to put a wealth of web development tools  at your fingertips while you browse. You can edit, debug, and monitor  CSS, HTML, and JavaScript live in any web page.</p></blockquote>
<p>While using Firebug and looking at the CSS for that that website, I could see the .css files as in the above image. Firebug also allowed me to simply right-click and copy the full path to the stylesheet file in order to share that with the user. Check it out in the image below.</p>
<h2>
<div id="attachment_1177" class="wp-caption aligncenter" style="width: 610px"><a href="http://wpmodder.com/wp-content/uploads/2011/04/change-css-in-wordpress0031.png"><img class="size-medium wp-image-1177 " title="How to Troubleshoot a WordPress Theme" src="http://wpmodder.com/wp-content/uploads/2011/04/change-css-in-wordpress0031-610x245.png" alt="WordPress Theme CSS Styles" width="600" height="245" /></a><p class="wp-caption-text">Hover or Copy Location to Grab Full URL to CSS File</p></div>
<p>Summary</h2>
<p>At the time of this writing the user hasn&#8217;t responded to the thread to update on whether this was the ultimate solution to their issue, but if not, I&#8217;m confident that just knowing that the CSS styles were affecting their code was enough to lead them in the right direction. At least I hope so;)</p>
<h2>Do You Use Firebug?</h2>
<p>Please share your advice and tips with us in the comments section below so we can all learn more.</p>
<div style="margin: 0;">
<p><!-- Begin MailChimp Signup Form -->
<!--[if IE]>
</p></div>
<style type="text/css" media="screen">
	#mc_embed_signup fieldset {position: relative;}
	#mc_embed_signup legend {position: absolute; top: -1em; left: .2em;}
</style>
<![endif]--> 
<!--[if IE 7]>
<style type="text/css" media="screen">
	.mc-field-group {overflow:visible;}
</style>
<![endif]-->

<div id="mc_embed_signup">
<form action="http://wpmodder.us1.list-manage2.com/subscribe/post?u=17cd205c04143eaa0fba91abf&amp;id=cbb24c7708" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" style="font: normal 100% Arial, sans-serif;font-size: 10px;">
	<fieldset style="-moz-border-radius: 4px;border-radius: 4px;-webkit-border-radius: 4px;border: 1px solid #ccc;padding-top: 1.5em;margin: .5em 0;background-color: #fff;color: #000;text-align: left;">
	<legend style="white-space: normal;text-transform: capitalize;font-weight: bold;color: #000;background: #fff;padding: .5em 1em;border: 1px solid #ccc;-moz-border-radius: 4px;border-radius: 4px;-webkit-border-radius: 4px;font-size: 1.2em;"><span>tutorials delivered by email</span></legend>
<div class="indicate-required" style="text-align: right;font-style: italic;overflow: hidden;color: #000;margin: 0 9% 0 0;">* indicates required</div>
<div class="mc-field-group" style="margin: 1.3em 5%;clear: both;overflow: hidden;">
<label for="mce-EMAIL" style="display: block;margin: .3em 0;line-height: 1em;font-weight: bold;">Email Address <strong class="note-required">*</strong>
</label>
<input type="text" value="" name="EMAIL" class="required email" id="mce-EMAIL" style="margin-right: 1.5em;padding: .2em .3em;width: 90%;float: left;z-index: 999;">
</div>
<div class="mc-field-group" style="margin: 1.3em 5%;clear: both;overflow: hidden;">
<label for="mce-FNAME" style="display: block;margin: .3em 0;line-height: 1em;font-weight: bold;">First Name </label>
<input type="text" value="" name="FNAME" class="" id="mce-FNAME" style="margin-right: 1.5em;padding: .2em .3em;width: 90%;float: left;z-index: 999;">
</div>
		<div id="mce-responses" style="float: left;top: -1.4em;padding: 0em .5em 0em .5em;overflow: hidden;width: 90%;margin: 0 5%;clear: both;">
			<div class="response" id="mce-error-response" style="display: none;margin: 1em 0;padding: 1em .5em .5em 0;font-weight: bold;float: left;top: -1.5em;z-index: 1;width: 80%;background: FBE3E4;color: #D12F19;"></div>
			<div class="response" id="mce-success-response" style="display: none;margin: 1em 0;padding: 1em .5em .5em 0;font-weight: bold;float: left;top: -1.5em;z-index: 1;width: 80%;background: #E3FBE4;color: #529214;"></div>
		</div>
		<div><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="btn" style="clear: both;width: auto;display: block;margin: 1em 0 1em 5%;"></div>
	</fieldset>	
	<a href="#" id="mc_embed_close" class="mc_embed_close" style="display: none;">Close</a>
</form>
</div>
<script  type="text/javascript">
try {
    var jqueryLoaded=jQuery;
    jqueryLoaded=true;
} catch(err) {
    var jqueryLoaded=false;
}
if (!jqueryLoaded) {
    var head= document.getElementsByTagName('head')[0];
    var script= document.createElement('script');
    script.type= 'text/javascript';
    script.src= 'http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js';
    head.appendChild(script);    
}
</script>
<script type="text/javascript" src="http://downloads.mailchimp.com/js/jquery.form-n-validate.js"></script>

<script type="text/javascript">
var fnames = new Array();var ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';var err_style = '';
try{
    err_style = mc_custom_error_style;
} catch(e){
    err_style = 'margin: 1em 0 0 0; padding: 1em 0.5em 0.5em 0.5em; background: FFEEEE none repeat scroll 0% 0%; font-weight: bold; float: left; z-index: 1; width: 80%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; color: FF0000;';
}
var head= document.getElementsByTagName('head')[0];
var style= document.createElement('style');
style.type= 'text/css';
if (style.styleSheet) {
  style.styleSheet.cssText = '.mce_inline_error {' + err_style + '}';
} else {
  style.appendChild(document.createTextNode('.mce_inline_error {' + err_style + '}'));
}
head.appendChild(style);
$(document).ready( function($) {
  var options = { errorClass: 'mce_inline_error', errorElement: 'div', onkeyup: function(){}, onfocusout:function(){}, onblur:function(){}  };
  var mce_validator = $("#mc-embedded-subscribe-form").validate(options);
  options = { url: 'http://wpmodder.us1.list-manage.com/subscribe/post-json?u=17cd205c04143eaa0fba91abf&amp;id=cbb24c7708&amp;c=?', type: 'GET', dataType: 'json', contentType: "application/json; charset=utf-8",
                beforeSubmit: function(){
                    $('#mce_tmp_error_msg').remove();
                    $('.datefield','#mc_embed_signup').each(
                        function(){
                            var txt = 'filled';
                            var fields = new Array();
                            var i = 0;
                            $(':text', this).each(
                                function(){
                                    fields[i] = this;
                                    i++;
                                });
                            $(':hidden', this).each(
                                function(){
                                	if ( fields[0].value=='MM' &amp;&amp; fields[1].value=='DD' &amp;&amp; fields[2].value=='YYYY' ){
                                		this.value = '';
									} else if ( fields[0].value=='' &amp;&amp; fields[1].value=='' &amp;&amp; fields[2].value=='' ){
                                		this.value = '';
									} else {
	                                    this.value = fields[0].value+'/'+fields[1].value+'/'+fields[2].value;
	                                }
                                });
                        });
                    return mce_validator.form();
                }, 
                success: mce_success_cb
            };
  $('#mc-embedded-subscribe-form').ajaxForm(options);

});
function mce_success_cb(resp){
    $('#mce-success-response').hide();
    $('#mce-error-response').hide();
    if (resp.result=="success"){
        $('#mce-'+resp.result+'-response').show();
        $('#mce-'+resp.result+'-response').html(resp.msg);
        $('#mc-embedded-subscribe-form').each(function(){
            this.reset();
    	});
    } else {
        var index = -1;
        var msg;
        try {
            var parts = resp.msg.split(' - ',2);
            if (parts[1]==undefined){
                msg = resp.msg;
            } else {
                i = parseInt(parts[0]);
                if (i.toString() == parts[0]){
                    index = parts[0];
                    msg = parts[1];
                } else {
                    index = -1;
                    msg = resp.msg;
                }
            }
        } catch(e){
            index = -1;
            msg = resp.msg;
        }
        try{
            if (index== -1){
                $('#mce-'+resp.result+'-response').show();
                $('#mce-'+resp.result+'-response').html(msg);            
            } else {
                err_id = 'mce_tmp_error_msg';
                html = '<div id="'+err_id+'" style="'+err_style+'"> '+msg+'</div>';
                
                var input_id = '#mc_embed_signup';
                var f = $(input_id);
                if (ftypes[index]=='address'){
                    input_id = '#mce-'+fnames[index]+'-addr1';
                    f = $(input_id).parent().parent().get(0);
                } else if (ftypes[index]=='date'){
                    input_id = '#mce-'+fnames[index]+'-month';
                    f = $(input_id).parent().parent().get(0);
                } else {
                    input_id = '#mce-'+fnames[index];
                    f = $().parent(input_id).get(0);
                }
                if (f){
                    $(f).append(html);
                    $(input_id).focus();
                } else {
                    $('#mce-'+resp.result+'-response').show();
                    $('#mce-'+resp.result+'-response').html(msg);
                }
            }
        } catch(e){
            $('#mce-'+resp.result+'-response').show();
            $('#mce-'+resp.result+'-response').html(msg);
        }
    }
}
</script>
<!--End mc_embed_signup-->
</p></div>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/need-themes-for-your-band-148.html" rel="bookmark" title="Permanent Link: Need Themes for your Band?">Need Themes for your Band?</a></li><li><a href="http://wpmodder.com/a-free-web-development-utility-i-cant-live-without-72.html" rel="bookmark" title="Permanent Link: A Free Web Development Utility I Can&#039;t Live Without">A Free Web Development Utility I Can&#039;t Live Without</a></li><li><a href="http://wpmodder.com/ithemes-releases-deep-order-premium-web-20-135.html" rel="bookmark" title="Permanent Link: iThemes Releases Deep Order Premium Web 2.0">iThemes Releases Deep Order Premium Web 2.0</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="How to Troubleshoot CSS Styles on a Live WordPress Website" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-1172"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/how-to-troubleshoot-css-styles-on-a-live-wordpress-website-1172.html/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>The Ultimate WordPress Form Maker</title>
		<link>http://wpmodder.com/the-ultimate-wordpress-form-maker-1165.html</link>
		<comments>http://wpmodder.com/the-ultimate-wordpress-form-maker-1165.html#comments</comments>
		<pubDate>Tue, 29 Mar 2011 19:06:46 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress Tutorials]]></category>
		<category><![CDATA[blog software]]></category>
		<category><![CDATA[cascading style sheets]]></category>
		<category><![CDATA[contact forms]]></category>
		<category><![CDATA[content management systems]]></category>
		<category><![CDATA[form maker]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[forms maker]]></category>
		<category><![CDATA[gravity]]></category>
		<category><![CDATA[maker]]></category>
		<category><![CDATA[paypal]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[submit form]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=1165</guid>
		<description><![CDATA[Creating contact forms in WordPress has been relatively easy with the availability of many different form making plugins. However, creating advanced forms that include features like letting users upload files, creating multiple page forms, etc. while still allowing you (or your clients) to create these inside an easily usable interface, can be a bit difficult. [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><em>Creating <a title="The Best WordPress Form Plugin" href="http://wpmodder.com/go/gravity-forms/">contact forms</a> in WordPress has been relatively easy with the availability of many different form making plugins. However, creating advanced forms that include features like letting users upload files, creating multiple page forms, etc. while still allowing you (or your clients) to create these inside an easily usable interface, can be a bit difficult.</em></p>
<p><em> </em></p>
<div id="attachment_1167" class="wp-caption aligncenter" style="width: 620px"><em><em><a href="http://wpmodder.com/go/gravity-forms/"><img class="size-medium wp-image-1167 " title="The Best Form Plugin for WordPress" src="http://wpmodder.com/wp-content/uploads/2011/03/728x90-610x75.gif" alt="WordPress How to Submit Guest Posts" width="610" height="75" /></a></em></em><p class="wp-caption-text">Gravity Forms Makes Development Easy</p></div>
<p><em> </em></p>
<h2>Gravity Forms to the Rescue</h2>
<p>Every year I spend a considerable amount of money purchasing premium WordPress plugins, themes, and other services. I purchased the <a title="Gravity Forms for WordPress Development" href="http://wpmodder.com/go/gravity-forms/">developer license</a> version of <strong><em>Gravity Forms</em></strong> back in 2009 and I can safely say it&#8217;s been one of the best WordPress related purchases I have ever made.</p>
<p>If you&#8217;ve been around WordPress for any length of time, you&#8217;re most likely aware of <strong><em>Gravity Forms</em></strong> or at least any of the dozens of freely available contact form plugins. Whether you are already using <strong><em>Gravity Forms</em></strong>, or are hearing this plugin&#8217;s name for the first time,  the new features detailed below with the <a title="No Other WordPress Contact Forms Have These Amazing Features" href="http://wpmodder.com/go/gravity-forms/">release of version 1.5</a> are sure to make you giddy:)</p>
<h2>What&#8217;s New in Gravity Forms v1.5</h2>
<p><a title="Multi-page Forms in WordPress" href="http://wpmodder.com/go/gravity-forms/"><strong>Multi-Page Forms</strong></a><br />
One of the most widely requested features is finally here, multi-page form capabilities. Using the new Page Break field you now have the ability split longer forms into multiple pages or steps. We have also integrated a visual paging status bar that can be used to show a progress bar or the steps involved in completing the form.</p>
<p><a title="Pricing Fields WordPress Form" href="http://wpmodder.com/go/gravity-forms/"><strong>Pricing Fields</strong></a><br />
Pricing Fields allow you to create quotes and order forms. It features integrated pricing calculations and is compatible with the Gravity Forms PayPal Add-On. Pricing Fields consist of a Product Field, Option Field, Quantity Field, Shipping Field, Donation Field and Total Field. They allow you to easily turn your form into an order form and collect payments when combined with the PayPal Add-On.</p>
<p><a title="Text Area Counter in WordPress Form" href="http://wpmodder.com/go/gravity-forms/"><strong>Textarea Character Counter</strong></a><br />
Easily limit the number of characters entered into a textarea and include a visual character counter that lets them know how many characters are allowed and how many characters have been entered.</p>
<p><a title="CSS Ready Class in WordPress Form" href="http://wpmodder.com/go/gravity-forms/"><strong>CSS Ready Classes</strong></a><br />
Easily create multi-column layouts using built in CSS classes. These keywords are custom CSS classes you add to the CSS Class Name option under the Advanced tab for each field. Using our pre-defined CSS class names you can easily create 2 or 3 column forms, display radio button and checkbox options in 2, 3 or 4 columns as well as turn a Section Break into a scrolling text field. Get complete details on the available Ready Classes here.</p>
<p><a title="Default Form Email Notifications" href="http://wpmodder.com/go/gravity-forms/"><strong>Default Notification</strong></a><br />
Gravity Forms will now automatically setup an Admin Notification that uses the WordPress Admin email as the Send To and includes all submitted form fields when a new form is created.</p>
<p><a title="Create WordPress Post from Form" href="http://wpmodder.com/go/gravity-forms/"><strong>Post Field Enhancements</strong></a><br />
We have enhanced the content template capabilities of the Post Fields and extended them to the Post Custom Field. Now you can use the content template capabilities on the Post Title, Post Body and Post Custom Fields in the form builder. The Post Category field has been enhanced to allow for an initial placeholder value (ex. &#8220;Please Select a Category&#8221;) and now supports Admin Only visibility to allow you to set a default category using the Post Category field.</p>
<p><a title="HTML in Form Checkboxes" href="http://wpmodder.com/go/gravity-forms/"><strong>Checkbox and Multiple Choice (Radio Button) HTML Support</strong></a><br />
The Checkbox and Multiple Choice (Radio Button) fields now support HTML in the option labels. This allows you to include links or use images as your options.</p>
<p><a title="Shortcodes in WordPress Forms" href="http://wpmodder.com/go/gravity-forms/"><strong>Shortcode Support</strong></a><br />
Love using Shortcodes? Need to insert custom code into the Email Notification, Confirmation Text or HTML Field content? Gravity Forms now supports utilizing Shortcodes in the Email Notification Message Body, Confirmation Text and within the content of an HTML Field.</p>
<p><a title="Bulk Editing of Forms" href="http://wpmodder.com/go/gravity-forms/"><strong>Enhanced Bulk Edit Functionality</strong></a><br />
You can now reset views, or delete entries from the Edit Forms screen using enhanced options added to the Bulk Edit functionality.</p>
<p><a title="Contact Form Hooks and Filters" href="http://wpmodder.com/go/gravity-forms/"><strong>New Hooks and Filters</strong></a><br />
We have added a variety of new hooks and filters, all of which are documented (with examples) in the brand new Documentation area of the support site.</p>
<p><a title="Upgrade from Within Dashboard" href="http://wpmodder.com/go/gravity-forms/"><strong>Upgrade and Renewals</strong></a><br />
Now you can Upgrade or Renew your Gravity Forms License Key right from your WordPress Dashboard! Visit either the Settings page or the Update page. If an Upgrade is available, or you are within the Renewal period, you will be presented with options to purchase the Upgrade or Renewal.</p>
<p><a title="PayPal and User Registration!" href="http://wpmodder.com/go/gravity-forms/"><strong>Support For New Add-Ons</strong></a><br />
Gravity Forms v1.5 supports the introduction of the <strong>PayPal Add-On</strong> and <strong>User Registration Add-On</strong> which are now available for <a title="It Will Pay for Itself with One Project" href="http://wpmodder.com/go/gravity-forms/">Developer License</a> customers.</p>
<h2>Are You As Amazed As I Was?</h2>
<p>Is that enough proof that you can do some awesome things with this plugin? Gravity Forms has come so far since it&#8217;s inception that it&#8217;s true power probably isn&#8217;t clear to many. I did notice that this plugin&#8217;s description now includes the words &#8220;&#8230;lead and data management&#8230;&#8221; which is fitting.</p>
<h2>Are You Using Gravity Forms?</h2>
<p>If you&#8217;re already using this plugin please share a link to something you&#8217;ve created with <em><strong>Gravity Forms</strong></em> so we can all learn what&#8217;s possible.</p>
<div style="margin: 0 0 10px 0; padding: 4px; width: 595px; border: 3px solid #e6e6e6;">
<p><h1>Tutorials. Delivered.</h1></p>
<p>Stay tuned to WP Modder via <a title="Subscribe via RSS" href="http://feeds.feedburner.com/wordpressmodder" target="_blank">RSS</a> or simply receive an  <a title="Subscribe by Email" href="http://feedburner.google.com/fb/a/mailverify?uri=wordpressmodder&amp;loc=en_US" target="_blank">Email</a> when new content is added.</p></div>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/secure-and-accessible-php-contact-form-v20wp-39.html" rel="bookmark" title="Permanent Link: Secure and Accessible PHP Contact Form v.2.0WP">Secure and Accessible PHP Contact Form v.2.0WP</a></li><li><a href="http://wpmodder.com/?wdca_custom_ad=enter-our-ultimate-wordpress-giveaway-now" rel="bookmark" title="Permanent Link: Enter Our Ultimate WordPress Giveaway Now">Enter Our Ultimate WordPress Giveaway Now</a></li><li><a href="http://wpmodder.com/wp-screencast-challenge-get-your-wordpress-question-answered-visually-1152.html" rel="bookmark" title="Permanent Link: WP Screencast Challenge – Get Your WordPress Question Answered Visually">WP Screencast Challenge – Get Your WordPress Question Answered Visually</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="The Ultimate WordPress Form Maker" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-1165"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/the-ultimate-wordpress-form-maker-1165.html/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>WP Modder App Now Available on Android Devices</title>
		<link>http://wpmodder.com/wp-modder-app-now-available-on-android-devices-1161.html</link>
		<comments>http://wpmodder.com/wp-modder-app-now-available-on-android-devices-1161.html#comments</comments>
		<pubDate>Wed, 23 Mar 2011 17:33:07 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[Blogging Tools]]></category>
		<category><![CDATA[WordPress Tutorials]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[android market]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[blog software]]></category>
		<category><![CDATA[mobile software]]></category>
		<category><![CDATA[modder]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress tutorial]]></category>
		<category><![CDATA[wp]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=1161</guid>
		<description><![CDATA[The WP Modder mobile app is now available in the Android Marketplace. Check it out. Now more people can read and watch our WordPress tutorials and information while in the bathroom! Why Did We Focus on Android? Because we love you. As you may know, our app has been available for iOS devices since early [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><em>The WP Modder mobile app is <a title="Grab our WordPress Tutorials App for your Android Device Now!" href="https://market.android.com/details?id=com.appmakr.app146676" target="_blank">now available</a> in the <a title="Grab our WordPress Tutorials App for your Android Device Now!" href="https://market.android.com/details?id=com.appmakr.app146676" target="_blank">Android Marketplace</a>. Check it out. Now more people can read and watch our WordPress tutorials and information while in the bathroom!</em></p>
<p><em> </em></p>
<div id="attachment_1162" class="wp-caption aligncenter" style="width: 620px"><em><em><a href="https://market.android.com/details?id=com.appmakr.app146676"><img class="size-medium wp-image-1162" title="WordPress Tutorials Now Available on Android Devices" src="http://wpmodder.com/wp-content/uploads/2011/03/Screen-shot-2011-03-23-at-8.24.28-AM-610x258.png" alt="WordPress Tutorials Now Available on Android Devices" width="610" height="258" /></a></em></em><p class="wp-caption-text">WordPress Tutorials Now Available on Android Devices</p></div>
<p><em> </em></p>
<h2>Why Did We Focus on Android?<em> </em></h2>
<p>Because we love you. As you may know, our app has been <a title="Grab our WordPress Tutorials App from iTunes Now!" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8&amp;ls=1" target="_blank">available for iOS devices</a> since early last fall. It was always our intention to expand our reach into additional mobile markets, and we&#8217;re very pleased to reach this milestone.</p>
<h2>What&#8217;s Next for WP Modder Apps?</h2>
<p><a title="WP Modder - WordPress Tutorials" href="http://wpmodder.com">WP Modder</a> is still alive and well. We are undergoing a restructuring of this site and our other WP and content strategy related sites. This means a complete overhaul of the app and it&#8217;s features are coming. Rather than wait for that, we decided to release the Android version and get that off our todo list in order to focus on what you really want&#8230;awesome content.</p>
<h2>Speaking of Awesome Content&#8230;</h2>
<p>We&#8217;ve been busy analyzing the current content on this site and also our visitors, commentators, and those of you who contact us directly. Why? Because we want to make sure we&#8217;re <em>giving you what you want</em>. We&#8217;ve identified two distinct audiences on this site.</p>
<ul>
<li>Newcomers to web publishing as a whole, but they know WordPress is the way to go.</li>
<li>Experienced publishers already using WordPress and looking to tweak it in one way or another.</li>
</ul>
<p>We didn&#8217;t feel we were serving both groups or users as well as <em>we know we can</em> so we decided to build a few more sites specifically for each distinct user group.</p>
<p>The first of those new sites is <a title="WP Pro Business - Build Your Online Business with WordPress" href="http://wpprobusiness.com">WP Pro Business</a> and although only being live for a short while, we are blown away with the great response we&#8217;re seeing. Downloads of our free ebook, <a title="Business Blogging Quick Start with WordPress" href="http://wpprobusiness.com/learn-to-blog-for-business-now/" target="_blank">Business Blogging Quick Start</a>, have been jaw dropping for us! This is validation that people are hungry to learn WordPress and that it is a critical tool for achieving their online goals.</p>
<p><em>There are more sites to announce, but we can&#8217;t just yet;)</em></p>
<p>Having multiple sites in our network means we are able to separate the focus of our content. New users won&#8217;t be overwhelmed by blocks of code examples and experienced users won&#8217;t be disappointed when they see a tutorial about some task they&#8217;re already adept at accomplishing.</p>
<h2>Last But Not Least</h2>
<p>We would be nowhere without <strong><em>you</em></strong> reading, sharing, and otherwise supporting our efforts to continue doing our part to build the community.</p>
<p><em><strong>THANK YOU!</strong></em></p>
<p><div style="margin: 0 0 10px 0; padding: 4px; width: 595px; border: 3px solid #e6e6e6;">
<p><h1>Tutorials. Delivered.</h1></p>
<p>Stay tuned to WP Modder via <a title="Subscribe via RSS" href="http://feeds.feedburner.com/wordpressmodder" target="_blank">RSS</a> or simply receive an  <a title="Subscribe by Email" href="http://feedburner.google.com/fb/a/mailverify?uri=wordpressmodder&amp;loc=en_US" target="_blank">Email</a> when new content is added.</p></div><strong></strong><em><strong><br />
</strong></em></p>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/wp-modder-iphone-app/" rel="bookmark" title="Permanent Link: WordPress Tutorials App">WordPress Tutorials App</a></li><li><a href="http://wpmodder.com/introducing-the-wp-modder-app-for-iphone-and-ipod-touch-1013.html" rel="bookmark" title="Permanent Link: Introducing the WP Modder App for iPhone and iPod Touch">Introducing the WP Modder App for iPhone and iPod Touch</a></li><li><a href="http://wpmodder.com/wordpress-modder-tagline-contest-ends-friday-77.html" rel="bookmark" title="Permanent Link: WordPress Modder Tagline Contest Ends Friday!">WordPress Modder Tagline Contest Ends Friday!</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="WP Modder App Now Available on Android Devices" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-1161"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/wp-modder-app-now-available-on-android-devices-1161.html/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>What is WordPress Integration</title>
		<link>http://wpmodder.com/what-is-wordpress-integration-1160.html</link>
		<comments>http://wpmodder.com/what-is-wordpress-integration-1160.html#comments</comments>
		<pubDate>Mon, 21 Mar 2011 02:37:21 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[WordPress Quick Links]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[system integration]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://wpmodder.com/what-is-wordpress-integration-1160.html</guid>
		<description><![CDATA[A great article on WordPress and how to define what it is from a developers perspective and with systems integration in mind&#8230; http://www.tipsandtricks-hq.com/wordpress-system-integration-101-3100 Related posts:Extending WordPress by Using the Power of Video &#8211; Part ThreeVideo Producer &#34;Double Feature&#34; WordPress Theme Series ReleaseCopyright &#169; 2011 http://wpmodder.com. All tutorials are written by: Adam W. Warner This feed [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>A great article on WordPress and how to define what it is from a developers perspective and with systems integration in mind&#8230;</p>
<p><a href="http://www.tipsandtricks-hq.com/wordpress-system-integration-101-3100" target="_blank">http://www.tipsandtricks-hq.com/wordpress-system-integration-101-3100</a></p>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/how-to-get-interactive-video-onto-your-wordpress-blog-290.html" rel="bookmark" title="Permanent Link: Extending WordPress by Using the Power of Video &#8211; Part Three">Extending WordPress by Using the Power of Video &#8211; Part Three</a></li><li><a href="http://wpmodder.com/video-producer-double-feature-wordpress-theme-series-release-158.html" rel="bookmark" title="Permanent Link: Video Producer &quot;Double Feature&quot; WordPress Theme Series Release">Video Producer &quot;Double Feature&quot; WordPress Theme Series Release</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="What is WordPress Integration" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-1160"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/what-is-wordpress-integration-1160.html/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Change Tag Cloud Font Sizes &#8211; WP Screencast Challenge</title>
		<link>http://wpmodder.com/how-to-change-tag-cloud-font-sizes-wp-screencast-challenge-1155.html</link>
		<comments>http://wpmodder.com/how-to-change-tag-cloud-font-sizes-wp-screencast-challenge-1155.html#comments</comments>
		<pubDate>Tue, 08 Feb 2011 01:38:01 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[WordPress Tutorials]]></category>
		<category><![CDATA[blog software]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[changing font size]]></category>
		<category><![CDATA[clouds]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[default font]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[font sizes]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[html element]]></category>
		<category><![CDATA[screencast]]></category>
		<category><![CDATA[sizes]]></category>
		<category><![CDATA[tag cloud]]></category>
		<category><![CDATA[tags]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[world wide web]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=1155</guid>
		<description><![CDATA[I recently offered to provide WordPress answers to my readers in the form of screencasts. In this article we&#8217;ll learn how to change the default font sizes in the WordPress Tag Cloud. This Screencast Challenge question comes from Neal who asks&#8230; In the WP tagcloud please showcase how to make all of the style consistent. [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>I recently <a title="Get Your WordPress Questions Answered" href="http://wpmodder.com/wp-screencast-challenge-get-your-wordpress-question-answered-visually-1152.html" target="_blank">offered</a> to provide WordPress answers to my readers in the form of screencasts. In this article we&#8217;ll learn how to change the default font sizes in the WordPress Tag Cloud.</p>
<p>This <em>Screencast Challenge</em> question comes from Neal who asks&#8230;</p>
<blockquote><p>In the WP tagcloud please showcase how to make all of the style  consistent.  In otherwords overide the setting that makes some of the  font sizes different. This has always been an annoyance and I can&#8217;t  figure out how to change. Thanks Adam!</p></blockquote>
<h2>What is the Tag Cloud?</h2>
<p>If you&#8217;re not familiar, a tag cloud is a grouping of your category or post tags. It allows for easy navigation to related posts on your site based on these tags. By default, the more times a post is assigned a certain tag or category, the larger the font size becomes for that tag or category name.</p>
<p>In the example below, you will notice that the term &#8220;WordPress Tutorials&#8221; is the largest font displayed. This is because this is the term I use the most:)</p>
<div id="attachment_1156" class="wp-caption aligncenter" style="width: 295px"><a href="http://wpmodder.com/wp-content/uploads/2011/02/Screen-shot-2011-02-07-at-6.18.35-PM.png"><img class="size-medium wp-image-1156" title="How to change the WordPress Tag Cloud font size" src="http://wpmodder.com/wp-content/uploads/2011/02/Screen-shot-2011-02-07-at-6.18.35-PM-285x440.png" alt="How to change the WordPress Tag Cloud font size" width="285" height="440" /></a><p class="wp-caption-text">Click to View Full Size</p></div>
<h2>The Problem</h2>
<p>Depending on your usage or the theme you use, sometimes the max font size can become HUGE and you might want to either limit that max size or even make all fonts the same size.</p>
<h2>Choices for Changing Font Size</h2>
<ul>
<li>Edit WordPress core files &#8211; <strong>NEVER DO THIS!!!</strong></li>
<li>Write your own <a title="Tag Cloud Function" href="http://kingphp.com/115.html">custom function</a> and put it in your theme&#8217;s functions.php file.</li>
<li>Write your <a title="Tag Cloud Plugin Code" href="http://kingphp.com/115.html" target="_blank">own plugin</a>.</li>
<li>Find an <a title="WordPress Tag Cloud Plugins" href="http://wordpress.org/extend/plugins/search.php?q=tag+cloud&amp;sort=" target="_blank">existing plugin</a> that does what you need:)</li>
</ul>
<h2>Using the Resize Tag Cloud plugin</h2>
<p>I chose to use the <a title="Resize Tag Cloud WordPress Plugin" href="http://wordpress.org/extend/plugins/resize-tag-cloud/" target="_blank">Resize Tag Cloud</a> plugin because it does one thing&#8230;resizes the fonts in tag clouds.</p>
<p>Here&#8217;s the screencast:</p>
<p><object width="500" height="400"><param name="movie" value="http://www.youtube.com/e/R2N7FmMYyi0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/e/R2N7FmMYyi0" type="application/x-shockwave-flash" width="500" height="400" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<h2>Why not submit your own <a title="Visual WordPress Answers...FREE" href="http://wpmodder.com/wp-screencast-challenge-get-your-wordpress-question-answered-visually-1152.html" target="_self">WordPress Screencast Challenge</a>?</h2>
<div style="margin: 0 0 10px 0; padding: 4px; width: 595px; border: 2px dashed #990000;">
<p><h1>Want to learn WordPress on the go?</h1></p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" style="border: 0pt none;" src="../wp-content/uploads/2010/09/app-icon-trans2-image-from-itunes.png" border="0" alt="The WP Modder App provides you with WordPress plugin and WordPress theme reviews to help you make informed decisions when building your WordPress websites, either for yourself or your clients." width="125" height="124" /></a><a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><em>Download the WP Modder App</em> now!</a></p>

<p>Learn more about WordPress anywhere with the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank">WP Modder App</a> for <em>iPhone</em>, <em>iPod Touch</em>, and <em>iPad</em>. You'll have access to all of my past and future written and video tutorials as well as reviews of the latest plugins and themes, all from the comfort of your mobile device!</p> <p>How many times have you have you wished you could run through a WordPress tutorial while in the bathroom? C'mon, you know you <a href="http://www.facebook.com/pages/WordPress-Modder-Customizing-WordPress-just-got-easier/10093119109">Facebook</a> in there anyway. Why not learn something while you're at it? It's the ultimate in time management. But seriously...</p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" src="../wp-content/uploads/2010/10/home-appstore.png" alt="" width="142" height="50" /></a>You'll also gain the ability to gain access to free image and link promotion back to your own WordPress powered site! See <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">more details</a> and get the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">WP Modder App</a> now.</p>

</div>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/wp-screencast-challenge-get-your-wordpress-question-answered-visually-1152.html" rel="bookmark" title="Permanent Link: WP Screencast Challenge – Get Your WordPress Question Answered Visually">WP Screencast Challenge – Get Your WordPress Question Answered Visually</a></li><li><a href="http://wpmodder.com/how-i-added-custom-web-fonts-to-genesis-child-theme-1184.html" rel="bookmark" title="Permanent Link: How I Added Custom Web Fonts to Genesis Child Theme">How I Added Custom Web Fonts to Genesis Child Theme</a></li><li><a href="http://wpmodder.com/discount-coupon-at-wpmudev-simple-entry-one-lucky-winner-1180.html" rel="bookmark" title="Permanent Link: Discount Coupon at WPMUDEV &#8211; Simple Entry &#8211; One Lucky Winner">Discount Coupon at WPMUDEV &#8211; Simple Entry &#8211; One Lucky Winner</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="How to Change Tag Cloud Font Sizes &#8211; WP Screencast Challenge" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-1155"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/how-to-change-tag-cloud-font-sizes-wp-screencast-challenge-1155.html/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>WP Screencast Challenge – Get Your WordPress Question Answered Visually</title>
		<link>http://wpmodder.com/wp-screencast-challenge-get-your-wordpress-question-answered-visually-1152.html</link>
		<comments>http://wpmodder.com/wp-screencast-challenge-get-your-wordpress-question-answered-visually-1152.html#comments</comments>
		<pubDate>Thu, 20 Jan 2011 13:00:00 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[WordPress Tutorials]]></category>
		<category><![CDATA[answering]]></category>
		<category><![CDATA[challenge]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[personalize]]></category>
		<category><![CDATA[question answer]]></category>
		<category><![CDATA[questions]]></category>
		<category><![CDATA[questions answered]]></category>
		<category><![CDATA[request]]></category>
		<category><![CDATA[screencast]]></category>
		<category><![CDATA[submit]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp]]></category>
		<category><![CDATA[wp courses]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=1152</guid>
		<description><![CDATA[I recently revealed a free video course named Setup for Success over here that teaches you how to get started with a website powered by WordPress. I didn&#8217;t anticipate the overwhelming response. I&#8217;m humbled but I&#8217;m certainly not complaining! Rest assured that I am diligently working on course #2 which will dive into every detail [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>I recently revealed a <em><strong>free</strong></em> video course named <a title="Learn to build a professional website with WordPress" href="http://learn.wpprobusiness.com/" target="_blank"><em>Setup for Success</em></a> over <a title="How to set up a business website or blog with WordPress" href="http://learn.wpprobusiness.com/" target="_blank">here</a> that teaches you how to get started with a website powered by WordPress. I didn&#8217;t anticipate the overwhelming response. I&#8217;m humbled but I&#8217;m certainly not complaining! Rest assured that I am diligently working on course #2 which will dive into every detail of the Dashboard settings.</p>
<p>Now, onto the task at hand&#8230;</p>
<h2>Why Am I Doing This?</h2>
<p>I&#8217;ve received many requests from readers to offer <a title="Learn WordPress Tutorials" href="http://wpmodder.com/category/wordpress-tutorials/" target="_self">tutorials</a> specific to their needs and although there will be more advanced video courses coming, I&#8217;ve decided to do something a little fun and let everyone make their personal requests here.</p>
<h2>What Am I Offering?</h2>
<p>Plain and simple. You request a <a title="WP Modder on YouTube" href="http://www.youtube.com/wpmodder" target="_blank">screencast</a> on how to do something with WordPress and I make it for you.</p>
<h2>Are There Any Rules?</h2>
<p>Not really, think of the below as guidelines to try and follow so I can offer you a <a title="Adam W. Warner - WordPress Consultant" href="http://adamwwarner.com" target="_blank">solution</a> in a timely and effective way.</p>
<ul>
<li>Try not to be overly complicated. Ex: &#8220;How do I create a WP theme from scratch?&#8221; That&#8217;s a little much;)</li>
<li>Try to keep it WP related.</li>
<li>If I get too many requests, I&#8217;ll have to pause the request form until I can get all your questions answered in screencast form. If this happens I&#8217;ll put a message on this page and a date when I&#8217;ll be taking requests again.</li>
<li>All screencasts will be performed on my demo site if possible. If it&#8217;s a question that can only be answered by me working on your site, then I&#8217;ll email you directly and request access.</li>
<li>All screencasts will be posted on <a title="WP Modder - Customizing WordPress Just Got Easy" href="http://wpmodder.com" target="_self">WP Modder</a> and include the requester&#8217;s name and web address (unless otherwise noted using the form below).</li>
</ul>
<h2>What Do You Want To Know?</h2>
<div id="mc_embed_signup">
<form id="mc-embedded-subscribe-form" class="validate" style="font: normal 100% Arial, sans-serif; font-size: 10px;" action="http://wpprobusiness.us1.list-manage.com/subscribe/post?u=17cd205c04143eaa0fba91abf&amp;id=981ffb9616" method="post">
<fieldset style="border-radius: 4px; -webkit-border-radius: 4px; border: 1px solid #ccc; padding-top: 1.5em; margin: .5em 0; background-color: #fff; color: #000; text-align: left;">
<legend style="white-space: normal; text-transform: capitalize; font-weight: bold; color: #000; background: #fff; padding: .5em 1em; border: 1px solid #ccc; border-radius: 4px; -webkit-border-radius: 4px; font-size: 1.2em;"><span>Submit Your WP Screencast Challenge</span></legend>
<div class="indicate-required" style="text-align: right; font-style: italic; overflow: hidden; color: #000; margin: 0 9% 0 0;">* indicates required</div>
<div class="mc-field-group" style="margin: 1.3em 5%; clear: both; overflow: hidden;">
<p><label style="display: block; margin: .3em 0; line-height: 1em; font-weight: bold;" for="mce-FNAME">First Name <strong class="note-required">*</strong> </label></p>
<input id="mce-FNAME" class="required" style="margin-right: 1.5em; padding: 0.2em 0.3em; width: 90%; float: left; z-index: 999;" name="FNAME" type="text" />
</div>
<div class="mc-field-group" style="margin: 1.3em 5%; clear: both; overflow: hidden;">
<p><label style="display: block; margin: .3em 0; line-height: 1em; font-weight: bold;" for="mce-EMAIL">Email Address <strong class="note-required">*</strong> </label></p>
<input id="mce-EMAIL" class="required email" style="margin-right: 1.5em; padding: 0.2em 0.3em; width: 90%; float: left; z-index: 999;" name="EMAIL" type="text" />
</div>
<div class="mc-field-group" style="margin: 1.3em 5%; clear: both; overflow: hidden;">
<p><label style="display: block; margin: .3em 0; line-height: 1em; font-weight: bold;" for="mce-MMERGE2">Enter your WordPress Screencast Request <strong class="note-required">*</strong> </label></p>
<input id="mce-MMERGE2" class="required" style="margin-right: 1.5em; padding: 0.2em 0.3em; width: 90%; float: left; z-index: 999;" name="MMERGE2" type="text" />
</div>
<div>
<input id="mc-embedded-subscribe" class="btn" style="clear: both; width: auto; display: block; margin: 1em 0pt 1em 5%;" name="subscribe" type="submit" value="Submit" /></div>
</fieldset>
</form>
</div>
<p><script type="text/javascript">// <![CDATA[
var fnames = new Array();var ftypes = new Array();fnames[1]='FNAME';ftypes[1]='text';fnames[0]='EMAIL';ftypes[0]='email';fnames[2]='MMERGE2';ftypes[2]='text';fnames[4]='MMERGE4';ftypes[4]='radio';fnames[3]='MMERGE3';ftypes[3]='url';var err_style = '';
try{
    err_style = mc_custom_error_style;
} catch(e){
    err_style = 'margin: 1em 0 0 0; padding: 1em 0.5em 0.5em 0.5em; background: FFEEEE none repeat scroll 0% 0%; font-weight: bold; float: left; z-index: 1; width: 80%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; color: FF0000;';
}
var mce_jQuery = jQuery.noConflict();
mce_jQuery(document).ready( function($) {
  var options = { errorClass: 'mce_inline_error', errorElement: 'div', errorStyle: err_style, onkeyup: function(){}, onfocusout:function(){}, onblur:function(){}  };
  var mce_validator = mce_jQuery("#mc-embedded-subscribe-form").validate(options);
  options = { url: 'http://wpprobusiness.us1.list-manage.com/subscribe/post-json?u=17cd205c04143eaa0fba91abf&#038;id=981ffb9616&#038;c=?', type: 'GET', dataType: 'json', contentType: "application/json; charset=utf-8",
                beforeSubmit: function(){
                    mce_jQuery('#mce_tmp_error_msg').remove();
                    mce_jQuery('.datefield','#mc_embed_signup').each(
                        function(){
                            var txt = 'filled';
                            var fields = new Array();
                            var i = 0;
                            mce_jQuery(':text', this).each(
                                function(){
                                    fields[i] = this;
                                    i++;
                                });
                            mce_jQuery(':hidden', this).each(
                                function(){
                                	if ( fields[0].value=='MM' &#038;&#038; fields[1].value=='DD' &#038;&#038; fields[2].value=='YYYY' ){
                                		this.value = '';
									} else if ( fields[0].value=='' &#038;&#038; fields[1].value=='' &#038;&#038; fields[2].value=='' ){
                                		this.value = '';
									} else {
	                                    this.value = fields[0].value+'/'+fields[1].value+'/'+fields[2].value;
	                                }
                                });
                        });
                    return mce_validator.form();
                },
                success: mce_success_cb
            };
  mce_jQuery('#mc-embedded-subscribe-form').ajaxForm(options);</p>
<p>});
function mce_success_cb(resp){
    mce_jQuery('#mce-success-response').hide();
    mce_jQuery('#mce-error-response').hide();
    if (resp.result=="success"){
        mce_jQuery('#mce-'+resp.result+'-response').show();
        mce_jQuery('#mce-'+resp.result+'-response').html(resp.msg);
        mce_jQuery('#mc-embedded-subscribe-form').each(function(){
            this.reset();
    	});
    } else {
        var index = -1;
        var msg;
        try {
            var parts = resp.msg.split(' - ',2);
            if (parts[1]==undefined){
                msg = resp.msg;
            } else {
                i = parseInt(parts[0]);
                if (i.toString() == parts[0]){
                    index = parts[0];
                    msg = parts[1];
                } else {
                    index = -1;
                    msg = resp.msg;
                }
            }
        } catch(e){
            index = -1;
            msg = resp.msg;
        }
        try{
            if (index== -1){
                mce_jQuery('#mce-'+resp.result+'-response').show();
                mce_jQuery('#mce-'+resp.result+'-response').html(msg);
            } else {
                err_id = 'mce_tmp_error_msg';
                html = '</p>
<div id="'+err_id+'" style="'+err_style+'"> '+msg+'</div>
<p>';</p>
<p>                var input_id = '#mc_embed_signup';
                var f = mce_jQuery(input_id);
                if (ftypes[index]=='address'){
                    input_id = '#mce-'+fnames[index]+'-addr1';
                    f = mce_jQuery(input_id).parent().parent().get(0);
                } else if (ftypes[index]=='date'){
                    input_id = '#mce-'+fnames[index]+'-month';
                    f = mce_jQuery(input_id).parent().parent().get(0);
                } else {
                    input_id = '#mce-'+fnames[index];
                    f = mce_jQuery().parent(input_id).get(0);
                }
                if (f){
                    mce_jQuery(f).append(html);
                    mce_jQuery(input_id).focus();
                } else {
                    mce_jQuery('#mce-'+resp.result+'-response').show();
                    mce_jQuery('#mce-'+resp.result+'-response').html(msg);
                }
            }
        } catch(e){
            mce_jQuery('#mce-'+resp.result+'-response').show();
            mce_jQuery('#mce-'+resp.result+'-response').html(msg);
        }
    }
}
// ]]&gt;</script></p>
<p><!--End mc_embed_signup--></p>
<div style="margin: 0 0 10px 0; padding: 4px; width: 595px; border: 2px dashed #990000;">
<p><h1>Want to learn WordPress on the go?</h1></p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" style="border: 0pt none;" src="../wp-content/uploads/2010/09/app-icon-trans2-image-from-itunes.png" border="0" alt="The WP Modder App provides you with WordPress plugin and WordPress theme reviews to help you make informed decisions when building your WordPress websites, either for yourself or your clients." width="125" height="124" /></a><a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><em>Download the WP Modder App</em> now!</a></p>

<p>Learn more about WordPress anywhere with the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank">WP Modder App</a> for <em>iPhone</em>, <em>iPod Touch</em>, and <em>iPad</em>. You'll have access to all of my past and future written and video tutorials as well as reviews of the latest plugins and themes, all from the comfort of your mobile device!</p> <p>How many times have you have you wished you could run through a WordPress tutorial while in the bathroom? C'mon, you know you <a href="http://www.facebook.com/pages/WordPress-Modder-Customizing-WordPress-just-got-easier/10093119109">Facebook</a> in there anyway. Why not learn something while you're at it? It's the ultimate in time management. But seriously...</p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" src="../wp-content/uploads/2010/10/home-appstore.png" alt="" width="142" height="50" /></a>You'll also gain the ability to gain access to free image and link promotion back to your own WordPress powered site! See <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">more details</a> and get the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">WP Modder App</a> now.</p>

</div>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/how-to-change-tag-cloud-font-sizes-wp-screencast-challenge-1155.html" rel="bookmark" title="Permanent Link: How to Change Tag Cloud Font Sizes &#8211; WP Screencast Challenge">How to Change Tag Cloud Font Sizes &#8211; WP Screencast Challenge</a></li><li><a href="http://wpmodder.com/project-community-wordpress-theme-help-make-a-great-theme-123.html" rel="bookmark" title="Permanent Link: Project Community WordPress Theme &#8211; Help Make a Great Theme!">Project Community WordPress Theme &#8211; Help Make a Great Theme!</a></li><li><a href="http://wpmodder.com/helping-a-new-user-to-understand-wordpress-1078.html" rel="bookmark" title="Permanent Link: Helping a New User to Understand WordPress">Helping a New User to Understand WordPress</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="WP Screencast Challenge – Get Your WordPress Question Answered Visually" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-1152"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/wp-screencast-challenge-get-your-wordpress-question-answered-visually-1152.html/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Hide Widget Titles WordPress Plugin</title>
		<link>http://wpmodder.com/hide-widget-titles-wordpress-plugin-1147.html</link>
		<comments>http://wpmodder.com/hide-widget-titles-wordpress-plugin-1147.html#comments</comments>
		<pubDate>Tue, 18 Jan 2011 16:57:18 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress Tutorials]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[blog software]]></category>
		<category><![CDATA[check box]]></category>
		<category><![CDATA[checkbox]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[dashboard]]></category>
		<category><![CDATA[frontend]]></category>
		<category><![CDATA[graphical user interface]]></category>
		<category><![CDATA[hide]]></category>
		<category><![CDATA[php programming language]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[publics]]></category>
		<category><![CDATA[system software]]></category>
		<category><![CDATA[title]]></category>
		<category><![CDATA[titles]]></category>
		<category><![CDATA[user interface]]></category>
		<category><![CDATA[visible]]></category>
		<category><![CDATA[widget]]></category>
		<category><![CDATA[widget titles]]></category>
		<category><![CDATA[Widgets]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plugin]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=1147</guid>
		<description><![CDATA[I&#8217;m delighted to announce the release of the Hide Widget Title plugin. This plugin was created in partnership with some developers that I&#8217;ve been working with for the past several months for various personal and client projects. It solved a huge problem for me and I hope it will do the same for you. What [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>I&#8217;m delighted to announce the release of the <a title="Hide WordPress Widget Titles" href="http://wordpress.org/extend/plugins/hide-widget-title/" target="_blank">Hide Widget Title</a> plugin. This plugin was created in partnership with some developers that I&#8217;ve been working with for the past several months for various personal and client projects.</p>
<p>It solved a huge problem for me and I hope it will do the same for you.<span id="more-1147"></span></p>
<h2>What Does it Do?</h2>
<p>The Hide Widget Title plugin adds a checkbox to all widgets that enables you to hide a widget title on  the frontend of your site. All widget titles remain visible in admin.</p>
<h3>Backend:</h3>
<p style="text-align: left;">
<div id="attachment_1148" class="wp-caption aligncenter" style="width: 444px"><a href="http://wpmodder.com/wp-content/uploads/2011/01/screenshot-1.png"><img class="size-full wp-image-1148 " title="Hide WordPress Widget Titles Plugin" src="http://wpmodder.com/wp-content/uploads/2011/01/screenshot-1.png" alt="Hide WordPress Widget Titles Plugin" width="434" height="504" /></a><p class="wp-caption-text">Backend New Checkbox on Widget</p></div>
<h3>Frontend:</h3>
<p style="text-align: left;">
<div id="attachment_1149" class="wp-caption aligncenter" style="width: 444px"><a href="http://wpmodder.com/wp-content/uploads/2011/01/screenshot-2.png"><img class="size-full wp-image-1149" title="How to Hide WordPress Widget Titles" src="http://wpmodder.com/wp-content/uploads/2011/01/screenshot-2.png" alt="How to Hide WordPress Widget Titles" width="434" height="504" /></a><p class="wp-caption-text">Frontend Before and After</p></div>
<h2>Why I had it Created</h2>
<p>I administer a few sites that make heavy use of Widgets. These range from Text Widgets holding hand coded content to Widgets created by other plugins. When I say heavy use, I&#8217;m talking about a lot of Widgets&#8230;one installation is using over 120 sidebar widgets, each displayed on different pages throughout the 700+ page site.</p>
<h3>The Problem</h3>
<p>Most of the Widgets cannot have their titles displayed on the frontend of the site per the design limitations. The problem was that I had to leave the title fields blank in order to meet the design specs. and this meant that I had no way of knowing what was in each Widget easily in the backend.</p>
<p>I found myself opening dozens of Widgets to find the one I needed in order to make a simple change. I did get pretty good at guessing though.</p>
<p>In order to make my life easier (and hopefully yours) I had to do one of two things:</p>
<ol>
<li>Hide individual Widget titles on the frontend using CSS</li>
<li>Have a plugin made to allow the title to be easily turned on and off on the frontend while always being visible to the admin in the backend</li>
</ol>
<h3>The Solution</h3>
<p>As you might have guessed, I chose #2 and it&#8217;s now <a title="Hide WordPress Widget Titles" href="http://wordpress.org/extend/plugins/hide-widget-title/" target="_blank">freely available</a> in the <a title="How to Hide Widget Titles in WordPress" href="http://wordpress.org/extend/plugins/hide-widget-title/" target="_blank">WordPress plugin repository</a> for you to use too.</p>
<p>If you find this plugin useful, I only ask that you share it with others via you&#8217;re own blog post or a social bookmark or network of some sort. If you don&#8217;t, well that&#8217;s OK too;)</p>
<div style="margin: 0 0 10px 0; padding: 4px; width: 595px; border: 3px solid #e6e6e6;">
<p><h1>Just Getting Started with WordPress?</h1></p>
<p>Watch my <a href="http://wpprobusiness.com/learn-website-building-wordpress-2/"><strong>free</strong></a> video series, <a href="http://wpprobusiness.com/learn-website-building-wordpress-2/">Setup for Success</a>. Learn to setup your WordPress website in a way that insures the success of your personal or business website.</p>
<p><h3>How to:</h3>
<ul>
<li>Properly plan for <em>your</em> type of site</li>
<li>Search and purchase a domain</li>
<li>Research and purchase website hosting</li>
<li>Create a database with cPanel</li>
<li>Install WordPress manually</li>
</ul>
<a href="http://wpprobusiness.com/learn-website-building-wordpress-2/">Get started now!</a>
</p></div>
<div style="margin: 0 0 10px 0; padding: 4px; width: 595px; border: 3px solid #e6e6e6;">
<p><h1>Tutorials. Delivered.</h1></p>
<p>Stay tuned to WP Modder via <a title="Subscribe via RSS" href="http://feeds.feedburner.com/wordpressmodder" target="_blank">RSS</a> or simply receive an  <a title="Subscribe by Email" href="http://feedburner.google.com/fb/a/mailverify?uri=wordpressmodder&amp;loc=en_US" target="_blank">Email</a> when new content is added.</p></div>
<div style="margin: 0 0 10px 0; padding: 4px; width: 595px; border: 2px dashed #990000;">
<p><h1>Want to learn WordPress on the go?</h1></p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" style="border: 0pt none;" src="../wp-content/uploads/2010/09/app-icon-trans2-image-from-itunes.png" border="0" alt="The WP Modder App provides you with WordPress plugin and WordPress theme reviews to help you make informed decisions when building your WordPress websites, either for yourself or your clients." width="125" height="124" /></a><a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><em>Download the WP Modder App</em> now!</a></p>

<p>Learn more about WordPress anywhere with the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank">WP Modder App</a> for <em>iPhone</em>, <em>iPod Touch</em>, and <em>iPad</em>. You'll have access to all of my past and future written and video tutorials as well as reviews of the latest plugins and themes, all from the comfort of your mobile device!</p> <p>How many times have you have you wished you could run through a WordPress tutorial while in the bathroom? C'mon, you know you <a href="http://www.facebook.com/pages/WordPress-Modder-Customizing-WordPress-just-got-easier/10093119109">Facebook</a> in there anyway. Why not learn something while you're at it? It's the ultimate in time management. But seriously...</p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" src="../wp-content/uploads/2010/10/home-appstore.png" alt="" width="142" height="50" /></a>You'll also gain the ability to gain access to free image and link promotion back to your own WordPress powered site! See <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">more details</a> and get the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">WP Modder App</a> now.</p>

</div>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/query-posts-widget-plugin-widgetized-page-template-widget-logic-wordpress-gold-366.html" rel="bookmark" title="Permanent Link: Query Posts Widget Plugin + Widgetized Page Template + Widget Logic = WordPress Gold">Query Posts Widget Plugin + Widgetized Page Template + Widget Logic = WordPress Gold</a></li><li><a href="http://wpmodder.com/query-posts-widget-wordpress-plugin-video-overview-tutorial-350.html" rel="bookmark" title="Permanent Link: Query Posts Widget: WordPress Plugin &#8211; Video Overview Tutorial">Query Posts Widget: WordPress Plugin &#8211; Video Overview Tutorial</a></li><li><a href="http://wpmodder.com/how-to-hide-pages-in-your-wordpress-navigation-menu-976.html" rel="bookmark" title="Permanent Link: How to Hide Pages in Your WordPress Navigation Menu">How to Hide Pages in Your WordPress Navigation Menu</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="Hide Widget Titles WordPress Plugin" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-1147"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/hide-widget-titles-wordpress-plugin-1147.html/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Setup WordPress for Blogging or Business (Free Course)</title>
		<link>http://wpmodder.com/create-business-website-blog-wordpress-1143.html</link>
		<comments>http://wpmodder.com/create-business-website-blog-wordpress-1143.html#comments</comments>
		<pubDate>Thu, 13 Jan 2011 20:53:57 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[WordPress Tutorials]]></category>
		<category><![CDATA[basic web development]]></category>
		<category><![CDATA[blog software]]></category>
		<category><![CDATA[bloggers]]></category>
		<category><![CDATA[business owners]]></category>
		<category><![CDATA[business website]]></category>
		<category><![CDATA[content management systems]]></category>
		<category><![CDATA[course material]]></category>
		<category><![CDATA[development projects]]></category>
		<category><![CDATA[domain names]]></category>
		<category><![CDATA[personal blog]]></category>
		<category><![CDATA[pro business]]></category>
		<category><![CDATA[true step]]></category>
		<category><![CDATA[video course]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=1143</guid>
		<description><![CDATA[Not long ago I wrote an article targeted toward business owners and new bloggers detailing a checklist of what to consider before starting to build a website. That website checklist was sparked by the experiences I often have when performing freelance project work for clients. It was meant to be a reference tool for those [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Not long ago I wrote <a title="How to plan your WordPress website or blog" href="http://wpmodder.com/tutorial-build-wordpress-website-1077.html" target="_blank">an article</a> targeted toward business owners and new bloggers detailing a checklist of what to consider before starting to build a website. That website checklist was sparked by the experiences I often have when performing freelance project work for clients. It was meant to be a reference tool for those new to WordPress and blogging in general, as well as a reminder to myself of important basic steps to remember when planning any new development projects.</p>
<p>Today I am announcing that<span id="more-1143"></span></p>
<p>I&#8217;ve taken that concept further with the release of the <a title="How to set up a business website or blog with WordPress" href="http://learn.wpprobusiness.com/" target="_blank"><em>Setup for Success</em></a> video course which is now available on <a title="WPProBusiness.com" href="http://learn.wpprobusiness.com/" target="_blank">WP Pro Business</a> and completely <em><strong>free</strong></em>. Even if you&#8217;ve already got you&#8217;re own WordPress site up and running I believe the concepts and steps I discuss will be beneficial as you continue to grow your site.</p>
<p style="text-align: center;"><a href="http://learn.wpprobusiness.com"><img class="size-full wp-image-1144 aligncenter" title="WP Pro Business" src="http://wpmodder.com/wp-content/uploads/2011/01/600-banner.png" alt="WP Pro Business" width="600" height="100" /></a></p>
<p style="text-align: center;">
<h2>Why is This Course Different from Others?</h2>
<p>I know there are many other WordPress courses and how-to blogs, articles, and videos available online. What I&#8217;ve seen in many is that assumptions are made by the creators that readers or viewers are already familiar with certain terminology and basic web development concepts. I saw an opportunity to offer true step-by-step instructions.</p>
<p>There are five videos in this first course and each includes step-by-step videos, resource links and downloadable pdf docs of the course material. Each video covers a different topic, from planning to the installation of WordPress.</p>
<p>This is the <em><a title="WordPress learn to setup" href="http://learn.wpprobusiness.com/" target="_blank">first course</a> </em>of many and each will build upon the concepts, lessons, and WordPress skills learned in the previous ones.</p>
<h2>What You Will Learn</h2>
<ul>
<li>The Seven P&#8217;s (Planning)</li>
<li>Domain Names and Hosting</li>
<li>Taking Action</li>
<li>Preparing to Install (Tools I Use)</li>
<li>Installing WordPress</li>
</ul>
<h2>Is It Free? Why?</h2>
<p>Yes it is. Because it&#8217;s the right thing to do and my way to give back and &#8220;pay it forward&#8221; for all the assistance and guidance I&#8217;ve received from the WordPress community through the years.</p>
<h2>C&#8217;mon, Really Free?</h2>
<p>Yep, really free:) One thing you should know is that I do ask for a first name and email in order to access the course. I&#8217;m aware that this might turn some people off and I&#8217;ve given a lot of thought as to whether I should go that route. In the end decided that it made the most sense for what I hope to accomplish and provide with these courses.</p>
<p>I will only email you when new course materials and tools are available. I am using <a title="MailChimp is Awesome!" href="http://eepurl.com/cfK2X" target="_blank">MailChimp</a> as my email signup provider and you can always unsubscribe at anytime.</p>
<p>I ask that you give <a title="How to setup a blog for your business" href="http://learn.wpprobusiness.com/" target="_blank">the videos</a> a chance and if you find them useful, to please share this post or the <a title="WP Pro Business" href="http://learn.wpprobusiness.com/" target="_blank">course url</a> with others.</p>
<div style="margin: 0 0 10px 0; padding: 4px; width: 595px; border: 3px solid #e6e6e6;">
<p><h1>Tutorials. Delivered.</h1></p>
<p>Stay tuned to WP Modder via <a title="Subscribe via RSS" href="http://feeds.feedburner.com/wordpressmodder" target="_blank">RSS</a> or simply receive an  <a title="Subscribe by Email" href="http://feedburner.google.com/fb/a/mailverify?uri=wordpressmodder&amp;loc=en_US" target="_blank">Email</a> when new content is added.</p></div>
<div style="margin: 0 0 10px 0; padding: 4px; width: 595px; border: 2px dashed #990000;">
<p><h1>Want to learn WordPress on the go?</h1></p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" style="border: 0pt none;" src="../wp-content/uploads/2010/09/app-icon-trans2-image-from-itunes.png" border="0" alt="The WP Modder App provides you with WordPress plugin and WordPress theme reviews to help you make informed decisions when building your WordPress websites, either for yourself or your clients." width="125" height="124" /></a><a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><em>Download the WP Modder App</em> now!</a></p>

<p>Learn more about WordPress anywhere with the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank">WP Modder App</a> for <em>iPhone</em>, <em>iPod Touch</em>, and <em>iPad</em>. You'll have access to all of my past and future written and video tutorials as well as reviews of the latest plugins and themes, all from the comfort of your mobile device!</p> <p>How many times have you have you wished you could run through a WordPress tutorial while in the bathroom? C'mon, you know you <a href="http://www.facebook.com/pages/WordPress-Modder-Customizing-WordPress-just-got-easier/10093119109">Facebook</a> in there anyway. Why not learn something while you're at it? It's the ultimate in time management. But seriously...</p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" src="../wp-content/uploads/2010/10/home-appstore.png" alt="" width="142" height="50" /></a>You'll also gain the ability to gain access to free image and link promotion back to your own WordPress powered site! See <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">more details</a> and get the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">WP Modder App</a> now.</p>

</div>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/thank-you-for-commenting/" rel="bookmark" title="Permanent Link: Thank You for Commenting!">Thank You for Commenting!</a></li><li><a href="http://wpmodder.com/ithemes-releases-industrial-business-themes-series-79.html" rel="bookmark" title="Permanent Link: iThemes Releases Industrial Business Themes Series">iThemes Releases Industrial Business Themes Series</a></li><li><a href="http://wpmodder.com/tutorial-build-wordpress-website-1077.html" rel="bookmark" title="Permanent Link: WordPress Website Checklist">WordPress Website Checklist</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="Setup WordPress for Blogging or Business (Free Course)" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-1143"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/create-business-website-blog-wordpress-1143.html/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Add Amazon Store to WordPress Tutorial Series Part 1</title>
		<link>http://wpmodder.com/add-amazon-store-to-wordpress-tutorial-series-part-1-1119.html</link>
		<comments>http://wpmodder.com/add-amazon-store-to-wordpress-tutorial-series-part-1-1119.html#comments</comments>
		<pubDate>Fri, 07 Jan 2011 13:37:34 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[Extend Wordpress]]></category>
		<category><![CDATA[WordPress Tutorials]]></category>
		<category><![CDATA[admin php]]></category>
		<category><![CDATA[affiliate store]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[amazon affiliate]]></category>
		<category><![CDATA[amazon associates]]></category>
		<category><![CDATA[amazon store]]></category>
		<category><![CDATA[aom]]></category>
		<category><![CDATA[associate-o-matic]]></category>
		<category><![CDATA[chmod]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[control panels]]></category>
		<category><![CDATA[file transfer protocol]]></category>
		<category><![CDATA[ioncube]]></category>
		<category><![CDATA[php programming language]]></category>
		<category><![CDATA[stores]]></category>
		<category><![CDATA[web hosting]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=1119</guid>
		<description><![CDATA[As I wrote in a previous tutorial, adding an Amazon store to your WordPress website is best accomplished (in my opinion) by using  Associate-O-Matic. Just to be clear, this is not a plugin. It is a standalone script that you install on your server. However, there is a WordPress plugin that integrates with this script [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>As I wrote in a <a title="WordPress Amazon Store" href="http://wpmodder.com/how-to-add-an-amazon-store-to-your-wordpress-website-1111.html" target="_self">previous tutorial</a>, adding an Amazon store to your WordPress website is best accomplished (in my opinion) by using  <a title="Amazon Associate Store Builder" href="http://www.clixgalore.com/PSale.aspx?BID=25581&amp;AfID=178957&amp;AdID=3791" target="_blank">Associate-O-Matic</a>.</p>
<p><em>Just to be clear, this is <strong>not</strong> a plugin. It is a standalone script that you install on your server. </em>However, there <em><strong>is</strong></em> a WordPress plugin that integrates with this script and it will help you to display your store items inside your posts with links directly to your store products.</p>
<p>This is a powerful combination and will enable you to offer your visitors an easy way to access products on Amazon that are specific to your content. You can even enable them to checkout with their Amazon account without ever leaving your site. Enough talk, let&#8217;s get to it shall we?<span id="more-1119"></span></p>
<h2>Download Associate-O-Matic</h2>
<p>Go <a title="WordPress Amazon Store" href="http://www.clixgalore.com/PSale.aspx?BID=25581&amp;AfID=178957&amp;AdID=3791" target="_blank">here</a> to download Associate-O-Matic. There are two versions, the Lite Version which is completely <strong>free</strong> and the Full Version which comes with a 30-day trial.</p>
<div id="attachment_1120" class="wp-caption aligncenter" style="width: 610px"><a href="http://www.clixgalore.com/PSale.aspx?BID=25581&amp;AfID=178957&amp;AdID=3791"><img class="size-medium wp-image-1120  " title="Create your own Amazon store on WordPress" src="http://wpmodder.com/wp-content/uploads/2011/01/Screen-shot-2011-01-06-at-11.46.48-AM-640x193.png" alt="Download Versions" width="600" /></a><p class="wp-caption-text">Free and Full Version Downloads</p></div>
<h2>Which Version to Choose?</h2>
<p>I like to try before I buy and you probably do too. In these tutorials I&#8217;ll be using the Full version with the 30-day trial. This way I will be able to show you all the included features. You may be wondering what happens if you use the Full trial version and decide not to purchase it after the trial period. The folks at AOM have made it very easy to move to the Free version and still keep all your configuration settings so you have nothing to worry about.</p>
<p>If your curious about the differences between the two versions, here&#8217;s a comparison chart.</p>
<div id="attachment_1121" class="wp-caption aligncenter" style="width: 610px"><a href="http://wpmodder.com/wp-content/uploads/2011/01/Screen-shot-2011-01-06-at-11.56.59-AM.png"><img class="size-medium wp-image-1121  " title="WordPress Amazon Associate Store" src="http://wpmodder.com/wp-content/uploads/2011/01/Screen-shot-2011-01-06-at-11.56.59-AM-640x424.png" alt="Associate-O-Matic Comparison Chart" width="600" /></a><p class="wp-caption-text">Comparison Chart</p></div>
<p>If you do decide to download the Full Trial Version, you will also need to download the trial license.</p>
<p style="text-align: center;">
<div id="attachment_1122" class="wp-caption aligncenter" style="width: 620px"><a href="http://www.clixgalore.com/PSale.aspx?BID=25581&amp;AfID=178957&amp;AdID=3791"><img class="size-medium wp-image-1122 " title="WordPress Amazon Store" src="http://wpmodder.com/wp-content/uploads/2011/01/Screen-shot-2011-01-06-at-2.03.05-PM-610x205.png" alt="Amazon Store in WordPress" width="610" height="205" /></a><p class="wp-caption-text">Choose to download either a .zip or .exe and also the trial license file.</p></div>
<h2>Before You Install</h2>
<p>Make sure your server meets the requirements listed <a title="WordPress Amazon Store" href="http://www.associate-o-matic.com/req.html" target="_blank">here</a>. These are common settings that most hosts should have enabled, but with such a variety of hosts out there, you might want to give a quick check.</p>
<p>There is an easy way to check your server settings. Simply install the free <a title="ServerBussy WordPress Plugin" href="http://wordpress.org/extend/plugins/serverbuddy-by-pluginbuddy/" target="_blank">ServerBuddy plugin</a> from the folks at <a title="Business WordPress theme and plugins" href="http://ithemes.com/member/go.php?r=22&amp;i=l1" target="_blank">iThemes</a> and it will give you a nice looking page listing details of your host server environment.</p>
<h2><span style="text-decoration: underline;"><span style="color: #ac0101;">How to Install Associate-O-Matic</span></span></h2>
<p><em>Note: These steps can also be found on the Associate-O-Matic website. I have added screenshots for better clarity.</em></p>
<h3><span style="color: #ac0101;">Step 1.</span></h3>
<p>Unzip the files contained in the Associate-O-Matic ZIP or EXE file to  your local hard drive. Make sure they retain the original directory  structures. <strong>Make sure you see an /aom directory after you unzip the files.</strong></p>
<p><strong> </strong></p>
<div id="attachment_1123" class="wp-caption aligncenter" style="width: 604px"><strong><strong><a href="http://wpmodder.com/wp-content/uploads/2011/01/Screen-shot-2011-01-06-at-2.09.15-PM.png"><img class="size-full wp-image-1123" title="How to install an amazon store on your website" src="http://wpmodder.com/wp-content/uploads/2011/01/Screen-shot-2011-01-06-at-2.09.15-PM.png" alt="How to install an amazon store on your website" width="594" height="208" /></a></strong></strong><p class="wp-caption-text">Unzip the AOM files and notice the folder structure</p></div>
<p><strong> </strong></p>
<h3><span style="color: #ac0101;">Step 2.</span></h3>
<p>Open your FTP client software (or use the control panel provided by your  web host) and upload the Associate-O-Matic files to your server (web  host).</p>
<p><strong>TIP:</strong> Some FTP client software examples are <a href="http://filezilla-project.org/" target="_blank">FileZilla</a>, <a href="http://www.cuteftp.com/products/ftp_clients.asp" target="_blank">CuteFTP</a> and <a href="http://www.smartftp.com/" target="_blank">SmartFTP</a>. I use <a title="Transmit FTP for Mac" href="http://www.panic.com/transmit/" target="_blank">Transmit</a> for Mac.</p>
<p>First, upload (FTP) the encrypted PHP files in <strong>BINARY</strong> mode which are:</p>
<ul>
<li><strong>shop.php</strong></li>
<li><strong>admin.php</strong></li>
</ul>
<p><strong> </strong></p>
<div id="attachment_1124" class="wp-caption aligncenter" style="width: 348px"><strong><strong><a href="http://wpmodder.com/wp-content/uploads/2011/01/Screen-shot-2011-01-06-at-2.12.03-PM.png"><img class="size-full wp-image-1124" title="Learn how to build an Amazon Associate store" src="http://wpmodder.com/wp-content/uploads/2011/01/Screen-shot-2011-01-06-at-2.12.03-PM.png" alt="Learn how to build an Amazon Associate store" width="338" height="187" /></a></strong></strong><p class="wp-caption-text">Set FTP Transfer Mode to Binary</p></div>
<div id="attachment_1125" class="wp-caption aligncenter" style="width: 620px"><strong><strong><a href="http://wpmodder.com/wp-content/uploads/2011/01/Screen-shot-2011-01-06-at-2.15.02-PM.png"><img class="size-medium wp-image-1125" title="Amazon store in wordpress" src="http://wpmodder.com/wp-content/uploads/2011/01/Screen-shot-2011-01-06-at-2.15.02-PM-610x213.png" alt="Amazon store in wordpress" width="610" height="213" /></a></strong></strong><p class="wp-caption-text">Move admin.php and shop.php files</p></div>
<p><strong> </strong></p>
<p>Then, upload all of the remaining files and let your FTP  software decide the mode to use whether it be ASCII or BINARY.</p>
<ul>
<li><strong>/aom/<em>[all the files]</em></strong></li>
<li><strong><em>/aom/cache/</em></strong></li>
<li><strong>/aom/<em>images/[all the image files]</em></strong></li>
<li><strong><em>/aom/js/</em></strong></li>
<li><strong><em>/ioncube/</em></strong></li>
</ul>
<p><strong><em> </em></strong></p>
<div id="attachment_1126" class="wp-caption aligncenter" style="width: 339px"><strong><em><strong><em><a href="http://wpmodder.com/wp-content/uploads/2011/01/Screen-shot-2011-01-06-at-2.43.40-PM.png"><img class="size-full wp-image-1126" title="Upload an Amazon store to WordPress" src="http://wpmodder.com/wp-content/uploads/2011/01/Screen-shot-2011-01-06-at-2.43.40-PM.png" alt="Upload an Amazon store to WordPress" width="329" height="184" /></a></em></strong></em></strong><p class="wp-caption-text">Let the FTP Software Decide the Transfer Mode</p></div>
<div id="attachment_1127" class="wp-caption aligncenter" style="width: 620px"><strong><em><strong><em><a href="http://wpmodder.com/wp-content/uploads/2011/01/Screen-shot-2011-01-06-at-2.46.14-PM.png"><img class="size-medium wp-image-1127" title="WordPress Amazon Store" src="http://wpmodder.com/wp-content/uploads/2011/01/Screen-shot-2011-01-06-at-2.46.14-PM-610x157.png" alt="WordPress Amazon Store" width="610" height="157" /></a></em></strong></em></strong><p class="wp-caption-text">Transfer the /aom/ and /ioncube/ Directories</p></div>
<p><strong><em> </em></strong></p>
<p>Ideally, you would FTP the files to your  main public site directory. Just make sure you don&#8217;t overwrite any of  your existing non-AOM files if they happen to be named the same.</p>
<p>Example Store URLs:</p>
<ul>
<li><strong>http://www.yoursite.com/shop.php</strong> (best choice, shortest URL)</li>
<li><strong>http://www.yoursite.com/dir1/dir2/shop.php</strong> (also works, longer URL)</li>
</ul>
<p>The shop.php and related files can be placed anywhere off  your public directories so long as the hierarchy of <a title="Best Amazon Store Builder" href="http://www.clixgalore.com/PSale.aspx?BID=25585&amp;AfID=178957&amp;AdID=3791" target="_blank">Associate-O-Matic</a> files remains the same in relation to themselves.</p>
<h3><span style="color: #ac0101;">Step 3.</span></h3>
<p>Set the permissions for provided files/directories.</p>
<p>Normally this can be done by right-clicking on the file or directory from your FTP client.</p>
<p><strong>NOTE: </strong>Windows users should contact their  web hosting provider to determine the best method for changing  file/directory permissions. Most likely they will provide a mechanism to  do this within their control panel.</p>
<p><a href="http://wpmodder.com/wp-content/uploads/2011/01/Screen-shot-2011-01-06-at-2.49.43-PM.png"><img class="aligncenter size-full wp-image-1128" title="Set the amazon store file permissions" src="http://wpmodder.com/wp-content/uploads/2011/01/Screen-shot-2011-01-06-at-2.49.43-PM.png" alt="Set the amazon store file permissions" width="384" height="154" /></a></p>
<p>The              permissions for Linux/Unix users are as follows and can vary from web host to web host:</p>
<p><strong>NOTE:</strong> You may need to  modify your permissions beyond the below recommended settings. You&#8217;ll  know because Associate-O-Matic will give you cues that you still need to  write and/or read enable a particular folder such as /aom. For example  if 775 doesn&#8217;t work you may need to make it 777.</p>
<ul>
<li>shop.php  <strong>[CHMOD 644</strong><strong>]</strong></li>
<li>admin.php  <strong>[CHMOD 644</strong><strong>]</strong></li>
<li>/aom directory  <strong>[CHMOD 755</strong><strong>]</strong></li>
<li>/aom/cache directory  <strong>[CHMOD 755]</strong></li>
<li>/aom/images directory  <strong>[CHMOD 755]</strong></li>
<li>/aom/js directory  <strong>[CHMOD 755]</strong></li>
<li>/ioncube directory</li>
<li>all other permissions should be fine by default</li>
</ul>
<h3><span style="color: #ac0101;">Step 4.</span></h3>
<p>Associate-O-Matic uses the ionCube PHP Encoder to protect their source code. Associated files are found in the /ioncube directory.</p>
<p>For step-by-step instructions on what you need, open the <strong>/ioncube/loader-wizard.php</strong> in a browser.</p>
<p>Please Note: I ran the ionCube wizard even though I knew it was already installed on my host. If you&#8217;re not sure whether your host has ioncube installed, just run the wizard as I did and you&#8217;ll see a message similar to this:</p>
<p style="text-align: center;">
<div id="attachment_1129" class="wp-caption aligncenter" style="width: 620px"><a href="http://wpmodder.com/wp-content/uploads/2011/01/Screen-shot-2011-01-06-at-2.56.28-PM.png"><img class="size-medium wp-image-1129 " title="Installing Amazon store and ioncube" src="http://wpmodder.com/wp-content/uploads/2011/01/Screen-shot-2011-01-06-at-2.56.28-PM-610x44.png" alt="Installing Amazon store and ioncube" width="610" height="44" /></a><p class="wp-caption-text">My Host Already Has ionCube Installed</p></div>
<p>If you have any problems related to ionCube, please more in-depth <a href="http://www.associate-o-matic.com/docs/doc_ioncube.html"><strong>ionCube installation instructions</strong></a>.</p>
<h3><span style="color: #ac0101;">Step 5.</span></h3>
<p>You can rename your <strong>shop.php</strong> and <strong>admin.php</strong> files or leave them as is.</p>
<p>If you rename the files, be sure to keep the <strong>.php</strong> extension on the end.</p>
<p>For example, instead of:<br />
<strong>http://www.yourdomain.com/shop.php</strong></p>
<p><strong> </strong>You could name it:<br />
<strong>http://www.yourdomain.com/best_store_ever.php</strong></p>
<h3><span style="color: #ac0101;">Step 6.</span></h3>
<p><span style="color: #ac0101;"><strong>**** If you are using the trial of the Full version, you must also upload the aomtrial.license file to your server. This goes in the same place as the shop.php file.****</strong><br />
</span></p>
<p>Now that all of the files are on your server, it&#8217;s time to open the <strong>Associate-O-Matic Control Panel</strong>.</p>
<p>This would be the admin.php file or the new name if you renamed it.</p>
<p>For example, in a web browser open the address replacing &#8220;yourdomain&#8221; with your domain name:<br />
<strong>http://www.yourdomain.com/admin.php</strong></p>
<p><strong> </strong><strong>NOTE:</strong> The first time you open  the Control Panel, you&#8217;ll be asked to enter your login username and  password. Once set, you&#8217;ll be asked for this login on all subsequent  visits. If you ever decide to change your login, simply delete the file  in the /aom directory called cfg.login.php. You&#8217;ll then have a chance to  reset the password. You can also reset the login from within the  control panel.</p>
<div id="attachment_1130" class="wp-caption aligncenter" style="width: 620px"><a href="http://wpmodder.com/wp-content/uploads/2011/01/Screen-shot-2011-01-06-at-3.04.36-PM.png"><img class="size-medium wp-image-1130" title="Amazon Associate-O-Matic Control Panel" src="http://wpmodder.com/wp-content/uploads/2011/01/Screen-shot-2011-01-06-at-3.04.36-PM-610x292.png" alt="Amazon Associate-O-Matic Control Panel" width="610" height="292" /></a><p class="wp-caption-text">Amazon Associate-O-Matic Control Panel</p></div>
<h3><span style="color: #ac0101;">Step 7.</span></h3>
<p>Once you enter the <strong>Control Panel</strong>, you&#8217;ll start in the <strong>Getting Started</strong> section.</p>
<p>At this point you&#8217;ll want to make sure you enter your correct <strong>Amazon Associate ID</strong>, <strong>Amazon Access Key ID</strong> and <strong>Amazon Secret Access Key</strong>. Please see the <a href="http://www.associate-o-matic.com/docs/doc_cp_amazon.html" target="_blank">Amazon section of their documentation</a> for more information. Also, enter the main information for your store. Please see the <a href="http://www.associate-o-matic.com/docs/doc_cp_site.html" target="_blank">Site section of our documentation</a> for more information.</p>
<div id="attachment_1132" class="wp-caption aligncenter" style="width: 620px"><a href="http://wpmodder.com/wp-content/uploads/2011/01/Screen-shot-2011-01-06-at-3.07.13-PM1.png"><img class="size-medium wp-image-1132" title="Getting started with Amazon associate store in WordPress" src="http://wpmodder.com/wp-content/uploads/2011/01/Screen-shot-2011-01-06-at-3.07.13-PM1-610x346.png" alt="Getting started with Amazon associate store in WordPress" width="610" height="346" /></a><p class="wp-caption-text">Enter Your Amazon Credentials</p></div>
<p>Don&#8217;t be overwhelmed by the number of customizations you  have at your disposal. You can actually save your settings at this point  just to make sure everything works. Or go ahead and enter some more of  your site details and then <strong>save</strong>. In the <a href="http://www.associate-o-matic.com/docs/doc_cp.html"><strong>Control Panel Settings</strong></a> section of their online documentation, they describe in much more detail  each of the various settings. You can login to your Control Panel at any  time and update your settings.</p>
<h3><span style="color: #ac0101;">Step 8.</span></h3>
<p>If you would like your domain name to point to your store page (shop.php), please read this post in the <strong>Tips &amp; Tricks</strong> section of their forum:</p>
<p><a href="http://www.associate-o-matic.com/forum/viewtopic.php?t=52"><strong>http://www.associate-o-matic.com/forum/viewtopic.php?t=52</strong></a></p>
<h3><span style="color: #ac0101;">Step 9.</span></h3>
<p><strong>Congratulations!</strong> You&#8217;re done. Now you can view your store from within a web browser.For example:<br />
<strong>http://www.yoursite.com/shop.php</strong></p>
<p><span style="color: #ac0101;"><strong>IMPORTANT NOTE:</strong></span><br />
If you see a blank screen or errors, please see their<strong> <a href="http://www.associate-o-matic.com/docs/doc_troubleshooting.html">troubleshooting section</a></strong>.<strong> </strong></p>
<p><strong><span style="color: #ac0101;">ANOTHER IMPORTANT NOTE:</span><br />
</strong>Make sure you are using an Amazon Associate  ID that matches the locale of your store otherwise you won&#8217;t receive  credit for sales from Amazon.</p>
<p>Register at the appropriate locale:<br />
<strong><a href="http://associates.amazon.com/gp/associates/apply/main.html" target="_blank">Amazon.com</a> (US)<br />
<a href="http://associates.amazon.co.uk/gp/associates/apply/main.html" target="_blank">Amazon.co.uk</a> (UK)<br />
<a href="http://associates.amazon.ca/gp/associates/apply/main.html" target="_blank">Amazon.ca</a> (CA)<br />
</strong><strong><a href="http://associates.amazon.de/gp/associates/apply/main.html" target="_blank">Amazon.de</a> (DE)<br />
</strong><strong><a href="http://associates.amazon.fr/gp/associates/apply/main.html" target="_blank">Amazon.fr</a> (FR)</strong><br />
<strong><a href="http://associates.amazon.co.jp/gp/associates/apply/main.html" target="_blank">Amazon.co.jp</a> (JP)</strong></p>
<h2>How to Configure the Associate-O-Matic Settings</h2>
<p>Please stay tuned to my site for the next post in this series that will show you the available <a title="WordPress Store Amazon" href="http://www.clixgalore.com/PSale.aspx?BID=25585&amp;AfID=178957&amp;AdID=3791" target="_blank">Associate-O-Matic</a> settings and how to configure them.</p>
<div style="margin: 0 0 10px 0; padding: 4px; width: 595px; border: 3px solid #e6e6e6;">
<p><h1>Tutorials. Delivered.</h1></p>
<p>Stay tuned to WP Modder via <a title="Subscribe via RSS" href="http://feeds.feedburner.com/wordpressmodder" target="_blank">RSS</a> or simply receive an  <a title="Subscribe by Email" href="http://feedburner.google.com/fb/a/mailverify?uri=wordpressmodder&amp;loc=en_US" target="_blank">Email</a> when new content is added.</p></div>
<div style="margin: 0 0 10px 0; padding: 4px; width: 595px; border: 3px solid #e6e6e6;">
<p><h1>Just Getting Started with WordPress?</h1></p>
<p>Watch my <a href="http://wpprobusiness.com/learn-website-building-wordpress-2/"><strong>free</strong></a> video series, <a href="http://wpprobusiness.com/learn-website-building-wordpress-2/">Setup for Success</a>. Learn to setup your WordPress website in a way that insures the success of your personal or business website.</p>
<p><h3>How to:</h3>
<ul>
<li>Properly plan for <em>your</em> type of site</li>
<li>Search and purchase a domain</li>
<li>Research and purchase website hosting</li>
<li>Create a database with cPanel</li>
<li>Install WordPress manually</li>
</ul>
<a href="http://wpprobusiness.com/learn-website-building-wordpress-2/">Get started now!</a>
</p></div>
<div style="margin: 0 0 10px 0; padding: 4px; width: 595px; border: 2px dashed #990000;">
<p><h1>Want to learn WordPress on the go?</h1></p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" style="border: 0pt none;" src="../wp-content/uploads/2010/09/app-icon-trans2-image-from-itunes.png" border="0" alt="The WP Modder App provides you with WordPress plugin and WordPress theme reviews to help you make informed decisions when building your WordPress websites, either for yourself or your clients." width="125" height="124" /></a><a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><em>Download the WP Modder App</em> now!</a></p>

<p>Learn more about WordPress anywhere with the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank">WP Modder App</a> for <em>iPhone</em>, <em>iPod Touch</em>, and <em>iPad</em>. You'll have access to all of my past and future written and video tutorials as well as reviews of the latest plugins and themes, all from the comfort of your mobile device!</p> <p>How many times have you have you wished you could run through a WordPress tutorial while in the bathroom? C'mon, you know you <a href="http://www.facebook.com/pages/WordPress-Modder-Customizing-WordPress-just-got-easier/10093119109">Facebook</a> in there anyway. Why not learn something while you're at it? It's the ultimate in time management. But seriously...</p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" src="../wp-content/uploads/2010/10/home-appstore.png" alt="" width="142" height="50" /></a>You'll also gain the ability to gain access to free image and link promotion back to your own WordPress powered site! See <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">more details</a> and get the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">WP Modder App</a> now.</p>

</div>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/how-to-add-an-amazon-store-to-your-wordpress-website-1111.html" rel="bookmark" title="Permanent Link: How to Add an Amazon Store to your WordPress Website">How to Add an Amazon Store to your WordPress Website</a></li><li><a href="http://wpmodder.com/should-you-add-a-store-to-your-wordpress-powered-website-42.html" rel="bookmark" title="Permanent Link: Add an Amazon Associates Store To Your WordPress Powered Website">Add an Amazon Associates Store To Your WordPress Powered Website</a></li><li><a href="http://wpmodder.com/wordpress-affiliate-store-plugin-196.html" rel="bookmark" title="Permanent Link: WordPress Affiliate Store Plugin">WordPress Affiliate Store Plugin</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="Add Amazon Store to WordPress Tutorial Series Part 1" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-1119"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/add-amazon-store-to-wordpress-tutorial-series-part-1-1119.html/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to Add an Amazon Store to your WordPress Website</title>
		<link>http://wpmodder.com/how-to-add-an-amazon-store-to-your-wordpress-website-1111.html</link>
		<comments>http://wpmodder.com/how-to-add-an-amazon-store-to-your-wordpress-website-1111.html#comments</comments>
		<pubDate>Mon, 03 Jan 2011 03:49:10 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[Extend Wordpress]]></category>
		<category><![CDATA[WordPress Tutorials]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[amazon associate store]]></category>
		<category><![CDATA[amazon associates]]></category>
		<category><![CDATA[amazon store]]></category>
		<category><![CDATA[amazon.com]]></category>
		<category><![CDATA[associate]]></category>
		<category><![CDATA[associate-o-matic]]></category>
		<category><![CDATA[astore]]></category>
		<category><![CDATA[blog software]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[content management systems]]></category>
		<category><![CDATA[electronic commerce]]></category>
		<category><![CDATA[fav]]></category>
		<category><![CDATA[how to add]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[php programming language]]></category>
		<category><![CDATA[php script]]></category>
		<category><![CDATA[store builder]]></category>
		<category><![CDATA[stores]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress amazon store]]></category>
		<category><![CDATA[wordpress tutorial]]></category>
		<category><![CDATA[world wide web]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=1111</guid>
		<description><![CDATA[Adding an Amazon store to your WordPress site is made easy by Amazon&#8217;s aStore builder, but what if you want more features than aStore can provide? There is a better way to create a full featured Amazon Associate store with very powerful customization and configuration options. I&#8217;ve written about this amazon store script before and [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Adding an <a title="WordPress Amazon Store" href="http://wpmodder.com/should-you-add-a-store-to-your-wordpress-powered-website-42.html" target="_blank">Amazon store</a> to your WordPress site is made easy by Amazon&#8217;s aStore builder, but what if you want more features than aStore can provide? There is <a title="WordPress Amazon Store" href="http://www.clixgalore.com/PSale.aspx?BID=25585&amp;AfID=178957&amp;AdID=3791" target="_blank">a better way</a> to create a full featured Amazon Associate store with very powerful customization and configuration options.</p>
<p>I&#8217;ve written about this amazon store script <a title="Should you add an Amazon store to your website?" href="http://wpmodder.com/should-you-add-a-store-to-your-wordpress-powered-website-42.html" target="_blank">before</a> and it&#8217;s been featured on Amazon&#8217;s Web Services blog, in Inc. Magazine, CNET Download.com, and more.<span id="more-1111"></span></p>
<h2>What Is It?</h2>
<p>It&#8217;s name is <a title="Amazon Store WordPress" href="http://www.clixgalore.com/PSale.aspx?BID=25585&amp;AfID=178957&amp;AdID=3791" target="_blank"><em><strong>Associate-O-Matic</strong></em></a> and it&#8217;s the most powerful Amazon Associate store builder available.<br />
<a onmouseover="javascript:window.status='';return true;" href="http://www.clixGalore.com/PSale.aspx?BID=25581&amp;AfID=178957&amp;AdID=3791"><br />
<img src="http://www.is1.clixgalore.com/cgd.aspx?BID=25581&amp;AfID=178957&amp;AdID=3791" border="0" alt="Associate-O-Matic for WordPress Websites" width="468" height="60" /></a></p>
<h2>Features</h2>
<ul>
<li>Simple Setup</li>
<li>Customizable</li>
<li>Profitable</li>
<li>Huge Selection</li>
<li>SEO Friendly</li>
<li>Affordable</li>
<li>and more! Read about more features <a title="WordPress Amazon Store" href="http://www.clixgalore.com/PSale.aspx?BID=25585&amp;AfID=178957&amp;AdID=3791" target="_blank">here</a>.</li>
</ul>
<h2>Not a Plugin</h2>
<p>Associate-O-Matic is not a WordPress plugin. It&#8217;s a self contained PHP script that gets installed into it&#8217;s own subdirectory or subdomain (assuming your WP installation is in the root of your domain). You&#8217;ll need to have FTP access to your server and be able to set file permissions (chmod). If you&#8217;re not sure about this process, don&#8217;t worry, I&#8217;ll be showing you how.</p>
<p>Even though Associate-O-Matic isn&#8217;t a plugin in the standard sense, as with all things that are awesome, <a title="Amazon Associate Store Builder" href="http://www.clixgalore.com/PSale.aspx?BID=25585&amp;AfID=178957&amp;AdID=3791" target="_blank">Associate-O-Matic</a> does provide a plugin to display dynamic  Amazon content inside your posts automatically linked to your  store pages.</p>
<h2>Versions: Free and Premium</h2>
<p>There are two versions of <a title="Amazon Store WordPress" href="http://www.clixgalore.com/PSale.aspx?BID=25585&amp;AfID=178957&amp;AdID=3791" target="_blank">Associate-O-Matic</a> available, Lite and Full. You can view the comparison chart of the two versions on the Associate-O-Matic website. Make no mistake, even using the Lite version will give you a lot of control over the customization and configuration of your Amazon Associate store.</p>
<h2>How to Install Associate-O-Matic on a WordPress Website?</h2>
<p><a title="Installing an Amazon WordPress Store" href="http://wpmodder.com/add-amazon-store-to-wordpress-tutorial-series-part-1-1119.html" target="_self">I&#8217;ve posted a tutorial on how install Associate-O-Matic here</a>. I&#8217;ll also be giving an overview of many configuration options available in this script. Stay tuned to WP Modder via <a title="Subscribe via RSS" href="http://feeds.feedburner.com/wordpressmodder" target="_blank">RSS</a> or <a title="Subscribe by Email" href="http://feedburner.google.com/fb/a/mailverify?uri=wordpressmodder&amp;amp;loc=en_US" target="_blank">Email</a>, or just check back here.</p>
<div style="margin: 0 0 10px 0; padding: 4px; width: 595px; border: 2px dashed #990000;">
<p><h1>Want to learn WordPress on the go?</h1></p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" style="border: 0pt none;" src="../wp-content/uploads/2010/09/app-icon-trans2-image-from-itunes.png" border="0" alt="The WP Modder App provides you with WordPress plugin and WordPress theme reviews to help you make informed decisions when building your WordPress websites, either for yourself or your clients." width="125" height="124" /></a><a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><em>Download the WP Modder App</em> now!</a></p>

<p>Learn more about WordPress anywhere with the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank">WP Modder App</a> for <em>iPhone</em>, <em>iPod Touch</em>, and <em>iPad</em>. You'll have access to all of my past and future written and video tutorials as well as reviews of the latest plugins and themes, all from the comfort of your mobile device!</p> <p>How many times have you have you wished you could run through a WordPress tutorial while in the bathroom? C'mon, you know you <a href="http://www.facebook.com/pages/WordPress-Modder-Customizing-WordPress-just-got-easier/10093119109">Facebook</a> in there anyway. Why not learn something while you're at it? It's the ultimate in time management. But seriously...</p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" src="../wp-content/uploads/2010/10/home-appstore.png" alt="" width="142" height="50" /></a>You'll also gain the ability to gain access to free image and link promotion back to your own WordPress powered site! See <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">more details</a> and get the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">WP Modder App</a> now.</p>

</div>
<div style="margin: 0 0 10px 0; padding: 4px; width: 595px; border: 3px solid #e6e6e6;">
<p><h1>Just Getting Started with WordPress?</h1></p>
<p>Watch my <a href="http://wpprobusiness.com/learn-website-building-wordpress-2/"><strong>free</strong></a> video series, <a href="http://wpprobusiness.com/learn-website-building-wordpress-2/">Setup for Success</a>. Learn to setup your WordPress website in a way that insures the success of your personal or business website.</p>
<p><h3>How to:</h3>
<ul>
<li>Properly plan for <em>your</em> type of site</li>
<li>Search and purchase a domain</li>
<li>Research and purchase website hosting</li>
<li>Create a database with cPanel</li>
<li>Install WordPress manually</li>
</ul>
<a href="http://wpprobusiness.com/learn-website-building-wordpress-2/">Get started now!</a>
</p></div>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/should-you-add-a-store-to-your-wordpress-powered-website-42.html" rel="bookmark" title="Permanent Link: Add an Amazon Associates Store To Your WordPress Powered Website">Add an Amazon Associates Store To Your WordPress Powered Website</a></li><li><a href="http://wpmodder.com/add-amazon-store-to-wordpress-tutorial-series-part-1-1119.html" rel="bookmark" title="Permanent Link: Add Amazon Store to WordPress Tutorial Series Part 1">Add Amazon Store to WordPress Tutorial Series Part 1</a></li><li><a href="http://wpmodder.com/wordpress-affiliate-store-plugin-196.html" rel="bookmark" title="Permanent Link: WordPress Affiliate Store Plugin">WordPress Affiliate Store Plugin</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="How to Add an Amazon Store to your WordPress Website" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-1111"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/how-to-add-an-amazon-store-to-your-wordpress-website-1111.html/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Ode to WordPress &#8211; A Personal Retrospective</title>
		<link>http://wpmodder.com/why-wordpress-is-the-best-content-management-system-1052.html</link>
		<comments>http://wpmodder.com/why-wordpress-is-the-best-content-management-system-1052.html#comments</comments>
		<pubDate>Tue, 21 Dec 2010 16:32:46 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[Human Contact]]></category>
		<category><![CDATA[WordPress Tutorials]]></category>
		<category><![CDATA[adam]]></category>
		<category><![CDATA[blog software]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[content management systems]]></category>
		<category><![CDATA[dailies]]></category>
		<category><![CDATA[retrospective]]></category>
		<category><![CDATA[start]]></category>
		<category><![CDATA[warner]]></category>
		<category><![CDATA[web development projects]]></category>
		<category><![CDATA[why]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[your business]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=1052</guid>
		<description><![CDATA[It&#8217;s that time of year when I get a little nostalgic and reflect on life a bit. The next article will be another tutorial I promise, but today I&#8217;d like to share some information on how I ended up choosing WordPress and what it means to me personally. How I Started with WordPress I built [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>It&#8217;s that time of year when I get a little nostalgic and reflect on life a bit. The next article will be another <a title="Learn WordPress" href="http://wpmodder.com/category/wordpress-tutorials/" target="_self">tutorial</a> I promise, but today I&#8217;d like to share some information on how I ended up choosing <a title="Build Your Own Website" href="http://wordpress.org" target="_blank">WordPress</a> and what it means to me personally.<span id="more-1052"></span></p>
<h2>How I Started with WordPress</h2>
<p>I built my first WP powered website in 2004 for a company I created named <em>Moving Moments</em> which offered photo memorial dvds. I certainly wasn&#8217;t the first to do this, but I was inspired after creating a photo memorial for my brother who passed away in 2003. I love you and miss you Brent.</p>
<p>I had created a straight HTML site already but because of the nature of the product I needed to update the site often and doing it manually was starting to become a chore so I began searching for a solution. I experimented with several blogging and content management system platforms and found that I kept coming back to WordPress as the web publishing platform that matched my needs the closest.</p>
<h2>Then and Now</h2>
<p>The platform was barely a year old when I made my first blog post and there was a lot that it just couldn&#8217;t do at that time. However, one of the main reasons I choose it was because of the large and <a title="WordPress Support Forums" href="http://wordpress.org/support/" target="_blank">active community</a> surrounding it. I knew I could get help.</p>
<p>A lot has changed in my life, WordPress, and the community surrounding the software. WordPress is no longer only a simple blogging solution. It is a full featured content management system and has the ability to power <a title="WordPress Website Checklist" href="http://wpmodder.com/tutorial-build-wordpress-website-1077.html" target="_self">any type of website</a> you can throw at it. The community of users, plugin developers, and theme creators continues to push the software past it&#8217;s perceived limits.</p>
<p>I feel honored to be able to give back to the WordPress community by creating and sharing <a title="How to WordPress" href="http://wpmodder.com/category/wordpress-tutorials/" target="_self">tutorials</a> on this site and others, and through the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8" target="_blank">WP Modder</a> iOS app. I am truly thankful to all of you who read my material, watch my videos, participate in my courses, and allow me to be involved with your website projects.</p>
<p>You make me&#8230;complete <img src='http://wpmodder.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>p.s. I&#8217;m attending <a title="WordCamp Phoenix" href="http://phxwordcamp.com/" target="_blank">WordCamp Phoenix</a> in January and would love to meet you. Feel free to send me a line <a title="Contact Adam W. Warner" href="http://wpmodder.com/contact/" target="_self">here</a> if you&#8217;d like to schedule coffee or a beer.</p>
<div style="margin: 0 0 10px 0; padding: 4px; width: 595px; border: 2px dashed #990000;">
<p><h1>Want to learn WordPress on the go?</h1></p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" style="border: 0pt none;" src="../wp-content/uploads/2010/09/app-icon-trans2-image-from-itunes.png" border="0" alt="The WP Modder App provides you with WordPress plugin and WordPress theme reviews to help you make informed decisions when building your WordPress websites, either for yourself or your clients." width="125" height="124" /></a><a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><em>Download the WP Modder App</em> now!</a></p>

<p>Learn more about WordPress anywhere with the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank">WP Modder App</a> for <em>iPhone</em>, <em>iPod Touch</em>, and <em>iPad</em>. You'll have access to all of my past and future written and video tutorials as well as reviews of the latest plugins and themes, all from the comfort of your mobile device!</p> <p>How many times have you have you wished you could run through a WordPress tutorial while in the bathroom? C'mon, you know you <a href="http://www.facebook.com/pages/WordPress-Modder-Customizing-WordPress-just-got-easier/10093119109">Facebook</a> in there anyway. Why not learn something while you're at it? It's the ultimate in time management. But seriously...</p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" src="../wp-content/uploads/2010/10/home-appstore.png" alt="" width="142" height="50" /></a>You'll also gain the ability to gain access to free image and link promotion back to your own WordPress powered site! See <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">more details</a> and get the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">WP Modder App</a> now.</p>

</div>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/is-the-property-managment-plugin-for-wordpress-staypress-ready-257.html" rel="bookmark" title="Permanent Link: Is the Property Managment Plugin for WordPress &#8211; StayPress &#8211; Ready?">Is the Property Managment Plugin for WordPress &#8211; StayPress &#8211; Ready?</a></li><li><a href="http://wpmodder.com/what-is-wordpress-integration-1160.html" rel="bookmark" title="Permanent Link: What is WordPress Integration">What is WordPress Integration</a></li><li><a href="http://wpmodder.com/blogging-wars-wordpress-vs-blogger-25.html" rel="bookmark" title="Permanent Link: Blogging Wars &#8211; WordPress Vs Blogger">Blogging Wars &#8211; WordPress Vs Blogger</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="Ode to WordPress &#8211; A Personal Retrospective" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-1052"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/why-wordpress-is-the-best-content-management-system-1052.html/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Adding a Widgetized Area to Genesis Corporate Theme</title>
		<link>http://wpmodder.com/adding-a-widgetized-area-to-genesis-corporate-theme-1103.html</link>
		<comments>http://wpmodder.com/adding-a-widgetized-area-to-genesis-corporate-theme-1103.html#comments</comments>
		<pubDate>Mon, 06 Dec 2010 21:24:30 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[Extend Wordpress]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[WordPress Tutorials]]></category>
		<category><![CDATA[area]]></category>
		<category><![CDATA[bracket]]></category>
		<category><![CDATA[children themes]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[corporate theme]]></category>
		<category><![CDATA[coupes]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[dynamic content]]></category>
		<category><![CDATA[genesis]]></category>
		<category><![CDATA[genesis children]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[notation]]></category>
		<category><![CDATA[road transport]]></category>
		<category><![CDATA[span and div]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress themes]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=1103</guid>
		<description><![CDATA[I&#8217;m a huge fan of several WordPress theme framework providers like Genesis, Thematic, Hybrid, and others. Each framework builds in some very unique features that can be easily used to position content the way one would like, but often times I find myself needing to make a few tweaks to the child theme files or [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>I&#8217;m a huge fan of several WordPress theme framework providers like <a title="Genesis Theme Framework WordPress" href="http://www.shareasale.com/r.cfm?B=242694&amp;U=214134&amp;M=28169" target="_blank">Genesis</a>, <a title="Thematic" href="http://themeshaper.com/">Thematic</a>, <a title="Hybrid" href="http://themehybrid.com/themes/hybrid">Hybrid</a>, and others. Each framework builds in some very unique features that can be easily used to position content the way one would like, but often times I find myself needing to make a few tweaks to the child theme files or adding a few functions.</p>
<p>This tutorial will show you how I duplicated a widgetized area in the Genesis <a title="Theme Demo" href="http://www.shareasale.com/r.cfm?B=242700&amp;U=214134&amp;M=28169" target="_blank">Corporate child theme</a> created by <a title="Get Access to all StudioPress Themes" href="http://www.shareasale.com/r.cfm?B=242693&amp;U=214134&amp;M=28169" target="_blank">StudioPress</a>. You can probably apply this basic method to most if not all <a title="StudioPress Genesis Themes" href="http://www.shareasale.com/r.cfm?B=242693&amp;U=214134&amp;M=28169" target="_blank">StudioPress</a> child themes.<span id="more-1103"></span></p>
<h2>What My Client Wanted</h2>
<p>As seen in the Corporate child theme below, there are a few content blocks inside the circled area.</p>
<p>They include:</p>
<ul>
<li> Dynamic Content Galllery (slideshow)</li>
<li>Featured Top Left</li>
<li>Featured Top Right</li>
<li>Featured Bottom</li>
</ul>
<div id="attachment_1106" class="wp-caption aligncenter" style="width: 650px"><a href="http://wpmodder.com/wp-content/uploads/2010/12/Screen-shot-2010-12-06-at-1.35.44-PM.png"><img class="size-medium wp-image-1106" title="Corporate - Genesis WordPress Theme Framework by StudioPress" src="http://wpmodder.com/wp-content/uploads/2010/12/Screen-shot-2010-12-06-at-1.35.44-PM-640x421.png" alt="Corporate - Genesis WordPress Theme Framework by StudioPress" width="640" height="421" /></a><p class="wp-caption-text">Corporate Theme Content Areas</p></div>
<p>The request I had was to remove the Dynamic Content Gallery slideshow and instead place static content in that area.</p>
<h2>I Assumed Wrong</h2>
<p>I&#8217;ve been using the Genesis framework for several sites lately but this was the first time I had used this particular child theme. My assumption was that the area that holds the Dynamic Content Gallery was a widgetized area where I could simply place a text widget containing my static content. <strong>Wrong</strong>.</p>
<p>The three other content areas are all widgetized, but this one only gets displayed if the Dynamic Content Gallery plugin is activated.</p>
<p>I needed to add another widgetized content area like in the quick mockup below.</p>
<div id="attachment_1107" class="wp-caption aligncenter" style="width: 650px"><a href="http://wpmodder.com/wp-content/uploads/2010/12/Screen-shot-2010-12-06-at-1.35.44-PM1.png"><img class="size-medium wp-image-1107" title="How to add a new widgetized area to a Genesis child theme" src="http://wpmodder.com/wp-content/uploads/2010/12/Screen-shot-2010-12-06-at-1.35.44-PM1-640x421.png" alt="How to add a new widgetized area to a Genesis child theme" width="640" height="421" /></a><p class="wp-caption-text">New &quot;Featured Top&quot; Widgetized Area Requested</p></div>
<h2>How I Added Another Widgetized Area</h2>
<p>Basically what I needed to do was to duplicate the Featured Bottom widgetized area and place it above the Featured Top Left and Featured Top Right content.</p>
<p>Duplicating this and adding a new one where I wanted involved editing three files within the <a title="Proffessional WordPress theme for comapnies" href="http://www.shareasale.com/r.cfm?B=242700&amp;U=214134&amp;M=28169" target="_blank">Corporate Child Theme</a>.</p>
<ul>
<li>functions.php</li>
<li>home.php</li>
<li>style.css</li>
</ul>
<p>It&#8217;s a three step process:</p>
<ol>
<li>Duplicate the Featured Bottom code &#8211; <strong>functions.php</strong></li>
<li>Add the new widgetized area to the home page &#8211; <strong>home.php</strong></li>
<li>Add the styling for this addition &#8211; <strong>style.css</strong></li>
</ol>
<h2>functions.php</h2>
<p>Toward the bottom of this file, you&#8217;ll see the code that registers (or creates) the widgetized areas. Look for code block that creates the Featured Bottom area we want to duplicate:</p>
<pre class="brush: php; title: ; notranslate">genesis_register_sidebar(array(
 'name'=&gt;'Featured Bottom',
 'id' =&gt; 'featured-bottom',
 'description' =&gt; 'This is the featured bottom section of the homepage.',
 'before_title'=&gt;'&lt;h4&gt;','after_title'=&gt;'&lt;/h4&gt;'
));</pre>
<p>Copy this chunk of code and paste it at the bottom of your functions.php file. Now you&#8217;ll want to rename the &#8216;name&#8217; and &#8216;id&#8217; parameters to something unique like I&#8217;ve done below:</p>
<p>genesis_register_sidebar(array(<br />
&#8216;name&#8217;=&gt;&#8217;Featured Top Addition&#8217;,<br />
&#8216;id&#8217; =&gt; &#8216;featured-top-addition&#8217;,<br />
&#8216;description&#8217; =&gt; &#8216;This is the featured top added by Adam section of the homepage.&#8217;,<br />
&#8216;before_title&#8217;=&gt;&#8217;&lt;h4&gt;&#8217;,'after_title&#8217;=&gt;&#8217;&lt;/h4&gt;&#8217;<br />
));[/php]</p>
<p>You&#8217;ve just created another widgetized area named &#8220;Featured Top Addition&#8221;. <img src='http://wpmodder.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h2>home.php</h2>
<p>Now we need to actually display the Featured Top Addition in the child theme. I want to put it above the Featured Top Left and Right areas, so I found the code for those in home.php and added code for my new widgetized area right above. Again, I copied the details of the Featured Bottom and changed parameters to match my new one.</p>
<p>I found this:</p>
<pre class="brush: php; title: ; notranslate">&lt;div id=&quot;featured-bottom&quot;&gt;
 &lt;?php if (!dynamic_sidebar('Featured Bottom')) : ?&gt;
 &lt;div&gt;
 &lt;h4&gt;&lt;?php _e(&quot;Featured Bottom&quot;, 'genesis'); ?&gt;&lt;/h4&gt;
 &lt;div&gt;
 &lt;p&gt;&lt;?php _e(&quot;This is an example of a text widget that you can place to describe a particular product or service. Use it as a way to get your visitors interested, so they can click through and read more about it. This is an example of a text widget that you can place to describe a particular product or service. Use it as a way to get your visitors interested, so they can click through and read more about it. This is an example of a text widget that you can place to describe a particular product or service. &quot;, 'genesis'); ?&gt;&lt;/p&gt;
 &lt;/div&gt;&lt;!-- end .wrap --&gt;
 &lt;/div&gt;&lt;!-- end .widget --&gt;
 &lt;?php endif; ?&gt;
 &lt;/div&gt;&lt;!-- end #featured-bottom --&gt;</pre>
<p>&#8230;and changed it to this to match the parameters I used in my functions.php file. At the same time within this code chunk I am defining the CSS div id I&#8217;ll be using to syle this with:</p>
<pre class="brush: php; title: ; notranslate">&lt;div id=&quot;featured-top-addition&quot;&gt;
 &lt;?php if (!dynamic_sidebar('Featured Top Addition')) : ?&gt;
 &lt;div&gt;
 &lt;h4&gt;&lt;?php _e(&quot;Featured Top Addition&quot;, 'genesis'); ?&gt;&lt;/h4&gt;
 &lt;div&gt;
 &lt;p&gt;&lt;?php _e(&quot;This is an example of a text widget that you can place to describe a particular product or service. Use it as a way to get your visitors interested, so they can click through and read more about it. This is an example of a text widget that you can place to describe a particular product or service. Use it as a way to get your visitors interested, so they can click through and read more about it. This is an example of a text widget that you can place to describe a particular product or service. &quot;, 'genesis'); ?&gt;&lt;/p&gt;
 &lt;/div&gt;&lt;!-- end .wrap --&gt;
 &lt;/div&gt;&lt;!-- end .widget --&gt;</pre>
<h2>style.css</h2>
<p>Again, we&#8217;ll copy the code, this time CSS, for the Featured Bottom and apply it to our new Featured Top Addition. Look for this, copy and paste it right below itself:</p>
<pre class="brush: css; title: ; notranslate">#featured-bottom {
 background: #F7F7F7;
 width: 610px;
 float: left;
 margin: 0;
 padding: 9px 9px 0 9px;
 border: 1px solid #E6E6E6;
 }</pre>
<p>&#8230;and change the it to this:</p>
<pre class="brush: css; title: ; notranslate">#featured-top-addition {
 background: #F7F7F7;
 width: 610px;
 float: left;
 margin:0 0 10px 0;
 padding: 9px 9px 0 9px;
 border: 1px solid #E6E6E6;
 }</pre>
<p>If you look close, you&#8217;ll see I had to make a couple slight margin changes to get it positioned correctly (thanks to the <a title="Check out all the StudioPress themes" href="http://www.shareasale.com/r.cfm?B=242693&amp;U=214134&amp;M=28169" target="_blank">StudioPress</a> forums).</p>
<h2>The Result</h2>
<p><a href="http://wpmodder.com/wp-content/uploads/2010/12/featured-top-addition.png"><img class="aligncenter size-medium wp-image-1108" title="featured-top-addition" src="http://wpmodder.com/wp-content/uploads/2010/12/featured-top-addition-640x477.png" alt="featured-top-addition" width="640" height="477" /></a></p>
<p>I hope this helps those of you using the Genesis framework and it&#8217;s child themes. As always, please feel free to comment below.</p>
<div style="margin: 0 0 10px 0; padding: 4px; width: 595px; border: 2px dashed #990000;">
<p><h1>Want to learn WordPress on the go?</h1></p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" style="border: 0pt none;" src="../wp-content/uploads/2010/09/app-icon-trans2-image-from-itunes.png" border="0" alt="The WP Modder App provides you with WordPress plugin and WordPress theme reviews to help you make informed decisions when building your WordPress websites, either for yourself or your clients." width="125" height="124" /></a><a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><em>Download the WP Modder App</em> now!</a></p>

<p>Learn more about WordPress anywhere with the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank">WP Modder App</a> for <em>iPhone</em>, <em>iPod Touch</em>, and <em>iPad</em>. You'll have access to all of my past and future written and video tutorials as well as reviews of the latest plugins and themes, all from the comfort of your mobile device!</p> <p>How many times have you have you wished you could run through a WordPress tutorial while in the bathroom? C'mon, you know you <a href="http://www.facebook.com/pages/WordPress-Modder-Customizing-WordPress-just-got-easier/10093119109">Facebook</a> in there anyway. Why not learn something while you're at it? It's the ultimate in time management. But seriously...</p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" src="../wp-content/uploads/2010/10/home-appstore.png" alt="" width="142" height="50" /></a>You'll also gain the ability to gain access to free image and link promotion back to your own WordPress powered site! See <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">more details</a> and get the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">WP Modder App</a> now.</p>

</div>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/how-i-added-custom-web-fonts-to-genesis-child-theme-1184.html" rel="bookmark" title="Permanent Link: How I Added Custom Web Fonts to Genesis Child Theme">How I Added Custom Web Fonts to Genesis Child Theme</a></li><li><a href="http://wpmodder.com/query-posts-widget-plugin-widgetized-page-template-widget-logic-wordpress-gold-366.html" rel="bookmark" title="Permanent Link: Query Posts Widget Plugin + Widgetized Page Template + Widget Logic = WordPress Gold">Query Posts Widget Plugin + Widgetized Page Template + Widget Logic = WordPress Gold</a></li><li><a href="http://wpmodder.com/muted-blues-free-wordpress-theme-release-137.html" rel="bookmark" title="Permanent Link: Muted Blues Free WordPress Theme Release">Muted Blues Free WordPress Theme Release</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="Adding a Widgetized Area to Genesis Corporate Theme" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-1103"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/adding-a-widgetized-area-to-genesis-corporate-theme-1103.html/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>And the WordPress Multisite Plugins Go To&#8230;</title>
		<link>http://wpmodder.com/and-the-wordpress-multisite-plugins-go-to-1104.html</link>
		<comments>http://wpmodder.com/and-the-wordpress-multisite-plugins-go-to-1104.html#comments</comments>
		<pubDate>Mon, 06 Dec 2010 16:34:21 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[Contests]]></category>
		<category><![CDATA[WordPress Tutorials]]></category>
		<category><![CDATA[aggregates]]></category>
		<category><![CDATA[angie meeker chris carrier]]></category>
		<category><![CDATA[blog software]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[content management systems]]></category>
		<category><![CDATA[digital media]]></category>
		<category><![CDATA[ebooks]]></category>
		<category><![CDATA[giveaways]]></category>
		<category><![CDATA[human interest]]></category>
		<category><![CDATA[multisite]]></category>
		<category><![CDATA[participate]]></category>
		<category><![CDATA[php programming language]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[thankful]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[winner]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[world wide web]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=1104</guid>
		<description><![CDATA[Thank you to all who participated in my Free WordPress Multisite Plugin giveaway. I&#8217;m also thankful that @andrea_r and @wpmuguru allowed me to make it happen:) The Winners Aggregating Global Content paul Angie Meeker Chris Carrier Professional Domain Mapping Event Espresso Affiliatetheme Winners will be contacted via their email or Twitter accounts shortly. I&#8217;m also [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Thank you to all who participated in my Free WordPress Multisite Plugin giveaway. I&#8217;m also thankful that <a title="WordPress Multisite Pro" href="http://twitter.com/andrea_r" target="_blank">@andrea_r</a> and <a title="Multisite WordPress Guru" href="http://twitter.com/wpmuguru" target="_blank">@wpmuguru</a> allowed me to make it happen:)</p>
<h2>The Winners</h2>
<h3><a title="WordPress Multisite Global Content" href="http://wpebooks.com/aggregating-global-content/" target="_blank">Aggregating Global Content</a></h3>
<p><a href="http://sideradesign.com/" target="_blank">paul</a><br />
<a href="http://twitter.com/angiemeeker/status/11419627636654080" target="_blank"> Angie Meeker</a><br />
<a href="http://www.kipfx.com/" target="_blank"> Chris Carrier</a></p>
<h3><a title="Professional Domain Mapping WordPress" href="http://wpebooks.com/professional-domain-mapping/" target="_blank">Professional Domain Mapping</a></h3>
<p><a href="http://twitter.com/eventespresso/status/11421576805228544" target="_blank">Event Espresso</a><br />
<a href="http://twitter.com/affili_theme_en/status/10347746154250240" target="_blank"> Affiliatetheme</a></p>
<h3>Winners will be contacted via their email or Twitter accounts shortly.</h3>
<p>I&#8217;m also planning a series of tutorials on this subject. If you have any requests, please feel free to post them here as comments.</p>
<div style="margin: 0 0 10px 0; padding: 4px; width: 595px; border: 2px dashed #990000;">
<p><h1>Want to learn WordPress on the go?</h1></p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" style="border: 0pt none;" src="../wp-content/uploads/2010/09/app-icon-trans2-image-from-itunes.png" border="0" alt="The WP Modder App provides you with WordPress plugin and WordPress theme reviews to help you make informed decisions when building your WordPress websites, either for yourself or your clients." width="125" height="124" /></a><a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><em>Download the WP Modder App</em> now!</a></p>

<p>Learn more about WordPress anywhere with the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank">WP Modder App</a> for <em>iPhone</em>, <em>iPod Touch</em>, and <em>iPad</em>. You'll have access to all of my past and future written and video tutorials as well as reviews of the latest plugins and themes, all from the comfort of your mobile device!</p> <p>How many times have you have you wished you could run through a WordPress tutorial while in the bathroom? C'mon, you know you <a href="http://www.facebook.com/pages/WordPress-Modder-Customizing-WordPress-just-got-easier/10093119109">Facebook</a> in there anyway. Why not learn something while you're at it? It's the ultimate in time management. But seriously...</p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" src="../wp-content/uploads/2010/10/home-appstore.png" alt="" width="142" height="50" /></a>You'll also gain the ability to gain access to free image and link promotion back to your own WordPress powered site! See <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">more details</a> and get the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">WP Modder App</a> now.</p>

</div>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/get-free-wordpress-multisite-plugins-1093.html" rel="bookmark" title="Permanent Link: Giveaway of Free WordPress Multisite Plugins">Giveaway of Free WordPress Multisite Plugins</a></li><li><a href="http://wpmodder.com/go/wordpress-multisite/" rel="bookmark" title="Permanent Link: WP eBooks">WP eBooks</a></li><li><a href="http://wpmodder.com/go/wp-curator-promote-multisite-posts/" rel="bookmark" title="Permanent Link: WP Curator &#8211; Promote Multisite Posts">WP Curator &#8211; Promote Multisite Posts</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="And the WordPress Multisite Plugins Go To&#8230;" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-1104"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/and-the-wordpress-multisite-plugins-go-to-1104.html/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Giveaway of Free WordPress Multisite Plugins</title>
		<link>http://wpmodder.com/get-free-wordpress-multisite-plugins-1093.html</link>
		<comments>http://wpmodder.com/get-free-wordpress-multisite-plugins-1093.html#comments</comments>
		<pubDate>Wed, 01 Dec 2010 16:25:28 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[Contests]]></category>
		<category><![CDATA[WordPress Tutorials]]></category>
		<category><![CDATA[aggregates]]></category>
		<category><![CDATA[blog software]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[content management systems]]></category>
		<category><![CDATA[domain mapping]]></category>
		<category><![CDATA[domains]]></category>
		<category><![CDATA[ebooks]]></category>
		<category><![CDATA[entire network]]></category>
		<category><![CDATA[giveaways]]></category>
		<category><![CDATA[global]]></category>
		<category><![CDATA[multisite]]></category>
		<category><![CDATA[php programming language]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[world wide web]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=1093</guid>
		<description><![CDATA[If you&#8217;re a regular WordPress user, it&#8217;s likely you&#8217;re aware of the Multisite capabilities that can be activated. If you have no idea what I&#8217;m talking about, in a nutshell, having a Multisite installation allows you to manage an entire network of WordPress powered sites, all from one Admin area. Stay tuned for more information [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>If you&#8217;re a regular WordPress user, it&#8217;s likely you&#8217;re aware of the <a title="What is WordPress Multisite?" href="http://codex.wordpress.org/Create_A_Network" target="_blank">Multisite</a> capabilities that can be activated.</p>
<p>If you have no idea what I&#8217;m talking about, in a nutshell, having a Multisite installation allows you to manage an entire network of WordPress powered sites, all from one Admin area. <a title="Subscribe to Updates" href="http://feedburner.google.com/fb/a/mailverify?uri=wordpressmodder&amp;amp;loc=en_US" target="_blank">Stay tuned</a> for more information and <a title="Learn WordPress Tutorials" href="http://wpmodder.com/category/wordpress-tutorials/" target="_self">tutorials</a> coming soon in my <em>WordPress Multisite</em> series.<span id="more-1093"></span></p>
<h2>The Contest</h2>
<p>The prizes are being offered by <a title="Multisite WordPress Guru" href="https://twitter.com/wpmuguru" target="_blank">@wpmuguru</a> and <a title="Multisite WordPress Guru" href="https://twitter.com/andrea_r" target="_blank">@andrea_r</a> of <a title="WordPress ebooks and plugins" href="https://www.e-junkie.com/ecom/gb.php?cl=50833&amp;c=ib&amp;aff=12019" target="_blank">http://wpebooks.com</a>. You may also know them as <a title="WordPress Multisite Tutorials" href="http://wpmututorials.com" target="_blank">Ron</a> and <a title="WordPress Multisite Tutorials" href="http://wpmututorials.com" target="_blank">Andrea</a> Rennick, long time WordPress Multisite (MU) users, support forum posters, beta testers, WordPress core contributors and all around good people in the community. They know WordPress Multisite, period.</p>
<h2>Plugin Prizes</h2>
<table width="600px">
<tbody>
<tr>
<td><a href="https://www.e-junkie.com/ecom/gb.php?cl=50833&amp;c=ib&amp;aff=12019"><img class="alignleft size-full wp-image-1096" title="WordPress Multisite Plugin for Aggregating Global Content" src="http://wpmodder.com/wp-content/uploads/2010/12/Screen-shot-2010-12-01-at-10.02.41-AM.png" alt="WordPress Multisite Plugin for Aggregating Global Content" width="310" height="273" /></a></td>
<td valign="top">
<h3>3 Copies Available</h3>
<p>The ebook with included plugins covers how to set up the main site  and the home page of the network to make it easier for visitors to  access content from across the entire install.</p>
<p>We’ll show you how to <a title="WordPress Multisite Global Content" href="https://www.e-junkie.com/ecom/gb.php?cl=50833&amp;c=ib&amp;aff=12019" target="_blank">aggregate global content</a>, set up sitewide tags,  create a huge tags cloud like the one seen on WordPress.com, and also a  bonus tutorial on how to make the default signup page its own specially  named page to help stop spammers. And there’s even more hidden gems in  there…</td>
</tr>
<tr>
<td colspan="2"><br class="blank" /></td>
</tr>
<tr>
<td><a href="https://www.e-junkie.com/ecom/gb.php?cl=50833&amp;c=ib&amp;aff=12019"><img class="alignleft size-full wp-image-1097" title="Professional Domain Mapping with WordPress Multisite" src="http://wpmodder.com/wp-content/uploads/2010/12/Screen-shot-2010-12-01-at-10.03.04-AM.png" alt="Professional Domain Mapping with WordPress Multisite" width="310" height="272" /></a></td>
<td valign="top">
<h3>2 Copies Available</h3>
<p>If you are running multiple sites within WordPress, you may wish to have  each site use its own domain. This plugin will help you do that.  Included is an eleven page ebook with <a title="How use Domain Mapping in WordPress Multisite" href="https://www.e-junkie.com/ecom/gb.php?cl=50833&amp;c=ib&amp;aff=12019" target="_blank">full documentation and screenshots</a> to help you set up whatever kind of server you have.</p>
<p>Professional Domain Mapping is the ideal plugin to use if you wish to  hide the originating domain of the network, and where you wish for the  Super Admin to be the only one with access to the menu. In addition,  only one domain can be mapped to any site.</td>
</tr>
</tbody>
</table>
<p>Included with each plugin is of course, an ebook that includes full instructions. You&#8217;ll also get access to support forums for each plugin at <a title="Multisite WordPress Plugins" href="https://www.e-junkie.com/ecom/gb.php?cl=50833&amp;c=ib&amp;aff=12019" target="_blank">http://wpebooks.com</a>!</p>
<h2>How to Enter</h2>
<p>Two steps, easy peasy.</p>
<ol>
<li><strong>Post a link back to my site using one of the three urls below, your pick.</strong></li>
<li><strong>Leave a comment here with link url.</strong></li>
<li>5 winners will be randomly selected from the comments and notified by email.</li>
<li>Contest ends Sunday Dec. 5th at Midnight EST.</li>
</ol>
<p>Choice of URLs to link to:</p>
<ul>
<li><a title="Understanding WordPress" href="http://wpmodder.com/helping-a-new-user-to-understand-wordpress-1078.html" target="_blank">Help a New User to Understand WordPress</a></li>
<li><a title="Hide WordPress Page from Search Engine" href="http://adamwwarner.com/tutorials/how-to-hide-individual-pages-from-the-search-engines" target="_blank">How to Hide Individual Pages from Search Engines</a></li>
<li><a title="WordPress Under Construction Message" href="http://adamwwarner.com/tutorials/how-to-put-your-wordpress-site-into-maintenance-mode-and-why-you-would-want-to" target="_blank">How to Put Your WordPress Site in Maintenance Mode</a></li>
</ul>
<p>Links can be most anywhere. Here&#8217;s a few ideas&#8230;</p>
<ul>
<li>Twitter</li>
<li><strong>Your own blog post</strong></li>
<li>StumbleUpon</li>
<li>Facebook</li>
<li>Delicious</li>
</ul>
<p>Thanks for your participation and good luck!</p>
<div style="margin: 0 0 10px 0; padding: 4px; width: 595px; border: 2px dashed #990000;">
<p><h1>Want to learn WordPress on the go?</h1></p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" style="border: 0pt none;" src="../wp-content/uploads/2010/09/app-icon-trans2-image-from-itunes.png" border="0" alt="The WP Modder App provides you with WordPress plugin and WordPress theme reviews to help you make informed decisions when building your WordPress websites, either for yourself or your clients." width="125" height="124" /></a><a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><em>Download the WP Modder App</em> now!</a></p>

<p>Learn more about WordPress anywhere with the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank">WP Modder App</a> for <em>iPhone</em>, <em>iPod Touch</em>, and <em>iPad</em>. You'll have access to all of my past and future written and video tutorials as well as reviews of the latest plugins and themes, all from the comfort of your mobile device!</p> <p>How many times have you have you wished you could run through a WordPress tutorial while in the bathroom? C'mon, you know you <a href="http://www.facebook.com/pages/WordPress-Modder-Customizing-WordPress-just-got-easier/10093119109">Facebook</a> in there anyway. Why not learn something while you're at it? It's the ultimate in time management. But seriously...</p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" src="../wp-content/uploads/2010/10/home-appstore.png" alt="" width="142" height="50" /></a>You'll also gain the ability to gain access to free image and link promotion back to your own WordPress powered site! See <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">more details</a> and get the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">WP Modder App</a> now.</p>

</div>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/and-the-wordpress-multisite-plugins-go-to-1104.html" rel="bookmark" title="Permanent Link: And the WordPress Multisite Plugins Go To&#8230;">And the WordPress Multisite Plugins Go To&#8230;</a></li><li><a href="http://wpmodder.com/go/wordpress-multisite/" rel="bookmark" title="Permanent Link: WP eBooks">WP eBooks</a></li><li><a href="http://wpmodder.com/go/wp-curator-promote-multisite-posts/" rel="bookmark" title="Permanent Link: WP Curator &#8211; Promote Multisite Posts">WP Curator &#8211; Promote Multisite Posts</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="Giveaway of Free WordPress Multisite Plugins" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-1093"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/get-free-wordpress-multisite-plugins-1093.html/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>WordPress Website Checklist</title>
		<link>http://wpmodder.com/tutorial-build-wordpress-website-1077.html</link>
		<comments>http://wpmodder.com/tutorial-build-wordpress-website-1077.html#comments</comments>
		<pubDate>Tue, 23 Nov 2010 21:15:24 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[WordPress Tutorials]]></category>
		<category><![CDATA[blog software]]></category>
		<category><![CDATA[build your own website]]></category>
		<category><![CDATA[building]]></category>
		<category><![CDATA[building a website]]></category>
		<category><![CDATA[checklist]]></category>
		<category><![CDATA[checklists]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[digital media]]></category>
		<category><![CDATA[domain names]]></category>
		<category><![CDATA[fav]]></category>
		<category><![CDATA[meeting people]]></category>
		<category><![CDATA[online businesses]]></category>
		<category><![CDATA[own website]]></category>
		<category><![CDATA[php programming language]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[world wide web]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=1077</guid>
		<description><![CDATA[Are you a non-technical small business owner thinking of building your own website? Maybe an experienced do-it-yourself-er who wants to make sure they know what&#8217;s involved in creating a website and all the different things to consider before you dive in head first? Would a checklist help? I often meet people who know that building [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><a href="http://wpmodder.com/wp-content/uploads/2010/11/build-website-checklist.jpg"><img class="alignright size-thumbnail wp-image-1094" title="build-website-checklist" src="http://wpmodder.com/wp-content/uploads/2010/11/build-website-checklist-150x150.jpg" alt="How to Build a Website with WordPress" width="150" height="150" /></a>Are you a non-technical small business owner thinking of <a title="Learn to build a professional website with WordPress" href="http://learn.wpprobusiness.com/" target="_blank">building your own website</a>? Maybe an experienced do-it-yourself-er who wants to make sure they know what&#8217;s involved in creating a website and all the different things to consider before you dive in head first? Would a checklist help?</p>
<p>I often meet people who know that building their own website is possible with WordPress, but aren&#8217;t quite sure just how to get started. Other times, it&#8217;s the exact opposite. They can be in such a hurry to get up and running that they miss critical steps during their planning that can cause problems down the road.<span id="more-1077"></span></p>
<h3>Why do you want a website?</h3>
<blockquote><p>To blog? Promote your brick and mortar store? An online business? Keep a digital record of your kids while they grow? Promote your <a title="WordPress Consulting and Development Services" href="http://adamwwarner.com/" target="_blank">consulting services</a>? Run an e-Commerce store? Create a social community around a particular subject?</p></blockquote>
<h3>Why do you need a website?</h3>
<blockquote><p>Having a website used to be a choice for businesses or individuals wanting to promote themselves or their products. If you&#8217;re a legitimate business or professional in your field, having a website is now the standard.</p>
<p>It&#8217;s no longer a choice. It&#8217;s your digital business card, but it&#8217;s also a very <a title="Your website is a golden marketing opportunity" href="http://www.inc.com/online-marketing" target="_blank">powerful marketing tool</a>, especially when you build in social media marketing and search engine optimization within your content.</p></blockquote>
<h3>Who is your audience?</h3>
<blockquote><p>This is different for every individual and it depends on the subject matter of your content, but please remember that your <a title="Know your website audience" href="http://technology.inc.com/internet/articles/200004/18927.html" target="_blank">audience</a> is comprised of your past, current, and future customers. Even if you&#8217;re blogging about Grandma Ethel&#8217;s giant black hairy back mole, you will have regular readers and new visitors who expect you to meet their needs with your content.</p>
<p>The point is this. Pick and niche and be the best. Don&#8217;t try to be an &#8220;all-in-one&#8221; with varied subject matter. It doesn&#8217;t work.</p></blockquote>
<h3>What is the main purpose of your website?</h3>
<blockquote><p>To entertain? Inform? Get leads? Have a goal. Know where you want your visitor to end up before they leave your site.</p>
<p>Maybe you want to sell a product, get an email address, or get freelance work. Pick the <a title="Identify an end goal, then guide your users to it" href="http://www.google.com/analytics/" target="_blank">end goal</a> for your visitors first. That will become the purpose of your site and then you can build your navigation and content around that purpose.</p></blockquote>
<h3>What software should I use to build it?</h3>
<blockquote><p><a title="Download WordPress" href="http://wordpress.org" target="_blank">WordPress</a> of course. Duh. <img src='http://wpmodder.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p></blockquote>
<h3>What domain name should I buy and where should I buy it?</h3>
<blockquote><p>Get a .com name, unless you&#8217;re an organization, then get a .org name. Keep it as short and memorable as possible. You could also get a .net name, but I would stay away from others. Of course that&#8217;s just my opinion and you know what they say about opinions.</p>
<p>Remember that it doesn&#8217;t necessarily have to match your business or organization name. For instance, a solar panel company named Bob&#8217;s Solar Panels might choose a domain like solarpanelpro.com instead of bobssolarpanels.com.</p></blockquote>
<h3>What security measures can I take before and after installing WordPress?</h3>
<blockquote>
<ul>
<li>Use a great host with fast and knowledgeable support. There are many available but <a title="Recommended WordPress Hosting" href="http://affiliates.synhosting.com/jrox.php?id=1019_1_tlid_8_webmodlist" target="_blank">Synhosting.com</a> is my preference and I use them for myself and my clients. Yes, that&#8217;s an affiliate link because I know they provide superior support. <strong>That&#8217;s important to me</strong>.</li>
<li>Use <strong>STRONG</strong> naming techniques when creating your database names and users.</li>
<li>Change the default database prefix when installing WordPress, and make it <strong>STRONG</strong>.</li>
<li>Do not use the default &#8220;admin&#8221; username. Use a <strong>STRONG</strong> username and password for your admin account.</li>
<li>Install and configure great security plugins for WordPress. (article coming soon)</li>
</ul>
</blockquote>
<h3>What three things should every website home page have?</h3>
<blockquote><p>Take this advice from <a title="Rachel Baker" href="http://www.rachelbaker.me/your-website-home-introduction/" target="_blank">Rachel Baker</a>. Simple and effective but you&#8217;d be surprised how many people miss these three simple rules on the main page of their sites.</p>
<ol>
<li><strong>Tell me who you are</strong> – This is where you communicate your type of business (bank, law firm, non-profit, etc)</li>
<li><strong>Tell me why you are special </strong> – Now why should I care?  What separates you from the other banks/law firms/non-profits?</li>
<li><strong>Call to action</strong> – Do you want me to purchase your  product, subscribe to your newsletter, hire your services?  This should  be obvious and easy for your visitors to do.</li>
<li><strong>Let me contact you easily</strong> – I added this one. Do you want my contact or not? Don&#8217;t make me search through layers of navigation to get your contact details.</li>
</ol>
</blockquote>
<h3>Above all else, remember &#8220;The Seven P&#8217;s of Life&#8221;</h3>
<blockquote><p>Proper Prior Planning Prevents Piss Poor Performance.</p></blockquote>
<p>If you&#8217;ve found this list useful, please share it with others on your preferred social platform. You can also <a title="Get new WordPress tutorials delivered" href="http://feedburner.google.com/fb/a/mailverify?uri=wordpressmodder&amp;amp;loc=en_US">subscribe</a> to my new articles, or even learn WordPress on the go with your mobile device (details below).</p>
<div style="margin: 0 0 10px 0; padding: 4px; width: 595px; border: 3px solid #e6e6e6;">
<p><h1>Just Getting Started with WordPress?</h1></p>
<p>Watch my <a href="http://wpprobusiness.com/learn-website-building-wordpress-2/"><strong>free</strong></a> video series, <a href="http://wpprobusiness.com/learn-website-building-wordpress-2/">Setup for Success</a>. Learn to setup your WordPress website in a way that insures the success of your personal or business website.</p>
<p><h3>How to:</h3>
<ul>
<li>Properly plan for <em>your</em> type of site</li>
<li>Search and purchase a domain</li>
<li>Research and purchase website hosting</li>
<li>Create a database with cPanel</li>
<li>Install WordPress manually</li>
</ul>
<a href="http://wpprobusiness.com/learn-website-building-wordpress-2/">Get started now!</a>
</p></div>
<div style="margin: 0 0 10px 0; padding: 4px; width: 595px; border: 2px dashed #990000;">
<p><h1>Want to learn WordPress on the go?</h1></p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" style="border: 0pt none;" src="../wp-content/uploads/2010/09/app-icon-trans2-image-from-itunes.png" border="0" alt="The WP Modder App provides you with WordPress plugin and WordPress theme reviews to help you make informed decisions when building your WordPress websites, either for yourself or your clients." width="125" height="124" /></a><a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><em>Download the WP Modder App</em> now!</a></p>

<p>Learn more about WordPress anywhere with the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank">WP Modder App</a> for <em>iPhone</em>, <em>iPod Touch</em>, and <em>iPad</em>. You'll have access to all of my past and future written and video tutorials as well as reviews of the latest plugins and themes, all from the comfort of your mobile device!</p> <p>How many times have you have you wished you could run through a WordPress tutorial while in the bathroom? C'mon, you know you <a href="http://www.facebook.com/pages/WordPress-Modder-Customizing-WordPress-just-got-easier/10093119109">Facebook</a> in there anyway. Why not learn something while you're at it? It's the ultimate in time management. But seriously...</p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" src="../wp-content/uploads/2010/10/home-appstore.png" alt="" width="142" height="50" /></a>You'll also gain the ability to gain access to free image and link promotion back to your own WordPress powered site! See <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">more details</a> and get the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">WP Modder App</a> now.</p>

</div>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/why-wordpress-is-the-best-content-management-system-1052.html" rel="bookmark" title="Permanent Link: Ode to WordPress &#8211; A Personal Retrospective">Ode to WordPress &#8211; A Personal Retrospective</a></li><li><a href="http://wpmodder.com/create-business-website-blog-wordpress-1143.html" rel="bookmark" title="Permanent Link: Setup WordPress for Blogging or Business (Free Course)">Setup WordPress for Blogging or Business (Free Course)</a></li><li><a href="http://wpmodder.com/should-you-add-a-store-to-your-wordpress-powered-website-42.html" rel="bookmark" title="Permanent Link: Add an Amazon Associates Store To Your WordPress Powered Website">Add an Amazon Associates Store To Your WordPress Powered Website</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="WordPress Website Checklist" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-1077"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/tutorial-build-wordpress-website-1077.html/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>Helping a New User to Understand WordPress</title>
		<link>http://wpmodder.com/helping-a-new-user-to-understand-wordpress-1078.html</link>
		<comments>http://wpmodder.com/helping-a-new-user-to-understand-wordpress-1078.html#comments</comments>
		<pubDate>Thu, 18 Nov 2010 20:49:19 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[WordPress Tutorials]]></category>
		<category><![CDATA[blog software]]></category>
		<category><![CDATA[cascading style sheets]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[content management systems]]></category>
		<category><![CDATA[fav]]></category>
		<category><![CDATA[html editor]]></category>
		<category><![CDATA[microsoft word]]></category>
		<category><![CDATA[new user]]></category>
		<category><![CDATA[php programming language]]></category>
		<category><![CDATA[questions]]></category>
		<category><![CDATA[real questions]]></category>
		<category><![CDATA[robogallery]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[specific]]></category>
		<category><![CDATA[users]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[windows sidebar]]></category>
		<category><![CDATA[word]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress tutorial]]></category>
		<category><![CDATA[world wide web]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=1078</guid>
		<description><![CDATA[As a WordPress tutorial writer I try my best to look at the software from a new user&#8217;s perspective. Sometimes it&#8217;s difficult to remember all the little details I&#8217;ve learned about using the platform through the years and that I now take for granted as &#8220;second nature knowledge&#8221;. I received a series of questions the [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><div id="attachment_1091" class="wp-caption alignright" style="width: 160px"><a href="http://wpmodder.com/wp-content/uploads/2010/11/IMG_0238.jpg"><img class="size-thumbnail wp-image-1091" title="WordPress Learning Basics" src="http://wpmodder.com/wp-content/uploads/2010/11/IMG_0238-e1290113815330-150x150.jpg" alt="WordPress Learning Basics" width="150" height="150" /></a><p class="wp-caption-text">New User</p></div>
<p>As a WordPress <a title="Learn WordPress Tutorials" href="http://wpmodder.com/category/wordpress-tutorials/" target="_self">tutorial</a> writer I try my best to look at the software from a new user&#8217;s perspective. Sometimes it&#8217;s difficult to remember all the little details I&#8217;ve learned about using the platform through the years and that I now take for granted as &#8220;second nature knowledge&#8221;.</p>
<p>I received a series of questions the other day from someone building their first WordPress site. I wanted to share them with you because I think they serve as great examples of the kinds of issues a new WordPress user can run into and also because you might benefit from my answers.<span id="more-1078"></span></p>
<p><strong>If you have you&#8217;re own advice to add regarding any of these questions, please share your knowledge in the comment section.</strong></p>
<h2>Problem:</h2>
<blockquote><p>When I type in word or in the admin page itself, what is shown differs from what the actual is once posted. This causes spacing, indenting and wrapping that is not appealing on the end product.</p></blockquote>
<p>This is intended behavior. The size of the content area you have available on the frontend is applied directly from whatever theme you have installed. Different themes have diff. content widths, some may be 550px wide, others may be 640px wide. Your content will expand to fit whatever content width your theme has.</p>
<p><strong>Solution One</strong>: Use the &#8220;Preview&#8221; button when writing your posts. This will open a new tab in your browser showing you a preview of your post. This is an easy way to judge how your text will wrap in the content area of your theme.</p>
<p><strong>Solution Two</strong>: In this latest version of WP, they introduced the ability to apply CSS styles to the editor itself. This is handy in your situation because you can make the width of the editor MATCH the width of your theme&#8230;.this way the formatting you see when editing should match when published. See the two links below (one by me back in June)</p>
<p><a title="WordPress Visual Editor Syles" href="http://wpmodder.com/why-your-visual-editor-width-is-different-in-wordpress-3-0-838.html" target="_blank">http://wpmodder.com/why-your-visual-editor-width-is-different-in-wordpress-3-0-838.html</a></p>
<p><a title="Match WordPress Editor to Theme Styles" href="http://www.jleuze.com/add-a-themes-css-style-to-the-visual-editor/" target="_blank">http://www.jleuze.com/add-a-themes-css-style-to-the-visual-editor/</a></p>
<h2>Question:</h2>
<blockquote><p>How do you get text “not” to wrap, post as created or expand space within a page to allow for fit?</p></blockquote>
<p>See above for matching text formatting. Auto expanding the editor or theme to fit your content isn&#8217;t possible if I understand your question, however, you might consider looking into how to create a &#8220;full width&#8221; page template for the theme you&#8217;re using (or it might already have one). This uses the full width of your page for content on a per page basis. It essentially removes the sidebar on specified pages. See examples here:</p>
<p>(<strong>with normal content/sidebar</strong>) <a title="Content - Sidebar Layout Example" href="http://adamwwarner.com/tutorials/how-to-put-your-wordpress-site-into-maintenance-mode-and-why-you-would-want-to" target="_blank">http://adamwwarner.com/tutorials/how-to-put-your-wordpress-site-into-maintenance-mode-and-why-you-would-want-to</a></p>
<p>(<strong>with &#8220;full width&#8221; applied = no sidebar</strong>) <a title="Full Width Page Layout Example" href="http://adamwwarner.com/learning-center/wordpress-building-website-courses" target="_blank">http://adamwwarner.com/learning-center/wordpress-building-website-courses</a></p>
<h2>Problem:</h2>
<blockquote><p>The content within the pages need help with presentation.  To make more attractive, I used tables in word to apply different colors and boxes before cutting and pasting.  The end product however does not appear in my post.</p></blockquote>
<p><span style="color: #ff0000;">Do not use Word to apply any styling, period.</span> In fact, to make your life easier in web publishing, I urge you to strongly consider changing your workflow to exclude Word. In short, Word is a word processor for creating documents, not for creating HTML for use on the web (although it claims to have this ability). The problem your seeing is that Word adds all kinds of styling code that is specific to the Word software program and NOT valid HTML. When you plop that into an HTML editor (as the WP visual editor is), those Word-specific styles get ignored and you get what you&#8217;re seeing now.</p>
<p><strong>Some solutions:</strong></p>
<p>1. In the WP editor visual mode, look for a button that has a yellow folder and blue W (Word icon). This allows you to paste text from a Word doc and WP will attempt to remove all Word-specific coding.</p>
<p>2. Paste your Word text into a plain text editor first, then into WP editor (this removes the offending Word-specific code).</p>
<p>3. Write your content directly in WP instead, or use a plain text editor to write content and then apply your styling later in WP</p>
<h2>Question:</h2>
<blockquote><p>Are there tricks for creating boxes and color backgrounds within a pre-made template to allow for better content presentation?</p></blockquote>
<p>Yes there are. If you know a little HTML you can surrounding anything with a colored box. If you don&#8217;t know the HTML to do this, there is at least one plugin I know of that can help named Utility Shortcodes: <a title="Colored Boxes Around Text Content" href="http://demo.pippinspages.com/wp-utility-shortcodes/" target="_blank">http://demo.pippinspages.com/wp-utility-shortcodes/</a></p>
<p>You could also create tables (in HTML not in Word) either by hand or with the help of a plugin. You would still need to know some HTML and CSS to style them with BG colors, etc. You can see an example of my use of a table on a full width page here:</p>
<p><a title="Example of Content Layout with Table in WordPress" href="http://adamwwarner.com/learning-center/wordpress-building-website-courses" target="_blank">http://adamwwarner.com/learning-center/wordpress-building-website-courses</a></p>
<h2>Problem:</h2>
<blockquote><p>When looking at my website, there are two home pages at the top menu however in the Dashboard, there is only one.</p></blockquote>
<p>It look like you have either your WP page settings wrong or the theme is automatically inserting an extra &#8220;home&#8221; tab that needs to be removed. If you give me login info I can check on this&#8230;should be an easy and quick fix.</p>
<h2>Question:</h2>
<blockquote><p>How do I remove a duplicate page in a pre-created template?</p></blockquote>
<p>Not 100% sure what you mean&#8230;.</p>
<h2>Problem:</h2>
<blockquote><p>I would like to add a sidebar of industry related feeds and linked in blog discussions within my site but do not know how to accomplish this.</p></blockquote>
<p>You would add the RSS feed of whatever sites you want to the RSS widget. That said, I just checked Linkedin discussion quickly and don&#8217;t see that they provide RSS feeds&#8230;.maybe there&#8217;s a plugin for this or some other hack to get Linkedin discussions feeds. Would need more research.</p>
<h2>Question:</h2>
<blockquote><p>How do I create the sidebar and insert the feeds?</p></blockquote>
<p>In the backend Appearance&#8211;&gt;Widgets&#8211;&gt;RSS</p>
<h2>Question:</h2>
<blockquote><p>Can you pull over discussions from other blogs within linked in which requires a password for accessing? (These are currently coming to my email)</p></blockquote>
<p>Not sure about this one&#8230;</p>
<h2>Problem:</h2>
<blockquote><p>Being a beginner, I have very little knowledge of how to use tags, etc for SEO and would like to pull customers to my site. My template however does provide for a plugin.</p></blockquote>
<p>We should talk further in person, it&#8217;s too big of a subject to cover here. There are some fundamental &#8220;best practices&#8221; to always start with though.</p>
<h2>Question:</h2>
<blockquote><p>What tips can be provided to maximize SEO along with instructions for establishing within my site.</p></blockquote>
<p>Again, huge subject, more later&#8230;.</p>
<p><em><strong>Sidenote: That image above is my baby girl:)</strong></em></p>
<div style="margin: 0 0 10px 0; padding: 4px; width: 595px; border: 3px solid #e6e6e6;">
<p><h1>Just Getting Started with WordPress?</h1></p>
<p>Watch my <a href="http://wpprobusiness.com/learn-website-building-wordpress-2/"><strong>free</strong></a> video series, <a href="http://wpprobusiness.com/learn-website-building-wordpress-2/">Setup for Success</a>. Learn to setup your WordPress website in a way that insures the success of your personal or business website.</p>
<p><h3>How to:</h3>
<ul>
<li>Properly plan for <em>your</em> type of site</li>
<li>Search and purchase a domain</li>
<li>Research and purchase website hosting</li>
<li>Create a database with cPanel</li>
<li>Install WordPress manually</li>
</ul>
<a href="http://wpprobusiness.com/learn-website-building-wordpress-2/">Get started now!</a>
</p></div>
<div style="margin: 0 0 10px 0; padding: 4px; width: 595px; border: 2px dashed #990000;">
<p><h1>Want to learn WordPress on the go?</h1></p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" style="border: 0pt none;" src="../wp-content/uploads/2010/09/app-icon-trans2-image-from-itunes.png" border="0" alt="The WP Modder App provides you with WordPress plugin and WordPress theme reviews to help you make informed decisions when building your WordPress websites, either for yourself or your clients." width="125" height="124" /></a><a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><em>Download the WP Modder App</em> now!</a></p>

<p>Learn more about WordPress anywhere with the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank">WP Modder App</a> for <em>iPhone</em>, <em>iPod Touch</em>, and <em>iPad</em>. You'll have access to all of my past and future written and video tutorials as well as reviews of the latest plugins and themes, all from the comfort of your mobile device!</p> <p>How many times have you have you wished you could run through a WordPress tutorial while in the bathroom? C'mon, you know you <a href="http://www.facebook.com/pages/WordPress-Modder-Customizing-WordPress-just-got-easier/10093119109">Facebook</a> in there anyway. Why not learn something while you're at it? It's the ultimate in time management. But seriously...</p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" src="../wp-content/uploads/2010/10/home-appstore.png" alt="" width="142" height="50" /></a>You'll also gain the ability to gain access to free image and link promotion back to your own WordPress powered site! See <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">more details</a> and get the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">WP Modder App</a> now.</p>

</div>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/what-will-make-wordpress-easier-for-you-124.html" rel="bookmark" title="Permanent Link: What Will Make WordPress Easier For You?">What Will Make WordPress Easier For You?</a></li><li><a href="http://wpmodder.com/get-free-wordpress-multisite-plugins-1093.html" rel="bookmark" title="Permanent Link: Giveaway of Free WordPress Multisite Plugins">Giveaway of Free WordPress Multisite Plugins</a></li><li><a href="http://wpmodder.com/how-to-know-what-your-readers-want-from-you-117.html" rel="bookmark" title="Permanent Link: How to Know What Your Readers Want from You">How to Know What Your Readers Want from You</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="Helping a New User to Understand WordPress" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-1078"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/helping-a-new-user-to-understand-wordpress-1078.html/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>How the WordPress Trash Feature Saved the Day</title>
		<link>http://wpmodder.com/how-the-wordpress-trash-feature-saved-the-day-1048.html</link>
		<comments>http://wpmodder.com/how-the-wordpress-trash-feature-saved-the-day-1048.html#comments</comments>
		<pubDate>Fri, 12 Nov 2010 19:41:38 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[WordPress Tutorials]]></category>
		<category><![CDATA[blog software]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[content management systems]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[empty trash]]></category>
		<category><![CDATA[feature]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[html element]]></category>
		<category><![CDATA[php programming language]]></category>
		<category><![CDATA[recycle bin]]></category>
		<category><![CDATA[trash]]></category>
		<category><![CDATA[trash bins]]></category>
		<category><![CDATA[used trash]]></category>
		<category><![CDATA[using]]></category>
		<category><![CDATA[waste container]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress tutorial]]></category>
		<category><![CDATA[world wide web]]></category>
		<category><![CDATA[your site]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=1048</guid>
		<description><![CDATA[In my last WordPress tutorial I explained Page Attributes and how to use them. That tutorial was prompted by a client who&#8217;s page navigation was horked. They had set several parent and child pages incorrectly and I was able to see that and get them fixed quickly. However, the navigation menu was still messed up. [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>In my <a title="WordPress Tutorial - Parent and Child Pages" href="http://wpmodder.com/wordpress-page-attributes-and-how-to-use-them-1049.html" target="_blank">last WordPress tutorial</a> I explained Page Attributes and how to use them. That tutorial was prompted by a client who&#8217;s page navigation was horked. They had set several parent and child pages incorrectly and I was able to see that and get them fixed quickly.</p>
<p>However, the navigation menu was still messed up.</p>
<p>It was almost as if there was still a page with wrong attributes set incorrectly. I was seeing several menu items that had the child attribute, but were still&#8230;well&#8230;funky looking in their positioning. I checked, double checked, and triple checked. Finally, after much head scratching and several emails back and forth to the client I discovered the problem.<span id="more-1048"></span>They had inadvertently deleted a Parent level page. This was supposed to be in the main level navigation menu and because it was gone, the Child page positioning was broken. Luckily for me (and my client) WordPress has a built-in <a title="WordPress Tutorial Move to Trash" href="http://codex.wordpress.org/Trash_status" target="_blank"><em>Move to Trash</em></a> feature. Before this was added in version 2.9, when you deleted a page or post it was gone forever. WordPress still allows you to delete pages and posts but instead of being gone forever, their held in a virtual recycle bin within your WordPress installation.</p>
<p>The <em>Move to Trash</em> link while in edit mode appears in the Publish box.</p>
<div id="attachment_1074" class="wp-caption aligncenter" style="width: 321px"><a href="http://wpmodder.com/wp-content/uploads/2010/11/Screen-shot-2010-11-15-at-12.20.27-PM.png"><img class="size-full wp-image-1074" title="WordPress Tutorial - Move to Trash Feature" src="http://wpmodder.com/wp-content/uploads/2010/11/Screen-shot-2010-11-15-at-12.20.27-PM.png" alt="WordPress Tutorial - Move to Trash Feature" width="311" height="222" /></a><p class="wp-caption-text">Move to Trash</p></div>
<p>A list of trashed posts.</p>
<div id="attachment_1075" class="wp-caption aligncenter" style="width: 650px"><a href="http://wpmodder.com/wp-content/uploads/2010/11/Screen-shot-2010-11-15-at-12.25.45-PM.png"><img class="size-medium wp-image-1075" title="WordPress tutorial about trashed posts" src="http://wpmodder.com/wp-content/uploads/2010/11/Screen-shot-2010-11-15-at-12.25.45-PM-640x243.png" alt="WordPress tutorial about trashed posts" width="640" height="243" /></a><p class="wp-caption-text">Post in Trash</p></div>
<p>Notice the <em>Empty Trash</em> button in the screenshot above.</p>
<p>When you really want something gone from your WordPress website, use this button in your lists of trashed posts and pages.</p>
<p>I hope you enjoyed this <em>WordPress</em> <a title="Even more WordPress tutorials!" href="../category/wordpress-tutorials/" target="_self">tutorial</a>, and if you found it helpful please share it with your friends and colleagues on your preferred social network. I sure would appreciate it!</p>
<p><div style="margin: 0 0 10px 0; padding: 4px; width: 595px; border: 3px solid #e6e6e6;">
<p><h1>Just Getting Started with WordPress?</h1></p>
<p>Watch my <a href="http://wpprobusiness.com/learn-website-building-wordpress-2/"><strong>free</strong></a> video series, <a href="http://wpprobusiness.com/learn-website-building-wordpress-2/">Setup for Success</a>. Learn to setup your WordPress website in a way that insures the success of your personal or business website.</p>
<p><h3>How to:</h3>
<ul>
<li>Properly plan for <em>your</em> type of site</li>
<li>Search and purchase a domain</li>
<li>Research and purchase website hosting</li>
<li>Create a database with cPanel</li>
<li>Install WordPress manually</li>
</ul>
<a href="http://wpprobusiness.com/learn-website-building-wordpress-2/">Get started now!</a>
</p></div><br />
<div style="margin: 0 0 10px 0; padding: 4px; width: 595px; border: 2px dashed #990000;">
<p><h1>Want to learn WordPress on the go?</h1></p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" style="border: 0pt none;" src="../wp-content/uploads/2010/09/app-icon-trans2-image-from-itunes.png" border="0" alt="The WP Modder App provides you with WordPress plugin and WordPress theme reviews to help you make informed decisions when building your WordPress websites, either for yourself or your clients." width="125" height="124" /></a><a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><em>Download the WP Modder App</em> now!</a></p>

<p>Learn more about WordPress anywhere with the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank">WP Modder App</a> for <em>iPhone</em>, <em>iPod Touch</em>, and <em>iPad</em>. You'll have access to all of my past and future written and video tutorials as well as reviews of the latest plugins and themes, all from the comfort of your mobile device!</p> <p>How many times have you have you wished you could run through a WordPress tutorial while in the bathroom? C'mon, you know you <a href="http://www.facebook.com/pages/WordPress-Modder-Customizing-WordPress-just-got-easier/10093119109">Facebook</a> in there anyway. Why not learn something while you're at it? It's the ultimate in time management. But seriously...</p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" src="../wp-content/uploads/2010/10/home-appstore.png" alt="" width="142" height="50" /></a>You'll also gain the ability to gain access to free image and link promotion back to your own WordPress powered site! See <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">more details</a> and get the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">WP Modder App</a> now.</p>

</div></p>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/video-producer-double-feature-wordpress-theme-series-release-158.html" rel="bookmark" title="Permanent Link: Video Producer &quot;Double Feature&quot; WordPress Theme Series Release">Video Producer &quot;Double Feature&quot; WordPress Theme Series Release</a></li><li><a href="http://wpmodder.com/how-to-post-to-your-wordpress-site-directly-from-yahoo-mail-570.html" rel="bookmark" title="Permanent Link: How to Post to your WordPress Site Directly from Yahoo! Mail">How to Post to your WordPress Site Directly from Yahoo! Mail</a></li><li><a href="http://wpmodder.com/speeding-up-your-wordpress-site-by-limiting-the-number-of-post-and-page-revisions-942.html" rel="bookmark" title="Permanent Link: Speeding up Your WordPress Site by Limiting the Number of Post and Page Revisions">Speeding up Your WordPress Site by Limiting the Number of Post and Page Revisions</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="How the WordPress Trash Feature Saved the Day" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-1048"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/how-the-wordpress-trash-feature-saved-the-day-1048.html/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPress Page Attributes and How to Use Them</title>
		<link>http://wpmodder.com/wordpress-page-attributes-and-how-to-use-them-1049.html</link>
		<comments>http://wpmodder.com/wordpress-page-attributes-and-how-to-use-them-1049.html#comments</comments>
		<pubDate>Thu, 04 Nov 2010 15:00:00 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[WordPress Tutorials]]></category>
		<category><![CDATA[attributes]]></category>
		<category><![CDATA[blog software]]></category>
		<category><![CDATA[cascading style sheets]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[fav]]></category>
		<category><![CDATA[how do you]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[html element]]></category>
		<category><![CDATA[new page]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[page attributes]]></category>
		<category><![CDATA[page layout]]></category>
		<category><![CDATA[page template]]></category>
		<category><![CDATA[paging]]></category>
		<category><![CDATA[parent page]]></category>
		<category><![CDATA[sets]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[templates]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[widths]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress tutorial]]></category>
		<category><![CDATA[world wide web]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=1049</guid>
		<description><![CDATA[Page Attributes in WordPress In all my years working with WordPress I&#8217;ve seldom uttered that phrase above but the other day I had to explain how to set them for WordPress, and also explain what they were, where they were, and why you would want to set them a certain way for individual pages. I&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><h2>Page Attributes in WordPress</h2>
<p>In all my years working with <em><a href="http://wordpress.org">WordPress</a></em> I&#8217;ve seldom uttered that phrase above but the other day I had to explain how to set them for WordPress, and also explain what they were, where they were, and why you would want to set them a certain way for individual pages.</p>
<p>I&#8217;ve never had to verbalize this to anyone before and after thinking about it, I don&#8217;t recall ever seeing a simple and <a title="clear tutorial" href="http://adamwwarner.com/learning-center/wordpress-building-website-courses">clear tutorial</a> about the usage of WordPress Page Attributes. So here goes&#8230;<span id="more-1049"></span></p>
<h2>What are they?</h2>
<p><em>Page Attributes</em> are settings that are applied to individual pages in your <em>WordPress</em> backend.</p>
<h2>Where do I find them?</h2>
<p>You will find these settings in a meta box<em> </em> in your <em>WordPress</em> backend when you create a new page or when you are editing an existing one. This box is usually directly underneath the <em>Publish</em> meta box.</p>
<div id="attachment_1060" class="wp-caption aligncenter" style="width: 325px"><a href="http://wpmodder.com/wp-content/uploads/2010/11/Screen-shot-2010-11-03-at-3.27.49-PM.png"><img class="size-full wp-image-1060" title="WordPress Page Attributes" src="http://wpmodder.com/wp-content/uploads/2010/11/Screen-shot-2010-11-03-at-3.27.49-PM.png" alt="WordPress Page Attributes" width="315" height="253" /></a><p class="wp-caption-text">Page Attributes Settings</p></div>
<h2>What do the options do?</h2>
<p>You&#8217;ll see three options in the <em><a title="Page Attributes" href="http://codex.wordpress.org/Writing_Posts">Page Attributes</a></em> meta box. <strong>Parent</strong>, <strong>Template</strong>, and <strong>Order</strong>. Let&#8217;s break it down by individual option.</p>
<h3><span style="text-decoration: underline;">Parent</span></h3>
<p>This option is directly related to the meaning of the terms <em>Parent</em> and <em>Child</em> as they relate to <em>WordPress</em>. These terms refer to the hierarchy (order) of the pages on your site. You could also use the terms <em>Main</em> and <em>Sub</em>, but I would recommend trying to learn the terminology used by <em>WordPress</em> <a title="developers" href="http://radiok.info/">developers</a> and power users. It will help to create clearer communication when you&#8217;re <a title="writing" href="http://codex.wordpress.org/Writing_a_Plugin">writing</a> your own code or <a title="reading forums" href="http://wordpress.org/support/">reading forums</a> in the future.</p>
<div id="attachment_1062" class="wp-caption aligncenter" style="width: 324px"><a href="http://wpmodder.com/wp-content/uploads/2010/11/Screen-shot-2010-11-04-at-8.13.46-AM.png"><img class="size-full wp-image-1062" title="Choosing a Parent Page in WordPress" src="http://wpmodder.com/wp-content/uploads/2010/11/Screen-shot-2010-11-04-at-8.13.46-AM.png" alt="Choosing a Parent Page in WordPress" width="314" height="258" /></a><p class="wp-caption-text">Choose a Parent Page</p></div>
<p>It allows you to choose a page that will be the <em>Parent</em> page of the one you are currently creating or editing. If you choose nothing here, it will remain a <em>Parent</em> page (or <em>Main</em>). If you do choose a <em>Parent</em> from this dropdown, the page you are editing becomes a <em>Child</em> of the page you&#8217;ve chosen.</p>
<blockquote><p>Something of note: When you expand the dropdown, you will see a list of all the published pages on your site. You will not see the ones in Draft mode.</p></blockquote>
<p>Let&#8217;s look at an example. In the image below, you can see that I have six pages in the navigation menu. These are all <em>Parents</em>&#8230;their <strong>Parent</strong> attribute is set to (no parent).</p>
<div id="attachment_1061" class="wp-caption aligncenter" style="width: 650px"><a href="http://wpmodder.com/wp-content/uploads/2010/11/Screen-shot-2010-11-04-at-8.37.35-AM.png"><img class="size-full wp-image-1061" title="WordPress Parent Pages in Navigation Menu" src="http://wpmodder.com/wp-content/uploads/2010/11/Screen-shot-2010-11-04-at-8.37.35-AM.png" alt="WordPress Parent Pages in Navigation Menu" width="640" height="479" /></a><p class="wp-caption-text">Parent Pages in Navigation Menu</p></div>
<p>There are four pages above that are related to the <em>About</em> page, so I would like to put those underneath the <em>About</em> page and create a dropdown menu. What I need to do is to go to each of these four and set their <em>Parent</em> page in the <em>Page Attributes</em> box.</p>
<p>Let&#8217;s start with <em>Company History</em>. I am going to specify that I want it&#8217;s <em>Parent</em> to be <em>About</em> so I choose About from the <strong>Parent</strong> menu.</p>
<div id="attachment_1063" class="wp-caption aligncenter" style="width: 321px"><a href="http://wpmodder.com/wp-content/uploads/2010/11/Screen-shot-2010-11-04-at-8.49.37-AM.png"><img class="size-full wp-image-1063" title="Setting the Parent page in WordPress" src="http://wpmodder.com/wp-content/uploads/2010/11/Screen-shot-2010-11-04-at-8.49.37-AM.png" alt="Setting the Parent page in WordPress" width="311" height="262" /></a><p class="wp-caption-text">Setting the Parent Page</p></div>
<p>I&#8217;ve saved it and you can see how that set <em>Company History</em> as the <em>Child</em> of  <em>About</em> and at the same time created a dropdown menu.</p>
<div id="attachment_1064" class="wp-caption aligncenter" style="width: 650px"><a href="http://wpmodder.com/wp-content/uploads/2010/11/Screen-shot-2010-11-04-at-8.54.05-AM.png"><img class="size-full wp-image-1064" title="WordPress Navigation Parent and Child Pages" src="http://wpmodder.com/wp-content/uploads/2010/11/Screen-shot-2010-11-04-at-8.54.05-AM.png" alt="WordPress Navigation Parent and Child Pages" width="640" height="108" /></a><p class="wp-caption-text">About is Parent Page - Company History is Child Page of About</p></div>
<p>After setting the <strong>Parent</strong> attribute on the others, here&#8217;s my menu now.</p>
<div id="attachment_1065" class="wp-caption aligncenter" style="width: 650px"><a href="http://wpmodder.com/wp-content/uploads/2010/11/Screen-shot-2010-11-04-at-9.09.27-AM.png"><img class="size-full wp-image-1065" title="Multiple Child Pages in WordPress" src="http://wpmodder.com/wp-content/uploads/2010/11/Screen-shot-2010-11-04-at-9.09.27-AM.png" alt="Multiple Child Pages in WordPress" width="640" height="258" /></a><p class="wp-caption-text">Multiple Child Pages</p></div>
<p>Pretty cool huh? As you can see, the <strong>Parent</strong> option in the <em>Page Attributes</em> settings is a pretty powerful way to help you organize the navigation on <a title="your" href="http://adamwwarner.com/learning-center/wordpress-building-website-courses">your</a> <em>WordPress</em> site.</p>
<h3><span style="text-decoration: underline;">Template</span></h3>
<p>This option allows you to choose a specific <em>Page Template</em> to use on any page you&#8217;re editing. What is a <em>Template</em>? In short, it&#8217;s an extra file that can be included in your <em>WordPress</em> theme that changes the layout (or functionality) of whatever page it&#8217;s applied to.</p>
<p>Using <em>Contact Us</em> as an example, you can see that by default this has two columns. One for the main content and one for all of our sidebar content.</p>
<div id="attachment_1067" class="wp-caption aligncenter" style="width: 650px"><a href="http://wpmodder.com/wp-content/uploads/2010/11/demo-contact-page1.jpg"><img class="size-full wp-image-1067" title="A Two Column Page Layout in WordPress" src="http://wpmodder.com/wp-content/uploads/2010/11/demo-contact-page1.jpg" alt="A Two Column Page Layout in WordPress" width="640" height="630" /></a><p class="wp-caption-text">Two Column Page Layout</p></div>
<p>But what if we want to display our content across the entire width and remove the sidebar? What if we only wanted to do this on a single page and no others on the site? If we have some<em> Templates</em> available in our theme, it&#8217;s no problem at all.</p>
<p>The <em>Twenty Ten</em> default theme in your <em>WordPress</em> installation just happens to include a <em> Template</em> that you can apply. This template is named <em>One column, no sidebar</em>.</p>
<div id="attachment_1066" class="wp-caption aligncenter" style="width: 318px"><a href="http://wpmodder.com/wp-content/uploads/2010/11/Screen-shot-2010-11-04-at-9.30.18-AM.png"><img class="size-full wp-image-1066" title="Choosing a Page Template in WordPress" src="http://wpmodder.com/wp-content/uploads/2010/11/Screen-shot-2010-11-04-at-9.30.18-AM.png" alt="Choosing a Page Template in WordPress" width="308" height="256" /></a><p class="wp-caption-text">Choosing a Page Template</p></div>
<p>I would have preferred a name like &#8220;Full Width&#8221; but you get the idea. So, here&#8217;s the same <em>Contact Us</em> page with the <em>One column, no sidebar</em> <em>Template</em> applied.</p>
<div id="attachment_1068" class="wp-caption aligncenter" style="width: 650px"><a href="http://wpmodder.com/wp-content/uploads/2010/11/demo-contact-page2.png"><img class="size-full wp-image-1068" title="Full Width One Column Page Template in WordPress" src="http://wpmodder.com/wp-content/uploads/2010/11/demo-contact-page2.png" alt="Full Width One Column Page Template in WordPress" width="640" height="393" /></a><p class="wp-caption-text">One Column Page Template Applied</p></div>
<p>Savvy readers may notice that this one column doesn&#8217;t exactly stretch the full width. That&#8217;s a css styling issue. I&#8217;m guessing it was an oversight or a design decision by the creator of the <em>Twenty Ten</em> theme because the content width for the one-column style is still at 640px. This can be increased to something like 940px.</p>
<h3><span style="text-decoration: underline;">Order</span></h3>
<p>This option refers to the order in which the pages appear in your menu or any listing. This field accepts numbers and the higher the number you enter determines where a page is in relation to others on your site. For example, if it is set as zero (and all others have numbers like 1, 2, 3 etc.), the one that has zero will be listed first in your menus.</p>
<p>Ordering your pages like this is a bit of a throwback to older versions of <em>WordPress</em> though and today you can drag and drop them into any order you want when creating custom menus. You could also use a <em><a title="Page Order" href="http://wordpress.org/extend/plugins/my-page-order/">Page Order</a></em> plugin to order your pages visually.</p>
<p>I hope you enjoyed this <em>WordPress</em> <a title="Even more WordPress tutorials!" href="http://wpmodder.com/category/wordpress-tutorials/" target="_self">tutorial</a>, and if you found it helpful please share it with the world on your preferred social network. I sure would appreciate it!</p>
<div style="margin: 0 0 10px 0; padding: 4px; width: 595px; border: 3px solid #e6e6e6;">
<p><h1>Just Getting Started with WordPress?</h1></p>
<p>Watch my <a href="http://wpprobusiness.com/learn-website-building-wordpress-2/"><strong>free</strong></a> video series, <a href="http://wpprobusiness.com/learn-website-building-wordpress-2/">Setup for Success</a>. Learn to setup your WordPress website in a way that insures the success of your personal or business website.</p>
<p><h3>How to:</h3>
<ul>
<li>Properly plan for <em>your</em> type of site</li>
<li>Search and purchase a domain</li>
<li>Research and purchase website hosting</li>
<li>Create a database with cPanel</li>
<li>Install WordPress manually</li>
</ul>
<a href="http://wpprobusiness.com/learn-website-building-wordpress-2/">Get started now!</a>
</p></div>
<div style="margin: 0 0 10px 0; padding: 4px; width: 595px; border: 2px dashed #990000;">
<p><h1>Want to learn WordPress on the go?</h1></p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" style="border: 0pt none;" src="../wp-content/uploads/2010/09/app-icon-trans2-image-from-itunes.png" border="0" alt="The WP Modder App provides you with WordPress plugin and WordPress theme reviews to help you make informed decisions when building your WordPress websites, either for yourself or your clients." width="125" height="124" /></a><a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><em>Download the WP Modder App</em> now!</a></p>

<p>Learn more about WordPress anywhere with the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank">WP Modder App</a> for <em>iPhone</em>, <em>iPod Touch</em>, and <em>iPad</em>. You'll have access to all of my past and future written and video tutorials as well as reviews of the latest plugins and themes, all from the comfort of your mobile device!</p> <p>How many times have you have you wished you could run through a WordPress tutorial while in the bathroom? C'mon, you know you <a href="http://www.facebook.com/pages/WordPress-Modder-Customizing-WordPress-just-got-easier/10093119109">Facebook</a> in there anyway. Why not learn something while you're at it? It's the ultimate in time management. But seriously...</p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" src="../wp-content/uploads/2010/10/home-appstore.png" alt="" width="142" height="50" /></a>You'll also gain the ability to gain access to free image and link promotion back to your own WordPress powered site! See <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">more details</a> and get the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">WP Modder App</a> now.</p>

</div>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/how-the-wordpress-trash-feature-saved-the-day-1048.html" rel="bookmark" title="Permanent Link: How the WordPress Trash Feature Saved the Day">How the WordPress Trash Feature Saved the Day</a></li><li><a href="http://wpmodder.com/create-a-custom-database-connection-error-page-146.html" rel="bookmark" title="Permanent Link: Create a Custom Database Connection Error Page">Create a Custom Database Connection Error Page</a></li><li><a href="http://wpmodder.com/how-to-hide-pages-in-your-wordpress-navigation-menu-976.html" rel="bookmark" title="Permanent Link: How to Hide Pages in Your WordPress Navigation Menu">How to Hide Pages in Your WordPress Navigation Menu</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="WordPress Page Attributes and How to Use Them" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-1049"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/wordpress-page-attributes-and-how-to-use-them-1049.html/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>How to Create Your Own WordPress Shortcodes Using a Plugin</title>
		<link>http://wpmodder.com/how-to-create-your-own-wordpress-shortcodes-using-a-plugin-1017.html</link>
		<comments>http://wpmodder.com/how-to-create-your-own-wordpress-shortcodes-using-a-plugin-1017.html#comments</comments>
		<pubDate>Wed, 27 Oct 2010 14:00:00 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[Blogging Tools]]></category>
		<category><![CDATA[Extend Wordpress]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress Tutorials]]></category>
		<category><![CDATA[blog software]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[custom content]]></category>
		<category><![CDATA[fav]]></category>
		<category><![CDATA[html coding]]></category>
		<category><![CDATA[html editor]]></category>
		<category><![CDATA[html element]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[post snippets]]></category>
		<category><![CDATA[short code]]></category>
		<category><![CDATA[shortcodes]]></category>
		<category><![CDATA[snippet]]></category>
		<category><![CDATA[snippets]]></category>
		<category><![CDATA[source code]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress tutorial]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=1017</guid>
		<description><![CDATA[I recently wrote a couple other tutorials about WordPress Shortcodes, what they are and how to use them in Widgets. This WordPress tutorial will show you how to create your own Shortcodes. The traditional method of creating Shortcodes includes hand coding them inside your theme&#8217;s functions.php file. I&#8217;m going to show you an easier way [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>I recently wrote a couple other tutorials about <em>WordPress Shortcodes</em>, <a title="What are WordPress shortcodes and what are they used for?" href="http://adamwwarner.com/tutorials/what-are-shortcodes-in-wordpress-and-what-do-they-provide" target="_blank">what they are</a> and how to <a title="How do I use a WordPress shortcode in a widget?" href="http://wpmodder.com/how-to-use-wordpress-shortcodes-in-widgets-1015.html" target="_blank">use them in Widgets</a>. This WordPress tutorial will show you how to create your own Shortcodes. The traditional method of creating Shortcodes includes hand coding them inside your theme&#8217;s <em>functions.php </em>file.</p>
<p>I&#8217;m going to show you an easier way to create Shortcodes without the need to know how to write PHP code. We&#8217;ll accomplish this with the help of a plugin named<span id="more-1017"></span> <em><span id="more-1017"> </span><a title="POst Snippets Plugin WordPress Download" href="http://wordpress.org/extend/plugins/post-snippets/" target="_blank">Post Snippets</a></em>. In short, the <em>Post Snippets </em>plugin allows you to create content and then makes that content available to you in a Shortcode. You can then insert this Shortcode into your posts as needed. Here&#8217;s the description from the plugin author:</p>
<blockquote><p>This admin plugin stores snippets of HTML code or reoccurring text that  you often use in your posts. You can use predefined variables to replace  parts of the snippet on insert. All snippets are available in the post  editor with a TinyMCE button. The snippet can be inserted as defined, or  as a shortcode to keep flexibility for updating the snippet.</p></blockquote>
<p>After activating the plugin, you&#8217;ll find a new item named <em>Post Snippets </em>under the <em>Settings</em> tab in your WordPress backend.</p>
<div id="attachment_1032" class="wp-caption aligncenter" style="width: 187px"><a href="http://wpmodder.com/wp-content/uploads/2010/10/Screen-shot-2010-10-19-at-1.47.37-PM.png"><img class="size-full wp-image-1032" title="Post Snippets WordPress Plugin - How to Use it" src="http://wpmodder.com/wp-content/uploads/2010/10/Screen-shot-2010-10-19-at-1.47.37-PM.png" alt="How to use the WordPress post snippets plugin" width="177" height="252" /></a><p class="wp-caption-text">Post Snippets</p></div>
<p>Clicking on the <em>Post Snippets </em>link takes you to the snippets creation and management screen. You&#8217;ll also see some handy explanations and directions from the plugin author. A nice usability touch.</p>
<div id="attachment_1033" class="wp-caption aligncenter" style="width: 650px"><a href="http://wpmodder.com/wp-content/uploads/2010/10/Screen-shot-2010-10-19-at-1.51.24-PM.png"><img class="size-medium wp-image-1033" title="How to create and manage post snippets shortcodes for WordPress" src="http://wpmodder.com/wp-content/uploads/2010/10/Screen-shot-2010-10-19-at-1.51.24-PM-640x466.png" alt="How to create and manage post snippets shortcodes for WordPress" width="640" height="466" /></a><p class="wp-caption-text">Post Snippet Shortcode Creation and Management</p></div>
<p>To create your first Post Snippet (and resulting Shortcode) just click <em>Add New Snippet</em>. You&#8217;ll see some input fields to fill out.</p>
<div id="attachment_1034" class="wp-caption aligncenter" style="width: 650px"><a href="http://wpmodder.com/wp-content/uploads/2010/10/Screen-shot-2010-10-19-at-1.58.06-PM.png"><img class="size-medium wp-image-1034" title="Creating a post snippet WordPress Shortcode" src="http://wpmodder.com/wp-content/uploads/2010/10/Screen-shot-2010-10-19-at-1.58.06-PM-640x120.png" alt="Creating a post snippet WordPress Shortcode" width="640" height="120" /></a><p class="wp-caption-text">Creating a post snippet WordPress Shortcode</p></div>
<p>The <strong>Title </strong>field is simply the title of your snippet and therefore your Shortcode, try to be brief. Let&#8217;s ignore the <strong>Variables </strong>field for now. Next comes the <strong>Snippet </strong>field. This is where you&#8217;ll enter the text and/or HTML code you would like this Shortcode to display.</p>
<p style="padding-left: 30px;"><em><strong>Important Note:</strong></em><br />
I think it would be much more user-friendly if this plugin were to integrate the visual editor, or at least the HTML editor when creating content for the <strong>Snippet </strong>input field. As it is now, you will have to write HTML code directly in this field. Of course, you could always write your content in a draft post using the visual editor, then switch to HTML mode and then copy/paste that into your <strong>Snippet </strong>field.</p>
<p>You will also see two checkboxes on the far right. One that says &#8220;SC&#8221; and one that says &#8220;QT&#8221;. &#8220;SC&#8221; stands for Shortcode and &#8220;QT&#8221; stands for Quicktag. By checking these you are telling the plugin to make this snippet available to be used as a Shortcode and also to make a Quicktag button available in the Visual editor.</p>
<div id="attachment_1035" class="wp-caption aligncenter" style="width: 650px"><a href="http://wpmodder.com/wp-content/uploads/2010/10/Screen-shot-2010-10-19-at-2.15.31-PM.png"><img class="size-medium wp-image-1035" title="Using WordPress Post Snippets to Create Shortcodes" src="http://wpmodder.com/wp-content/uploads/2010/10/Screen-shot-2010-10-19-at-2.15.31-PM-640x137.png" alt="Using WordPress Post Snippets to Create Shortcodes" width="640" height="137" /></a><p class="wp-caption-text">Using WordPress Post Snippets to Create Shortcodes</p></div>
<p>Now let&#8217;s create a post and see what this plugin can do. When creating a new post, you&#8217;ll see a new button in the Visual editor that looks like a yellow scrap of note paper.</p>
<div id="attachment_1036" class="wp-caption aligncenter" style="width: 650px"><a href="http://wpmodder.com/wp-content/uploads/2010/10/Screen-shot-2010-10-19-at-2.18.53-PM.png"><img class="size-medium wp-image-1036" title="WordPress Post Snippet Shortcode Button in Visual Editor" src="http://wpmodder.com/wp-content/uploads/2010/10/Screen-shot-2010-10-19-at-2.18.53-PM-640x274.png" alt="WordPress Post Snippet Shortcode in Visual Editor" width="640" height="274" /></a><p class="wp-caption-text">WordPress Post Snippet Shortcode Button in Visual Editor</p></div>
<p>Clicking that button will bring up all the post snippets you&#8217;ve created and allow you to chose which one to use. Once you&#8217;ve made your choice, the Shortcode for that post snippet is inserted into your post wherever your cursor is positioned.</p>
<div id="attachment_1037" class="wp-caption aligncenter" style="width: 650px"><a href="http://wpmodder.com/wp-content/uploads/2010/10/Screen-shot-2010-10-19-at-2.23.18-PM.png"><img class="size-medium wp-image-1037" src="http://wpmodder.com/wp-content/uploads/2010/10/Screen-shot-2010-10-19-at-2.23.18-PM-640x281.png" alt="" width="640" height="281" /></a><p class="wp-caption-text">Select the Post Snippet you would like to insert</p></div>
<p>You will now see the Shortcode named <em>FirstShortcode</em> in your post.</p>
<p><a href="http://wpmodder.com/wp-content/uploads/2010/10/Screen-shot-2010-10-19-at-2.25.39-PM.png"><img class="aligncenter size-medium wp-image-1038" src="http://wpmodder.com/wp-content/uploads/2010/10/Screen-shot-2010-10-19-at-2.25.39-PM-640x228.png" alt="" width="640" height="228" /></a>Let&#8217;s have a look at this same post on the frontend to see the output of that Shortcode.</p>
<p><a href="http://wpmodder.com/wp-content/uploads/2010/10/Screen-shot-2010-10-19-at-2.30.45-PM.png"><img class="aligncenter size-medium wp-image-1039" src="http://wpmodder.com/wp-content/uploads/2010/10/Screen-shot-2010-10-19-at-2.30.45-PM-616x480.png" alt="" width="616" height="480" /></a>As you can see, it pretty easy to create reusable content to include in your posts using your own Shortcodes created with the <em><a title="Create your own shortcodes in WordPress" href="http://wordpress.org/extend/plugins/post-snippets/" target="_blank">Post Snippets</a> </em>plugin for WordPress.</p>
<p>I can think of a lot of ways to use these post snippets and Shortcodes. <strong>How would you use them for your own site?</strong></p>
<p>I hope you enjoyed this <em>WordPress</em> <a title="Even more WordPress tutorials!" href="../category/wordpress-tutorials/" target="_self">tutorial</a>, and if you found it helpful please share it with the world on your preferred social network. I sure would appreciate it!</p>
<div style="margin: 0 0 10px 0; padding: 4px; width: 595px; border: 2px dashed #990000;">
<p><h1>Want to learn WordPress on the go?</h1></p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" style="border: 0pt none;" src="../wp-content/uploads/2010/09/app-icon-trans2-image-from-itunes.png" border="0" alt="The WP Modder App provides you with WordPress plugin and WordPress theme reviews to help you make informed decisions when building your WordPress websites, either for yourself or your clients." width="125" height="124" /></a><a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><em>Download the WP Modder App</em> now!</a></p>

<p>Learn more about WordPress anywhere with the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank">WP Modder App</a> for <em>iPhone</em>, <em>iPod Touch</em>, and <em>iPad</em>. You'll have access to all of my past and future written and video tutorials as well as reviews of the latest plugins and themes, all from the comfort of your mobile device!</p> <p>How many times have you have you wished you could run through a WordPress tutorial while in the bathroom? C'mon, you know you <a href="http://www.facebook.com/pages/WordPress-Modder-Customizing-WordPress-just-got-easier/10093119109">Facebook</a> in there anyway. Why not learn something while you're at it? It's the ultimate in time management. But seriously...</p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" src="../wp-content/uploads/2010/10/home-appstore.png" alt="" width="142" height="50" /></a>You'll also gain the ability to gain access to free image and link promotion back to your own WordPress powered site! See <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">more details</a> and get the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">WP Modder App</a> now.</p>

</div>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/how-to-use-wordpress-shortcodes-in-widgets-1015.html" rel="bookmark" title="Permanent Link: How to Use WordPress Shortcodes in Widgets">How to Use WordPress Shortcodes in Widgets</a></li><li><a href="http://wpmodder.com/the-ultimate-wordpress-form-maker-1165.html" rel="bookmark" title="Permanent Link: The Ultimate WordPress Form Maker">The Ultimate WordPress Form Maker</a></li><li><a href="http://wpmodder.com/helping-a-new-user-to-understand-wordpress-1078.html" rel="bookmark" title="Permanent Link: Helping a New User to Understand WordPress">Helping a New User to Understand WordPress</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="How to Create Your Own WordPress Shortcodes Using a Plugin" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-1017"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/how-to-create-your-own-wordpress-shortcodes-using-a-plugin-1017.html/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Proof that Spongebob Squarepants is a Rapist? (yes, this is WordPress related)</title>
		<link>http://wpmodder.com/autoblogging-can-ruin-your-reputation-with-me-1042.html</link>
		<comments>http://wpmodder.com/autoblogging-can-ruin-your-reputation-with-me-1042.html#comments</comments>
		<pubDate>Wed, 20 Oct 2010 13:47:12 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[Blogging Tips]]></category>
		<category><![CDATA[Off Beat]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[autoblogging]]></category>
		<category><![CDATA[spongebob rapist]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=1042</guid>
		<description><![CDATA[While Drinking My Morning Coffee&#8230; This morning I was going through my email and had a few dozen new Twitter followers (thanks to all of you who follow by the way) and clicked through to their Twitter profile pages. I always like to do this to see if who&#8217;s following me seems legit or if [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><h3>While Drinking My Morning Coffee&#8230;</h3>
<p>This morning I was going through my email and had a few dozen new Twitter followers (thanks to all of you who follow by the way) and clicked through to their Twitter profile pages. I always like to do this to see if who&#8217;s following me seems legit or if they&#8217;re using some automated Twitter script to gain as many followers as possible. I also like to check out their site link and see if it&#8217;s someone I might be able to collaborate with on WordPress projects.</p>
<p>I came to one profile page and the latest tweet (with a http://dlvr.it/ short url) referenced an &#8220;Attacker&#8221; who ambushed a woman, dragged her into the woods, and tried to rape her. This tweet had a hash tag of #Orlando_FL among others and that piqued my curiosity because I know several females in Orlando. So I clicked through.</p>
<p>I was expecting to see a full article from an Orlando newspaper or news station, but what I saw both shocked and saddened me. Say it ain&#8217;t so&#8230;<span id="more-1042"></span></p>
<div id="attachment_1043" class="wp-caption aligncenter" style="width: 497px"><a href="http://wpmodder.com/wp-content/uploads/2010/10/Screen-shot-2010-10-20-at-8.18.25-AM.png"><img class="size-full wp-image-1043" title="Spongebob Squarepants Rapist OR How to Ruin Your Rep by Automated WordPress Blogging Plugin Use" src="http://wpmodder.com/wp-content/uploads/2010/10/Screen-shot-2010-10-20-at-8.18.25-AM.png" alt="Spongebob Squarepants Rapist OR How to Ruin Your Rep by Automated WordPress Blogging Plugin Use" width="487" height="662" /></a><p class="wp-caption-text">Look at those CRAZY EYES and MANIACAL SMILE! </p></div>
<h3>What Clues Led Me To WordPress Autoblogging?</h3>
<p>First off, there was no full article, only the headline and summary that <strong><em>I had already read</em></strong> in the tweet + two urls pointing to the source of the news. Make me click, then click again? How dare you! I had been duped by someone using WordPress with some type of automated blogging plugin at work.</p>
<div id="attachment_1045" class="wp-caption aligncenter" style="width: 359px"><a href="http://wpmodder.com/wp-content/uploads/2010/10/short-article.png"><img class="size-full wp-image-1045" title="Stop Using Autoblogging With WordPress!" src="http://wpmodder.com/wp-content/uploads/2010/10/short-article.png" alt="Stop Using Autoblogging With WordPress!" width="349" height="137" /></a><p class="wp-caption-text">Doing This Will Piss Off Your Readers!</p></div>
<h3>How Do I Know For Sure?</h3>
<p>Along with the first clue above regarding short content and links back to additional sources, the other obvious clue is&#8230;what the hell is Spongebob doing on an article about attempted rape!? Look closely at that last arrow&#8230;guess where the image source is&#8230;yep, Flickr. It was only <a title="Spongbob Squarepants is a Rapist?" href="http://www.flickr.com/photos/41894193522@N01/141090" target="_blank">posted there</a> a mere 76 months ago!</p>
<div id="attachment_1046" class="wp-caption aligncenter" style="width: 302px"><a href="http://wpmodder.com/wp-content/uploads/2010/10/short-image.png"><img class="size-full wp-image-1046" title="Why Using Flickr Images Doesn't Always Work with WordPress" src="http://wpmodder.com/wp-content/uploads/2010/10/short-image.png" alt="Why Using Flickr Images Doesn't Always Work with WordPress" width="292" height="105" /></a><p class="wp-caption-text">Did &quot;Lore&quot; Capture a Shot of the Attacker?</p></div>
<p>It was only so obvious to me because I&#8217;ve tried autoblogging. Yep, I admit it. I&#8217;m a recovering autoblogger. It started innocently enough. I just wanted to bring in a little extra content to a site I was already writing for daily. Just enough to entertain my readers and allow me to post a bit less often. It was a miserable failure&#8230;or a great success about a lesson learned if you&#8217;re a glass-half-full type of person like me.</p>
<h3>The Moral Of The Story Is&#8230;</h3>
<p>Just as in life, there are no shortcuts in creating <strong><em>quality</em></strong> online content. No matter what fancy tools come along and try to claim otherwise, the old saying stands true, &#8220;Garbage in, garbage out.&#8221;</p>
<p>You will ruin your otherwise original content by surrounding it with fluff no one wants to see.</p>
<p>You will piss off your loyal readers because they will know your passion is not there. Why would they want to read your site when you don&#8217;t even write anything?</p>
<p>Google and others will know, and punish you accordingly.</p>
<p>You will feel like a cheater and less of a man&#8230;or woman.</p>
<h3>What Do You Think About Autoblogging?</h3>
<div style="margin: 0 0 10px 0; padding: 4px; width: 595px; border: 2px dashed #990000;">
<p><h1>Want to learn WordPress on the go?</h1></p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" style="border: 0pt none;" src="../wp-content/uploads/2010/09/app-icon-trans2-image-from-itunes.png" border="0" alt="The WP Modder App provides you with WordPress plugin and WordPress theme reviews to help you make informed decisions when building your WordPress websites, either for yourself or your clients." width="125" height="124" /></a><a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><em>Download the WP Modder App</em> now!</a></p>

<p>Learn more about WordPress anywhere with the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank">WP Modder App</a> for <em>iPhone</em>, <em>iPod Touch</em>, and <em>iPad</em>. You'll have access to all of my past and future written and video tutorials as well as reviews of the latest plugins and themes, all from the comfort of your mobile device!</p> <p>How many times have you have you wished you could run through a WordPress tutorial while in the bathroom? C'mon, you know you <a href="http://www.facebook.com/pages/WordPress-Modder-Customizing-WordPress-just-got-easier/10093119109">Facebook</a> in there anyway. Why not learn something while you're at it? It's the ultimate in time management. But seriously...</p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" src="../wp-content/uploads/2010/10/home-appstore.png" alt="" width="142" height="50" /></a>You'll also gain the ability to gain access to free image and link promotion back to your own WordPress powered site! See <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">more details</a> and get the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">WP Modder App</a> now.</p>

</div>
<hr /><small>Copyright &copy; 2011 <a href="Proof that Spongebob Squarepants is a Rapist? (yes, this is WordPress related)" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-1042"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/autoblogging-can-ruin-your-reputation-with-me-1042.html/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Speed Up Your WordPress Workflow &#8211; Create Reusable Post Templates</title>
		<link>http://wpmodder.com/speed-up-your-wordpress-workflow-create-reusable-post-templates-1018.html</link>
		<comments>http://wpmodder.com/speed-up-your-wordpress-workflow-create-reusable-post-templates-1018.html#comments</comments>
		<pubDate>Mon, 18 Oct 2010 17:05:24 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[Blogging Tools]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress Tutorials]]></category>
		<category><![CDATA[blog software]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[content layout]]></category>
		<category><![CDATA[content management systems]]></category>
		<category><![CDATA[creating templates]]></category>
		<category><![CDATA[microsoft word]]></category>
		<category><![CDATA[php programming language]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[sobi2]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[templates]]></category>
		<category><![CDATA[testing templates]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress tutorial]]></category>
		<category><![CDATA[workflow speed]]></category>
		<category><![CDATA[world wide web]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=1018</guid>
		<description><![CDATA[How to Assure Content Consistency from your Authors and Yourself A few days ago I found myself reviewing a series of draft posts written by three different authors for a project I&#8217;m working on. I was checking these posts for technical errors like broken links, images, etc. but I was also checking for consistency in [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><h3>How to Assure Content Consistency from your Authors and Yourself</h3>
<p>A few days ago I found myself reviewing a series of draft posts written by three different authors for a <a title="project" href="http://adamwwarner.com/">project</a> I&#8217;m working on. I was checking these posts for technical errors like broken links, images, etc. but I was also checking for consistency in the <em>layout of the content</em>. Did they all use the correct same size headings, etc?</p>
<p>Unfortunately, each author used different formatting for their content.</p>
<p>An additional need was that several (but not all) articles needed to have some default content included above and below the content for each article. I could have created a post with this default content, saved it as a draft, and then directed each author to open that draft and copy/paste the content into each new article they write, but that was hardly elegant.</p>
<p>How can I assure that each author on this WordPress multi-author site use the same default content <em>and</em> content layout? I set out to solve this problem.<span id="more-1018"></span></p>
<h3>The Search for a Plugin</h3>
<p>My <a title="WordPress plugin search for &quot;layout&quot; on the WordPress repository" href="http://wordpress.org/extend/plugins/search.php?q=layout&amp;sort=" target="_blank">search</a> led me to a few different options, but the key here was to search for <a title="WordPress plugin search for &quot;post templates&quot; on the WordPress repository" href="http://wordpress.org/extend/plugins/search.php?q=post+template&amp;sort=" target="_blank">&#8220;post template&#8221;</a> plugins. The plugin I chose, and the one I&#8217;ll be showing you in this tutorial is named <em><a title="How to create template for WordPress Author users" href="http://wordpress.org/extend/plugins/article-templates/" target="_blank">Article Templates</a></em> and was released by <a title="How to use WordPress Article Template plugin" href="http://profiles.wordpress.org/users/binnyva/" target="_blank">binnyva</a>. The description of the plugin is actually pretty vague&#8230;</p>
<blockquote><p>This plugin lets you create templates that can be used when writing a  new post or page. This will be very useful if you are writting many post  with the same structure.</p></blockquote>
<p>I run across this lack of detail often with plugins in the repository, but I&#8217;m not complaining. I&#8217;d rather have useful plugins full of surprises than plugin <a title="radiok WordPress register plus redux plugin" href="http://radiok.info/" target="_blank">devs</a> who are better at writing marketing copy than they are at writing code.</p>
<h3>How to Use This Plugin</h3>
<p>Once installed and activated, you&#8217;ll see an extra item under the Tools menu named <em>Manage Templates</em>.</p>
<div id="attachment_1023" class="wp-caption aligncenter" style="width: 352px"><a href="http://wpmodder.com/wp-content/uploads/2010/10/Screen-shot-2010-10-18-at-11.03.02-AM.png"><img class="size-full wp-image-1023" title="How to create post templates in WordPress" src="http://wpmodder.com/wp-content/uploads/2010/10/Screen-shot-2010-10-18-at-11.03.02-AM.png" alt="How to create post templates in WordPress" width="342" height="171" /></a><p class="wp-caption-text">Manage Templates</p></div>
<p>Clicking that link will bring you to the management page where you&#8217;ll create and manage your templates.</p>
<div id="attachment_1024" class="wp-caption aligncenter" style="width: 628px"><a href="http://wpmodder.com/wp-content/uploads/2010/10/Screen-shot-2010-10-18-at-11.09.40-AM.png"><img class="size-full wp-image-1024" title="How to manage post templates for your WordPress articles" src="http://wpmodder.com/wp-content/uploads/2010/10/Screen-shot-2010-10-18-at-11.09.40-AM.png" alt="How to manage post templates for your WordPress articles" width="618" height="154" /></a><p class="wp-caption-text">Managing Post Templates</p></div>
<p>Click Create New Template and you&#8217;ll see what looks like the standard editor complete with media buttons and your choice between the Visual and HTML editing modes. You&#8217;ll also see a few check-boxes under your new post template that allows you to set the status of this one individually.</p>
<div id="attachment_1025" class="wp-caption aligncenter" style="width: 619px"><a href="http://wpmodder.com/wp-content/uploads/2010/10/Screen-shot-2010-10-18-at-11.33.04-AM.png"><img class="size-medium wp-image-1025" title="How to create default content in WordPress that gets added to each post" src="http://wpmodder.com/wp-content/uploads/2010/10/Screen-shot-2010-10-18-at-11.33.04-AM-609x480.png" alt="How to create default content in WordPress that gets added to each post" width="609" height="480" /></a><p class="wp-caption-text">Creating your WordPress post template</p></div>
<p>Save this and now it&#8217;s available for use when you create a new post. You will see a new box appear under your editor named <em>Article Template</em> (be aware that it was placed below every other box on this screen, I edited my screen to show this box directly underneath the editor). This box allows you to chose the template you would like to apply to this new post you&#8217;re creating.</p>
<div id="attachment_1026" class="wp-caption aligncenter" style="width: 524px"><a href="http://wpmodder.com/wp-content/uploads/2010/10/Screen-shot-2010-10-18-at-11.58.34-AM.png"><img class="size-medium wp-image-1026" title="How to chose a WordPress post template" src="http://wpmodder.com/wp-content/uploads/2010/10/Screen-shot-2010-10-18-at-11.58.34-AM-514x480.png" alt="How to chose a WordPress post template" width="514" height="480" /></a><p class="wp-caption-text">Chose the post template to apply</p></div>
<p>I chose the <em>Test Template </em>I created and it automatically inserted the content from that template into this new post. Are you starting to brainstorm the possibilities of just how useful this is!?</p>
<div id="attachment_1027" class="wp-caption aligncenter" style="width: 565px"><a href="http://wpmodder.com/wp-content/uploads/2010/10/Screen-shot-2010-10-18-at-12.05.12-PM.png"><img class="size-medium wp-image-1027" title="WordPress Article and Post Templates" src="http://wpmodder.com/wp-content/uploads/2010/10/Screen-shot-2010-10-18-at-12.05.12-PM-555x480.png" alt="WordPress Article and Post Templates" width="555" height="480" /></a><p class="wp-caption-text">Template Content Inside New Post!</p></div>
<p>Pretty slick eh?</p>
<p>Here&#8217;s just another quick example of what is possible when creating and using the Article Templates WordPress plugin. Along with the default content I want to include above every article, I&#8217;ve also formatted the text size and have given the author instructions on where to put their content. I&#8217;ve also include a list of links to be at the bottom of every post that uses this template.</p>
<div id="attachment_1028" class="wp-caption aligncenter" style="width: 586px"><a href="http://wpmodder.com/wp-content/uploads/2010/10/Screen-shot-2010-10-18-at-12.18.23-PM.png"><img class="size-medium wp-image-1028" title="Ways to use the WordPress Article Templates plugin" src="http://wpmodder.com/wp-content/uploads/2010/10/Screen-shot-2010-10-18-at-12.18.23-PM-576x480.png" alt="Ways to use the WordPress Article Templates plugin" width="576" height="480" /></a><p class="wp-caption-text">The Possibilities are Endless!</p></div>
<p>These are just a couple quick examples. You could include advertisements, links to your products, other posts on the same subject, etc.</p>
<h3>How Would You Use a WordPress Article Template?</h3>
<div style="margin: 0 0 10px 0; padding: 4px; width: 595px; border: 2px dashed #990000;">
<p><h1>Want to learn WordPress on the go?</h1></p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" style="border: 0pt none;" src="../wp-content/uploads/2010/09/app-icon-trans2-image-from-itunes.png" border="0" alt="The WP Modder App provides you with WordPress plugin and WordPress theme reviews to help you make informed decisions when building your WordPress websites, either for yourself or your clients." width="125" height="124" /></a><a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><em>Download the WP Modder App</em> now!</a></p>

<p>Learn more about WordPress anywhere with the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank">WP Modder App</a> for <em>iPhone</em>, <em>iPod Touch</em>, and <em>iPad</em>. You'll have access to all of my past and future written and video tutorials as well as reviews of the latest plugins and themes, all from the comfort of your mobile device!</p> <p>How many times have you have you wished you could run through a WordPress tutorial while in the bathroom? C'mon, you know you <a href="http://www.facebook.com/pages/WordPress-Modder-Customizing-WordPress-just-got-easier/10093119109">Facebook</a> in there anyway. Why not learn something while you're at it? It's the ultimate in time management. But seriously...</p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" src="../wp-content/uploads/2010/10/home-appstore.png" alt="" width="142" height="50" /></a>You'll also gain the ability to gain access to free image and link promotion back to your own WordPress powered site! See <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">more details</a> and get the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">WP Modder App</a> now.</p>

</div>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/using-the-category-icons-plugin-and-thematic-to-create-custom-category-pages-631.html" rel="bookmark" title="Permanent Link: Using the Category-Icons plugin and Thematic to create custom category pages">Using the Category-Icons plugin and Thematic to create custom category pages</a></li><li><a href="http://wpmodder.com/share-content-between-wordpress-and-mailchimp-with-new-plugin-1198.html" rel="bookmark" title="Permanent Link: Share Content Between WordPress and MailChimp with New Plugin">Share Content Between WordPress and MailChimp with New Plugin</a></li><li><a href="http://wpmodder.com/speeding-up-your-wordpress-site-by-limiting-the-number-of-post-and-page-revisions-942.html" rel="bookmark" title="Permanent Link: Speeding up Your WordPress Site by Limiting the Number of Post and Page Revisions">Speeding up Your WordPress Site by Limiting the Number of Post and Page Revisions</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="Speed Up Your WordPress Workflow &#8211; Create Reusable Post Templates" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-1018"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/speed-up-your-wordpress-workflow-create-reusable-post-templates-1018.html/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Attaining the Holy Grail of WordPress Registration Customization</title>
		<link>http://wpmodder.com/how-to-customize-wordpress-registration-and-profile-994.html</link>
		<comments>http://wpmodder.com/how-to-customize-wordpress-registration-and-profile-994.html#comments</comments>
		<pubDate>Thu, 14 Oct 2010 17:00:00 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[Extend Wordpress]]></category>
		<category><![CDATA[Human Contact]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress Tutorials]]></category>
		<category><![CDATA[blog software]]></category>
		<category><![CDATA[create custom]]></category>
		<category><![CDATA[custom profile pages]]></category>
		<category><![CDATA[custom registration]]></category>
		<category><![CDATA[customization]]></category>
		<category><![CDATA[fav]]></category>
		<category><![CDATA[fields]]></category>
		<category><![CDATA[how to create]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[profile]]></category>
		<category><![CDATA[redux]]></category>
		<category><![CDATA[register]]></category>
		<category><![CDATA[Register Plus Redux]]></category>
		<category><![CDATA[registration page]]></category>
		<category><![CDATA[user names]]></category>
		<category><![CDATA[user registration]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=994</guid>
		<description><![CDATA[Registration Customization Plugin Search Disclaimer: This is a lengthy post, but well worth it. Have you been searching for that perfect WordPress custom registration plugin that will allow you to fully customize your user registration page? I have&#8230;literally for years. I believe I&#8217;ve found the solution we&#8217;ve ALL been looking for, but I need your [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><h3><strong>Registration Customization Plugin Search</strong></h3>
<h3>Disclaimer: This is a lengthy post, but well worth it.</h3>
<p>Have you been searching for that perfect WordPress custom <a title="registration" href="http://wordpress.org/extend/plugins/register-plus-redux/">registration</a> plugin that will allow you to fully customize your user registration page? I have&#8230;literally for years. I believe I&#8217;ve found the solution we&#8217;ve <em>ALL</em> been looking for, but I need your help to make sure.<span id="more-994"></span></p>
<h1>The Problem</h1>
<p>I have tried many plugins and combination of plugins both in the past and just a few days ago to try and get the WordPress registration page customized to my exact needs. The trouble is that I have never been able to find one that had <em>everything </em>I needed.</p>
<p>The one plugin <a title="Plugins that affect WordPress registration" href="http://wordpress.org/extend/plugins/search.php?q=custom+registration&amp;sort=" target="_blank">solutions</a> always seemed to be lacking one critical piece of functionality that I needed. Then I was left with trying to use several plugins that achieved similar results, but one would have some function that the other didn&#8217;t.</p>
<p>The problem with this approach is that you then have overlapping features, two plugins performing the same tasks. Errors and unexpected behavior abounded (for me at least).</p>
<h1>The Solution (almost)</h1>
<p>While performing my normal morning WordPress <a title="WP Universe News App for iPhone, iPod Touch, and iPad" href="http://itunes.apple.com/us/app/wp-universe-wordpress-news/id398015979?mt=8" target="_blank">research and news sponging</a>, I came across a new site named <a title="Nominate the best WordPress sites, themes, plugins, and people" href="http://2010.wphonors.com/" target="_blank">WP Honors</a> which as you might guess by it&#8217;s name, aims to honor those associated with WordPress in some way. It&#8217;s a cool idea for a site but I&#8217;ll let you explore it on your own. While there I came across <a title="How to create a custom WordPress registration page" href="http://2010.wphonors.com/plugin/register-plus-redux/" target="_blank">a nomination</a> for a plugin named <em><a title="How to create a custom WordPress registration page" href="http://wordpress.org/extend/plugins/register-plus-redux/" target="_blank">Register Plus Redux</a>. </em></p>
<div id="attachment_1020" class="wp-caption aligncenter" style="width: 578px"><a href="http://wpmodder.com/wp-content/uploads/2010/10/Screen-shot-2010-10-14-at-1.11.20-PM.png"><img class="size-full wp-image-1020" title="Learn how to customize your WordPress registration and profile pages" src="http://wpmodder.com/wp-content/uploads/2010/10/Screen-shot-2010-10-14-at-1.11.20-PM.png" alt="Learn how to customize your WordPress registration and profile pages" width="568" height="148" /></a><p class="wp-caption-text">Register Plus Redux</p></div>
<p>Now, if you&#8217;ve been involved with <a title="WordPress Open Source Web Publishing" href="http://wordpress.org/" target="_blank">WordPress</a> for any length of time, of if you&#8217;ve already researched on how to create a custom registration page in WordPress, the first part of that name might ring a bell. There is an existing plugin named <em>Register Plus </em>and back in the day, it was the grand puba of registration plugins. However, the original developer abandoned the plugin just about a year ago.</p>
<p>This is where <a title="How to create a custom WordPress registration page" href="http://wordpress.org/extend/plugins/register-plus-redux/" target="_blank">Register Plus Redux</a> steps onto the scene. Another developer named <a title="radiok WordPress register plus redux plugin" href="http://profiles.wordpress.org/users/radiok/" target="_blank">radiok</a> has stepped in and started developing a fork of the original registration plugin<em>. </em>When I say stepped onto the scene, I should say busted onto the scene like the <a title="Kool-aid man" href="http://en.wikipedia.org/wiki/Kool-Aid_Man">Kool-Aid man</a> busts through walls!</p>
<p>His version of the plugin has only been live for just over a month (at the time of this writing) and not only has he squashed most of the bugs reported by users, but has also added a TON of very useful features. Just a look at some of what this plugin offers:</p>
<blockquote><p>Register Plus Redux enables the user registration process to be  customized in any way, big or small.  Is there another field you want  users to fill out when registering?  Do you want to change the message  your users receive after they register?  Do you want users to have to  verify their email address is legitimate?  Do you want to queue up new  users to be approved or denied by an administrator?  Register Plus Redux  can do all that and more.</p>
<p>Enhancements to registration include:</p>
<ul>
<li>Customized registration page, including your own logo, disclaimer, license agreement, or privacy policy</li>
<li>User-entered password (with password strength meter)</li>
<li>Added profile fields</li>
<li>Additional required fields for registration</li>
<li>Invitation code system (with dashboard widget to track invites)</li>
<li>User-defined fields</li>
<li>Email verification of new users</li>
<li>Administration verification of new users</li>
<li>Customized new user message</li>
<li>Customized administrator message</li>
</ul>
</blockquote>
<p>As you can see, it&#8217;s pretty kickass, but it <em>still </em>didn&#8217;t fit my specific needs. Ugh. But read on because there&#8217;s an opportunity for this plugin to not only fill my needs but probably yours as well.</p>
<h1>What Features Does My Perfect Registration Customization Plugin Have?</h1>
<h3>Multisite/Network Compatibility</h3>
<p>First and foremost, it must be compatible with WordPress MU and <a title="Multisite" href="http://codex.wordpress.org/Create_A_Network">Multisite</a>. MU you might ask? Isn&#8217;t that outdated in favor of WP 3.0.1 with Multisite enabled. Yes it is, but I have some clients with MU 2.9.2 installations. These days I work almost exclusively within the WordPress Multisite environment for my own network of sites and any new client projects I create.</p>
<h3>Removal of Built-in WordPress Fields</h3>
<p>Secondly, if you&#8217;re going to have the ability to create custom registration fields and have your users fill them out, then you would most certainly want to have the option to remove the built-in fields that WordPress provides. I&#8217;m talking about the AIM, Jabber, etc. fields.</p>
<p>The good news is that <a title="How to create a custom WordPress registration page" href="http://wordpress.org/extend/plugins/register-plus-redux/" target="_blank"><em>Register Plus Redux</em></a> <strong>does</strong> allow you to remove these fields from the registration page by toggling them on and off in the settings. However, this <strong>does not</strong> remove these fields from the profile page. These fields just don&#8217;t make sense anymore, especially when you haven&#8217;t asked for that information during registration.</p>
<p>There are ways to remove these fields as you can see in <a title="How to remove profile page fields in WordPress" href="http://wpmodder.com/how-to-add-and-delete-contact-info-fields-for-your-users-960.html" target="_self">my previous post</a>, but could this feature be added into the <a title="How to create a custom WordPress registration page" href="http://wordpress.org/extend/plugins/register-plus-redux/" target="_blank"><em>Register Plus Redux</em></a> plugin? I decided to find out.</p>
<h1>You Don&#8217;t Know Until You Ask</h1>
<p>I decided to contact the plugin developer (<a title="radiok WordPress register plus redux plugin" href="http://profiles.wordpress.org/users/radiok/" target="_blank">radiok</a>) directly but before I did I made sure to read through his documentation and some of the forum posts, as well as his <a title="Register Plus Redux WordPress Plugin" href="http://radiok.info/" target="_blank">website</a>. I quickly learned that the MU/MS feature was on the todo as well as many other things, but there was no indication of when&#8230;he is developing this plugin for free ya know;)</p>
<p>In my contact with radiok, I offered a donation and asked if the Multisite compatibility could be moved up on the todo list and also if he would consider the removal of the built-in contact fields from the Profile page feature. I was delighted to receive a reply a short while later that included a detailed response to my suggestions/requests and an agreement that these items would be looked at more closely.</p>
<p>I was also asked my opinion on some other thoughts radiok had about the organization of the plugin backend, especially concerning the placement of all the settings he&#8217;s built-in as they are now getting a bit complex.</p>
<h1>It Takes a Village (WP Community)</h1>
<p>I replied with my thoughts and suggestions, but there was also something else I added to my reply. I shared my intention to implement an idea I&#8217;ve had for awhile concerning a WordPress registration and profile customization plugin. It&#8217;s nothing new really, but the idea is this&#8230;to rally the WP Community to support the development of this plugin. Believe it or not, I actually had a draft post saved that included a few brainstorms about this very subject. It was prompted by a forum thread I found while searching (yet again) for another solution. This is the draft post&#8230;no bull:</p>
<blockquote><p>Let&#8217;s Get a Registration Plugin Built</p>
<p>Idea: Start a community initiative to fund the development of a registration and profile fields plugin to be released for free.</p>
<p>Get devs to line up and then promote it to the WP world<br />
Create a mock up of the interface and post these images and ideas<br />
Create an entire community project site?</p>
<p><a title="What plugin to use for WordPress custom registration and profile pages?" href="http://wordpress.org/support/topic/plugin-register-plus-doesnt-work-on-wpmu?replies=2#post-1702654" target="_blank">http://wordpress.org/support/topic/plugin-register-plus-doesnt-work-on-wpmu?replies=2#post-1702654</a></p></blockquote>
<p>I would say that is <a title="serendipity" href="http://en.wikipedia.org/wiki/Serendipity">serendipity</a> in full swing!</p>
<h1>How Much is Custom Registration Worth?</h1>
<p>Think about that for a moment. The <a title="How to create a custom WordPress registration page" href="http://wordpress.org/extend/plugins/register-plus-redux/" target="_blank"><em>Register Plus Redux</em></a> plugin is <strong><em>already freely available</em></strong>. Chances are, it might handle everything you need already. Is that worth a $1, $5, $10?</p>
<h3>Now think about the future.</h3>
<p>Register Plus was a very popular plugin on the repository with over 130,000 downloads&#8230;then the author discontinued development and after a few WordPress upgrades things started to break.</p>
<p>Imagine you had installed this on a client site and created a custom registration form and <em>all of a sudden it stopped working</em> after you (or they) upgraded their installation. You would be scrambling to get it fixed and time would be of the essence!</p>
<h3>It would probably cost you.</h3>
<p>If it were me, I&#8217;d have to hire a plugin developer, and one who had the chops to take on this already complex plugin. Add the hours he or she would need to spend to find out what&#8217;s broken plus the hours of coding to fix things and you&#8217;d be in the several thousands easily. I ask again, <em>how much is this plugin worth to you</em>? $20, $30, $50?</p>
<h1>It&#8217;s the Right Thing To Do</h1>
<p>So folks, here&#8217;s the point. I&#8217;m asking that you throw a few bucks to radiok if you use this plugin. In other words, you&#8217;re donating to &#8220;the cause&#8221; of <a title="How to create a custom WordPress registration page" href="http://wordpress.org/extend/plugins/register-plus-redux/" target="_blank"><em>Register Plus Redux</em></a> development and at the same time contributing to the software that we all love. Keep in mind that <strong><em>I do NOT know radiok personally</em></strong>. My communication with him started as outlined above. He deserves it. I hope you agree.</p>
<h1>Donate to Register Plus Redux Development</h1>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input name="cmd" type="hidden" value="_s-xclick" />
<input name="hosted_button_id" type="hidden" value="WHSTJRK67ERYQ" />
<input alt="PayPal - The safer, easier way to pay online!" name="submit" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" type="image" /> <img src="https://www.paypal.com/en_US/i/scr/pixel.gif" border="0" alt="" width="1" height="1" /><br />
</form>
<p><em>Disclaimer:</em> The Paypal button was supplied directly from radiok upon my request. No donations go through me or this website.</p>
<h1>Spread the Word &#8211; Pay it Forward</h1>
<p>I&#8217;m a realist and I know times are tough. You may not be able to afford even a $1, and that&#8217;s ok. You can still help by spreading the word about this donation campaign by sharing it on your own site, on Facebook, Twitter, StumbleUpon, etc. Whatever you&#8217;re preferred means of socializing online, please help me to spread the word. I know the WP Community is full of helpful, positive, and appreciative people!</p>
<div style="margin: 0 0 10px 0; padding: 4px; width: 595px; border: 2px dashed #990000;">
<p><h1>Want to learn WordPress on the go?</h1></p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" style="border: 0pt none;" src="../wp-content/uploads/2010/09/app-icon-trans2-image-from-itunes.png" border="0" alt="The WP Modder App provides you with WordPress plugin and WordPress theme reviews to help you make informed decisions when building your WordPress websites, either for yourself or your clients." width="125" height="124" /></a><a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><em>Download the WP Modder App</em> now!</a></p>

<p>Learn more about WordPress anywhere with the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank">WP Modder App</a> for <em>iPhone</em>, <em>iPod Touch</em>, and <em>iPad</em>. You'll have access to all of my past and future written and video tutorials as well as reviews of the latest plugins and themes, all from the comfort of your mobile device!</p> <p>How many times have you have you wished you could run through a WordPress tutorial while in the bathroom? C'mon, you know you <a href="http://www.facebook.com/pages/WordPress-Modder-Customizing-WordPress-just-got-easier/10093119109">Facebook</a> in there anyway. Why not learn something while you're at it? It's the ultimate in time management. But seriously...</p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" src="../wp-content/uploads/2010/10/home-appstore.png" alt="" width="142" height="50" /></a>You'll also gain the ability to gain access to free image and link promotion back to your own WordPress powered site! See <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">more details</a> and get the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">WP Modder App</a> now.</p>

</div>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/simplepress-forum-updates-are-coming-538.html" rel="bookmark" title="Permanent Link: Simple:Press Forum Updates are Coming">Simple:Press Forum Updates are Coming</a></li><li><a href="http://wpmodder.com/how-to-add-and-delete-contact-info-fields-for-your-users-960.html" rel="bookmark" title="Permanent Link: How to Add and Delete Contact Info Fields for Your Users">How to Add and Delete Contact Info Fields for Your Users</a></li><li><a href="http://wpmodder.com/simple-wordpress-forum-plugin-426.html" rel="bookmark" title="Permanent Link: Simple WordPress Forum Plugin &#8211; Revisted">Simple WordPress Forum Plugin &#8211; Revisted</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="Attaining the Holy Grail of WordPress Registration Customization" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-994"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/how-to-customize-wordpress-registration-and-profile-994.html/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Use WordPress Shortcodes in Widgets</title>
		<link>http://wpmodder.com/how-to-use-wordpress-shortcodes-in-widgets-1015.html</link>
		<comments>http://wpmodder.com/how-to-use-wordpress-shortcodes-in-widgets-1015.html#comments</comments>
		<pubDate>Fri, 08 Oct 2010 12:00:00 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[Blogging Tools]]></category>
		<category><![CDATA[Extend Wordpress]]></category>
		<category><![CDATA[WordPress 3.0]]></category>
		<category><![CDATA[WordPress Tutorials]]></category>
		<category><![CDATA[fav]]></category>
		<category><![CDATA[shortcodes in widgets]]></category>
		<category><![CDATA[wpmodder.com]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=1015</guid>
		<description><![CDATA[I use several plugins on a regular basis that provide shortcodes. If you don&#8217;t know what shortcodes are or how they can be used, please read this tutorial first. If you are familiar with shortcodes and want to know how to use them in a Widget, read on. The Good &#8216;Ole Days I tried using [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>I use several plugins on a regular basis that provide shortcodes. If you don&#8217;t know what shortcodes are or how they can be used, please read <a title="What the heck is a WordPress Shortcode and what's it used for?" href="http://adamwwarner.com/tutorials/what-are-shortcodes-in-wordpress-and-what-do-they-provide" target="_blank">this tutorial</a> first. If you are familiar with shortcodes and want to know how to use them in a Widget, read on.<span id="more-1015"></span></p>
<h1>The Good &#8216;Ole Days</h1>
<p>I tried using shortcodes in Widgets a few years ago and quickly became frustrated because  it wasn&#8217;t possible (back then). I always thought of it as &#8220;&#8230;one of those WordPress quirks&#8230;&#8221; and never gave it much thought until the other day.</p>
<h1>Why I Needed Shortcodes in Text Widgets</h1>
<p>I <a title="How to Manage Searching a WordPress Multisite Installation" href="http://wpmodder.com/how-to-use-thematic-and-the-wpsearchmu-plugin-to-display-sitewide-search-results-860.html" target="_blank">manage a site</a> that makes heavy use of a plugin to create and manage tables. In this installation I am managing well over a hundred separate tables, each containing dozens of rows of data. As it was, these tables were inserted into individual pages using the plugin&#8217;s shortcode that passed the table id like this:</p>
<pre class="brush: xml; title: ; notranslate">[table id=17]</pre>
<p>That works perfectly and displays the table and it&#8217;s contents beautifully on the page. However, I received a request to put many of these tables into the sidebar area of the site. I thought I was in for a LOT of work. Knowing (or so I thought) that I couldn&#8217;t use these table shortcodes in a Text Widget I thought I would have to manually code the contents of over 75 Text Widgets. Gulp!</p>
<h1>Never Assume You Know it All</h1>
<p>Knowing that the WordPress core had been updated several times since I tried using shortcodes in Widgets and that new features had been added, and knowing that there are <em>many </em>WordPress developers out there smarter than me (or is that I?)&#8230;I did a quick <a title="How to use shortcodes in WordPress widgets" href="http://www.google.com/search?q=wordpress+shortcodes+in+widgets" target="_blank">Google search</a> and low and behold, <a title="Using WordPress plugin shortcodes in your Widgets" href="http://digwp.com/2010/03/shortcodes-in-widgets/" target="_blank">the answer</a> was not far away.</p>
<p>You can force your Widgets to accept shortcodes by putting one line in your theme&#8217;s functions.php file.</p>
<pre class="brush: xml; title: ; notranslate">add_filter( 'widget_text', 'do_shortcode');</pre>
<p>I read a bit more and followed <a title="Stephanie Leary How to use Shortcodes in Widgets" href="http://sillybean.net/wordpress/using-shortcodes-everywhere/" target="_blank">another link</a> and found out that using two lines is a bit better.</p>
<pre class="brush: xml; title: ; notranslate">add_filter( 'widget_text', 'shortcode_unautop');
add_filter( 'widget_text', 'do_shortcode');</pre>
<p>Why the additional line? From Stephanie Leary of <a title="How to use shortcodes in WordPress widgets" href="http://sillybean.net/wordpress/using-shortcodes-everywhere/" target="_blank">SillyBean.net</a></p>
<blockquote><p>The second line is the one that makes the shortcodes work, but you’ll  want to include both. If you check “add paragraphs automatically” on the  widget, WordPress will apply the <code>autop</code> filter — the one  that turns your line breaks into paragraph and break tags. If a  shortcode is on its own line, it would normally get wrapped in a  paragraph tag. The first line prevents that from happening.</p></blockquote>
<p>It was as easy as that. I added those two lines in my theme&#8217;s functions.php file, dropped some table shortcodes in my Text Widgets, and there were my tables in the sidebar just as had been requested. Thank you <a title="WordPress Shortcode Filter for Widgets" href="http://codex.wordpress.org/Development_Team" target="_blank">WordPress dev team</a>, <a title="How to use shortcodes in WordPress widgets" href="http://www.google.com/search?q=wordpress+shortcodes+in+widgets" target="_blank">Google</a>, <a title="Shortcodes in WordPress" href="http://digwp.com/2010/03/shortcodes-in-widgets/" target="_blank">Digwp.com</a> and <a title="Using WordPress plugin shortcodes in your Widgets" href="http://sillybean.net/wordpress/using-shortcodes-everywhere/" target="_blank">Stephanie Leary</a>!</p>
<p>I also learned of a few ways to create your own shortcodes, and the best part is that you don&#8217;t have to be a plugin developer to do it. Stay tuned for that tutorial coming soon. In the meantime, you might want to&#8230;</p>
<div style="margin: 0 0 10px 0; padding: 4px; width: 595px; border: 2px dashed #990000;">
<p><h1>Want to learn WordPress on the go?</h1></p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" style="border: 0pt none;" src="../wp-content/uploads/2010/09/app-icon-trans2-image-from-itunes.png" border="0" alt="The WP Modder App provides you with WordPress plugin and WordPress theme reviews to help you make informed decisions when building your WordPress websites, either for yourself or your clients." width="125" height="124" /></a><a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><em>Download the WP Modder App</em> now!</a></p>

<p>Learn more about WordPress anywhere with the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank">WP Modder App</a> for <em>iPhone</em>, <em>iPod Touch</em>, and <em>iPad</em>. You'll have access to all of my past and future written and video tutorials as well as reviews of the latest plugins and themes, all from the comfort of your mobile device!</p> <p>How many times have you have you wished you could run through a WordPress tutorial while in the bathroom? C'mon, you know you <a href="http://www.facebook.com/pages/WordPress-Modder-Customizing-WordPress-just-got-easier/10093119109">Facebook</a> in there anyway. Why not learn something while you're at it? It's the ultimate in time management. But seriously...</p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" src="../wp-content/uploads/2010/10/home-appstore.png" alt="" width="142" height="50" /></a>You'll also gain the ability to gain access to free image and link promotion back to your own WordPress powered site! See <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">more details</a> and get the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">WP Modder App</a> now.</p>

</div>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/how-to-create-your-own-wordpress-shortcodes-using-a-plugin-1017.html" rel="bookmark" title="Permanent Link: How to Create Your Own WordPress Shortcodes Using a Plugin">How to Create Your Own WordPress Shortcodes Using a Plugin</a></li><li><a href="http://wpmodder.com/how-to-change-your-wordpress-theme-without-losing-your-widgets-or-your-composure-525.html" rel="bookmark" title="Permanent Link: How to Change Your WordPress Theme Without Losing Your Widgets (or your composure)">How to Change Your WordPress Theme Without Losing Your Widgets (or your composure)</a></li><li><a href="http://wpmodder.com/hide-widget-titles-wordpress-plugin-1147.html" rel="bookmark" title="Permanent Link: Hide Widget Titles WordPress Plugin">Hide Widget Titles WordPress Plugin</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="How to Use WordPress Shortcodes in Widgets" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-1015"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/how-to-use-wordpress-shortcodes-in-widgets-1015.html/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Introducing the WP Modder App for iPhone and iPod Touch</title>
		<link>http://wpmodder.com/introducing-the-wp-modder-app-for-iphone-and-ipod-touch-1013.html</link>
		<comments>http://wpmodder.com/introducing-the-wp-modder-app-for-iphone-and-ipod-touch-1013.html#comments</comments>
		<pubDate>Fri, 01 Oct 2010 17:41:31 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[WordPress Tutorials]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[app store]]></category>
		<category><![CDATA[apple inc.]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[fav]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[ipod]]></category>
		<category><![CDATA[ipod touch]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[modder]]></category>
		<category><![CDATA[multi touch]]></category>
		<category><![CDATA[php programming language]]></category>
		<category><![CDATA[portable media players]]></category>
		<category><![CDATA[reviews]]></category>
		<category><![CDATA[user interface]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress themes]]></category>
		<category><![CDATA[wordpress tutorial]]></category>
		<category><![CDATA[wp]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=1013</guid>
		<description><![CDATA[It is with great pleasure and excitement that I am able to finally announce the WP Modder App for iPhone and iPod! You know I love WordPress and I&#8217;ve been providing WordPress tutorials on what I&#8217;ve learned about the software for many years on this site and on AdamWWarner.com. Now you can gain access to [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><a href="http://wpmodder.com/wp-content/uploads/2010/10/home-appstore.png"><img class="alignleft size-full wp-image-1012" title="WordPress Tutorials and Plugin and Theme Reviews" src="http://wpmodder.com/wp-content/uploads/2010/10/home-appstore.png" alt="WordPress Tutorials and Plugin and Theme Reviews" width="142" height="50" /></a>It is with great pleasure and excitement that I am able to finally announce the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8" target="_self">WP Modder App for iPhone and iPod</a>!</p>
<p>You know I love WordPress and I&#8217;ve been providing <a title="Learn from my in-depth tutorials on WordPress" href="http://wpmodder.com/category/wordpress-tutorials/" target="_self">WordPress tutorials</a> on what I&#8217;ve learned about the software for many years on this site and on <a title="WordPress Website Start to Finish" href="http://adamwwarner.com/" target="_blank">AdamWWarner.com</a>. Now you can gain access to <em>all my past and future  tutorials on the go</em> and learn more about your favorite web publishing  platform anywhere you are. <span id="more-1013"></span></p>
<div id="attachment_1011" class="wp-caption alignleft" style="width: 160px"><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8"><img class="size-thumbnail wp-image-1011 " title="WP Modder App for iPhone and iPod Touch" src="../wp-content/uploads/2010/09/app-icon-trans2-image-from-itunes-150x150.png" alt="Get the WP Modder WordPress Tutorials and Reviews App" width="150" height="150" /></a><br />
<p class="wp-caption-text">WP Modder App</p></div>
<p>In addition to the detailed tutorials and how-to articles, this app also provides you with plugin and theme  reviews to help you make informed decisions when building your WordPress powered sites.</p>
<p>It doesn&#8217;t matter whether you&#8217;re creating a network of sites for yourself or for your clients, the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8" target="_self">WP Modder App</a> for iOS devices gives you quick and easy access wherever you happen to be.</p>
<p>You can grab it online by scanning the barcode with your iPhone, iPod, or iPad <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://www.uquery.com/apps/391781922-wp-modder-customizing-wordpress-just-got-easy" target="_self">here</a>, or in the app store <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8" target="_blank">here</a>.</p>
<p>Not only that, the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8" target="_blank">WP Modder App</a> also provides access to WordPress video tutorials as well as giving you the ability to send messages directly to <a title="WP Modder Voice of the Community" href="http://wpmodder.com/voice-of-the-community/" target="_blank">WP Modder</a> to be listed on the <a title="WP Modder Voice of the Community" href="http://wpmodder.com/voice-of-the-community/" target="_blank"><em>Voice of the Community</em></a> page. You&#8217;re  able to attach an image and insert links back to your own WordPress powered  site! You can either self promote to a targeted community or ask a  WordPress related question to the WP Modder group. <a title="WP Modder Voice of the Community" href="http://wpmodder.com/voice-of-the-community/" target="_blank">Have a look</a> at the page to see an example of how you could get some free promotion.<br />
(<strong>Note</strong>: <em>In the next release, users will have access to the listings on this page from within the app</em>).</p>
<p>Once you start the WP Modder WordPress tutorials and reviews app, you&#8217;ll see the following navigation tabs.</p>
<div id="attachment_998" class="wp-caption aligncenter" style="width: 648px"><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8"><img class="size-full wp-image-998 " title="WP Modder WordPress Tutorials, Plugins and Themes Reviews" src="http://wpmodder.com/wp-content/uploads/2010/09/0012-app-all-tabs.png" alt="WP Modder WordPress Tutorials, Plugins and Themes Reviews" width="638" height="98" /></a><p class="wp-caption-text">WP Modder iPhone/iPod App Options</p></div>
<p>Here are some screenshots of the different areas of the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">WP Modder App</a>.</p>

<div class="ngg-galleryoverview" id="ngg-gallery-1-1013">


	
	<!-- Thumbnails -->
		
	<div id="ngg-image-1" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://wpmodder.com/wp-content/gallery/iphone-app-screenshots/0011-app-on-home-screen.png" title=" "  >
								<img title="0011-app-on-home-screen" alt="0011-app-on-home-screen" src="http://wpmodder.com/wp-content/gallery/iphone-app-screenshots/thumbs/thumbs_0011-app-on-home-screen.png" width="300" height="450" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-3" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://wpmodder.com/wp-content/gallery/iphone-app-screenshots/002-app-splash-page.png" title=" "  >
								<img title="002-app-splash-page" alt="002-app-splash-page" src="http://wpmodder.com/wp-content/gallery/iphone-app-screenshots/thumbs/thumbs_002-app-splash-page.png" width="300" height="450" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-4" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://wpmodder.com/wp-content/gallery/iphone-app-screenshots/003-app-wp-tutorials-tab.png" title=" "  >
								<img title="003-app-wp-tutorials-tab" alt="003-app-wp-tutorials-tab" src="http://wpmodder.com/wp-content/gallery/iphone-app-screenshots/thumbs/thumbs_003-app-wp-tutorials-tab.png" width="300" height="450" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-5" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://wpmodder.com/wp-content/gallery/iphone-app-screenshots/004-app-plugin-review-tab.png" title=" "  >
								<img title="004-app-plugin-review-tab" alt="004-app-plugin-review-tab" src="http://wpmodder.com/wp-content/gallery/iphone-app-screenshots/thumbs/thumbs_004-app-plugin-review-tab.png" width="300" height="450" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-6" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://wpmodder.com/wp-content/gallery/iphone-app-screenshots/005-app-theme-review-tab.png" title=" "  >
								<img title="005-app-theme-review-tab" alt="005-app-theme-review-tab" src="http://wpmodder.com/wp-content/gallery/iphone-app-screenshots/thumbs/thumbs_005-app-theme-review-tab.png" width="300" height="450" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-7" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://wpmodder.com/wp-content/gallery/iphone-app-screenshots/006-app-video-tutorials-tab.png" title=" "  >
								<img title="006-app-video-tutorials-tab" alt="006-app-video-tutorials-tab" src="http://wpmodder.com/wp-content/gallery/iphone-app-screenshots/thumbs/thumbs_006-app-video-tutorials-tab.png" width="300" height="450" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-8" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://wpmodder.com/wp-content/gallery/iphone-app-screenshots/007-app-post-message-image-attach-tab.png" title=" "  >
								<img title="007-app-post-message-image-attach-tab" alt="007-app-post-message-image-attach-tab" src="http://wpmodder.com/wp-content/gallery/iphone-app-screenshots/thumbs/thumbs_007-app-post-message-image-attach-tab.png" width="300" height="450" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-9" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://wpmodder.com/wp-content/gallery/iphone-app-screenshots/008-message-sent-tab.png" title=" "  >
								<img title="008-message-sent-tab" alt="008-message-sent-tab" src="http://wpmodder.com/wp-content/gallery/iphone-app-screenshots/thumbs/thumbs_008-message-sent-tab.png" width="300" height="450" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-10" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://wpmodder.com/wp-content/gallery/iphone-app-screenshots/img_2117.png" title=" "  >
								<img title="img_2117" alt="img_2117" src="http://wpmodder.com/wp-content/gallery/iphone-app-screenshots/thumbs/thumbs_img_2117.png" width="300" height="450" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-11" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://wpmodder.com/wp-content/gallery/iphone-app-screenshots/post-message-page640.png" title=" "  >
								<img title="post-message-page640" alt="post-message-page640" src="http://wpmodder.com/wp-content/gallery/iphone-app-screenshots/thumbs/thumbs_post-message-page640.png" width="300" height="450" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>


<div class="wpus wpus_box wpus_box_ wpus_box_green wpus_"><em class="wpus_"></em>I would like to send a special thanks to all of YOU. Without the WordPress community and the people who visit my site I would not not be typing these very words.</p>
<p>Thank you for all your help, guidance, and inspiration to keep learning, writing, and teaching. Together we can continue to build a better web with the best web publishing tool available!</div>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/voice-of-the-community/" rel="bookmark" title="Permanent Link: Voice of the Community">Voice of the Community</a></li><li><a href="http://wpmodder.com/wp-modder-iphone-app/" rel="bookmark" title="Permanent Link: WordPress Tutorials App">WordPress Tutorials App</a></li><li><a href="http://wpmodder.com/wordpress-announces-iphone-app-188.html" rel="bookmark" title="Permanent Link: WordPress Announces iPhone App!">WordPress Announces iPhone App!</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="Introducing the WP Modder App for iPhone and iPod Touch" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-1013"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/introducing-the-wp-modder-app-for-iphone-and-ipod-touch-1013.html/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>How to Embed Google Voice Voicemail Messages in WordPress</title>
		<link>http://wpmodder.com/how-to-embed-google-voice-voicemail-messages-in-wordpress-980.html</link>
		<comments>http://wpmodder.com/how-to-embed-google-voice-voicemail-messages-in-wordpress-980.html#comments</comments>
		<pubDate>Tue, 21 Sep 2010 10:00:00 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[Extend Wordpress]]></category>
		<category><![CDATA[Human Contact]]></category>
		<category><![CDATA[Off Beat]]></category>
		<category><![CDATA[The Singularity is Near]]></category>
		<category><![CDATA[WordPress Tutorials]]></category>
		<category><![CDATA[cell phone rings]]></category>
		<category><![CDATA[cell phones]]></category>
		<category><![CDATA[communication]]></category>
		<category><![CDATA[electronic engineering]]></category>
		<category><![CDATA[embed]]></category>
		<category><![CDATA[embed voicemail wordpress]]></category>
		<category><![CDATA[embedded]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Google Voice]]></category>
		<category><![CDATA[googles]]></category>
		<category><![CDATA[option]]></category>
		<category><![CDATA[privatephone]]></category>
		<category><![CDATA[ringcentral]]></category>
		<category><![CDATA[sigularity proof]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[text version]]></category>
		<category><![CDATA[the google]]></category>
		<category><![CDATA[voice]]></category>
		<category><![CDATA[voice text]]></category>
		<category><![CDATA[voice tracking]]></category>
		<category><![CDATA[voicemail]]></category>
		<category><![CDATA[voicemail services]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=980</guid>
		<description><![CDATA[Ok, you caught me. This really isn&#8217;t a WordPress tutorial in the traditional sense, but I just had to share. I just signed up with Google&#8217;s new product, Google Voice. I&#8217;ll let you see all the details for yourself, but it&#8217;s truly amazing! In a Nutshell Google assigns you a phone number (you get to [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Ok, you caught me. This really isn&#8217;t a WordPress tutorial in the traditional sense, but I just had to share. I just signed up with Google&#8217;s new product, Google Voice. I&#8217;ll let you <a title="Google Voice and WordPress" href="http://www.google.com/googlevoice/about.html" target="_blank">see all the details</a> for yourself, but it&#8217;s truly amazing!</p>
<h1>In a Nutshell</h1>
<p>Google assigns you a phone number (you get to pick your own area code or try and spell out a word). You then attach all your other phone numbers to this number&#8230;home phone, cell phone, work phone, etc. When someone calls your Google number, you can send that call to whatever phone number (or numbers) you want. But it&#8217;s not just that folks&#8230;<span id="more-980"></span>there are just too many features for me to list here, but I wanted to show you the one that nearly blew my mind. <a title="The Singularity" href="http://en.wikipedia.org/wiki/Technological_singularity">The Singularity</a> is truly near.<br />
I don&#8217;t even know off hand how I would use it but I&#8217;m sure I&#8217;ll figure something out;)</p>
<h1>What&#8217;s the Big Deal?</h1>
<p>This&#8230;</p>
<p>I called my new Google number from a land line and my cell phone rang. Pretty cool. I then declined the call so it would go to voicemail. It connected to a nice woman who informed me that I had reached the Google voicemail service and to leave a message at the tone.</p>
<div class="wpus wpus_box wpus_box_ wpus_box_yellow wpus_"><em class="wpus_"></em>I am able to setup multiple voicemail greetings for different callers or groups of callers too, but I hadn&#8217;t done that yet.</div>
<p>I left a voicemail message to myself and hung up. A few seconds later (yes, a few seconds) I received this text on my phone.</p>
<div id="attachment_983" class="wp-caption aligncenter" style="width: 650px"><a href="http://wpmodder.com/wp-content/uploads/2010/09/001-text-of-voicemail.png"><img class="size-full wp-image-983" title="Google Voice Transcribed Voicemail Text" src="http://wpmodder.com/wp-content/uploads/2010/09/001-text-of-voicemail.png" alt="Google Voice Transcribed Voicemail Text" width="640" height="960" /></a><p class="wp-caption-text">Transcribed Voicemail Text</p></div>
<p>Pay special attention to the actual text contained within this message. <em>That text was automatically transcribed from the voicemail I had just left seconds earlier!</em></p>
<p>After I picked my jaw up off the floor and changed my pants, I decided to continue my testing and reply to the text I received containing a transcription of my voicemail.</p>
<p><em> </em></p>
<div id="attachment_984" class="wp-caption aligncenter" style="width: 650px"><em><em><a href="http://wpmodder.com/wp-content/uploads/2010/09/002-voice-text-reply.png"><img class="size-full wp-image-984" title="Google Voice Text Reply" src="http://wpmodder.com/wp-content/uploads/2010/09/002-voice-text-reply.png" alt="Google Voice Text Reply" width="640" height="960" /></a></em></em><p class="wp-caption-text">Replying to the Google Voice Text</p></div>
<p>I then went to my <a title="Google Voice" href="http://www.google.com/googlevoice/about.html">Google Voice</a> dashboard and look what I saw. Again, notice the text of the message&#8230;<em>this was automatically transcribed in seconds!</em></p>
<p><a href="http://wpmodder.com/wp-content/uploads/2010/09/003-text-voicemail-in-acct.png"><img class="aligncenter size-medium wp-image-985" title="Google Voice Dashboard" src="http://wpmodder.com/wp-content/uploads/2010/09/003-text-voicemail-in-acct-640x98.png" alt="Google Voice Dashboard" width="640" height="98" /></a>I noticed there were a few options. I could perform some actions like &#8220;Call&#8221; and &#8220;Text&#8221;. I wonder what&#8217;s under the &#8220;more&#8221; dropdown menu?</p>
<p>Holy Toledo!</p>
<div id="attachment_986" class="wp-caption aligncenter" style="width: 650px"><a href="http://wpmodder.com/wp-content/uploads/2010/09/004-voicemail-options-embed.png"><img class="size-medium wp-image-986" title="Learn how to embed Google Voice voicemails into your WordPress site." src="http://wpmodder.com/wp-content/uploads/2010/09/004-voicemail-options-embed-640x290.png" alt="Learn how to embed Google Voice voicemails into your WordPress site." width="640" height="290" /></a><p class="wp-caption-text">Want to Hear My Message? Sure ya do...</p></div>
<p>I clicked &#8220;Embed&#8221; and a window popped up allowing me to give the embed a caption (similar to my favorite software;)</p>
<div id="attachment_987" class="wp-caption aligncenter" style="width: 526px"><a href="http://wpmodder.com/wp-content/uploads/2010/09/005-embed-voicemail.png"><img class="size-full wp-image-987" title="How to put a caption on your Google embed code." src="http://wpmodder.com/wp-content/uploads/2010/09/005-embed-voicemail.png" alt="How to put a caption on your Google embed code." width="516" height="315" /></a><p class="wp-caption-text">Create a Caption for Your Voicemail Embed Code</p></div>
<p>So, without further ado, here it is! (click the little blue play button to listen)</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="100%" height="64" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="data" value="https://clients4.google.com/voice/embed/embedPlayer" /><param name="wmode" value="transparent" /><param name="FlashVars" value="u=05075321020683205538&amp;k=AHwOX_DqrF9aV7JCK70s7MxoWngrzQUFWON5QpAM5Hsj5JcyO6K4QuvmqJuQ1VgCfnJfQEdtlxXUw4Gs_WI22mx21grpE3kCzzhxmJC4Og0IxFqBeiKEYaLnalNYs71h_fMdoGF_Cchbm0cPZYc9hqHgmJx6dJfspvJvH_XmoeDClrY4Jzx17xk&amp;baseurl=https://clients4.google.com/voice&amp;autoPlay=false&amp;cap=Checkout%20This%20Embedded%20Voicemail%21" /><param name="src" value="https://clients4.google.com/voice/embed/embedPlayer" /><param name="flashvars" value="u=05075321020683205538&amp;k=AHwOX_DqrF9aV7JCK70s7MxoWngrzQUFWON5QpAM5Hsj5JcyO6K4QuvmqJuQ1VgCfnJfQEdtlxXUw4Gs_WI22mx21grpE3kCzzhxmJC4Og0IxFqBeiKEYaLnalNYs71h_fMdoGF_Cchbm0cPZYc9hqHgmJx6dJfspvJvH_XmoeDClrY4Jzx17xk&amp;baseurl=https://clients4.google.com/voice&amp;autoPlay=false&amp;cap=Checkout%20This%20Embedded%20Voicemail%21" /><embed type="application/x-shockwave-flash" width="100%" height="64" src="https://clients4.google.com/voice/embed/embedPlayer" flashvars="u=05075321020683205538&amp;k=AHwOX_DqrF9aV7JCK70s7MxoWngrzQUFWON5QpAM5Hsj5JcyO6K4QuvmqJuQ1VgCfnJfQEdtlxXUw4Gs_WI22mx21grpE3kCzzhxmJC4Og0IxFqBeiKEYaLnalNYs71h_fMdoGF_Cchbm0cPZYc9hqHgmJx6dJfspvJvH_XmoeDClrY4Jzx17xk&amp;baseurl=https://clients4.google.com/voice&amp;autoPlay=false&amp;cap=Checkout%20This%20Embedded%20Voicemail%21" wmode="transparent" data="https://clients4.google.com/voice/embed/embedPlayer"></embed></object></p>
<h1>How would you use embedded Google Voicemail(s) on Your Site?</h1>
<p>Aside from it being technically amazing, I can see where it could also be used in more nefarious ways. What happens when a jilted lover all of a sudden has his/her voicemails shared with the <em>entire Internet </em>after a breakup? Or when private business information is shared?</p>
<h1>In Case You&#8217;re Wondering&#8230;</h1>
<p>I signed up because I didn&#8217;t want my regular phone number listed on my email newsletters. Having a phone number listed is required by the <a title="Canned Spam Act" href="http://www.ftc.gov/bcp/edu/pubs/business/ecommerce/bus61.shtm">Canned Spam Act</a>.</p>
<h1>What do you think?</h1>
<p>Tell me what you think in the comments below and please share this on your desired social network if you find it interesting.</p>
<div style="margin: 0 0 10px 0; padding: 4px; width: 595px; border: 2px dashed #990000;">
<p><h1>Want to learn WordPress on the go?</h1></p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" style="border: 0pt none;" src="../wp-content/uploads/2010/09/app-icon-trans2-image-from-itunes.png" border="0" alt="The WP Modder App provides you with WordPress plugin and WordPress theme reviews to help you make informed decisions when building your WordPress websites, either for yourself or your clients." width="125" height="124" /></a><a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><em>Download the WP Modder App</em> now!</a></p>

<p>Learn more about WordPress anywhere with the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank">WP Modder App</a> for <em>iPhone</em>, <em>iPod Touch</em>, and <em>iPad</em>. You'll have access to all of my past and future written and video tutorials as well as reviews of the latest plugins and themes, all from the comfort of your mobile device!</p> <p>How many times have you have you wished you could run through a WordPress tutorial while in the bathroom? C'mon, you know you <a href="http://www.facebook.com/pages/WordPress-Modder-Customizing-WordPress-just-got-easier/10093119109">Facebook</a> in there anyway. Why not learn something while you're at it? It's the ultimate in time management. But seriously...</p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" src="../wp-content/uploads/2010/10/home-appstore.png" alt="" width="142" height="50" /></a>You'll also gain the ability to gain access to free image and link promotion back to your own WordPress powered site! See <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">more details</a> and get the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">WP Modder App</a> now.</p>

</div>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/voice-of-the-community/" rel="bookmark" title="Permanent Link: Voice of the Community">Voice of the Community</a></li><li><a href="http://wpmodder.com/introducing-the-wp-modder-app-for-iphone-and-ipod-touch-1013.html" rel="bookmark" title="Permanent Link: Introducing the WP Modder App for iPhone and iPod Touch">Introducing the WP Modder App for iPhone and iPod Touch</a></li><li><a href="http://wpmodder.com/wp-modder-iphone-app/" rel="bookmark" title="Permanent Link: WordPress Tutorials App">WordPress Tutorials App</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="How to Embed Google Voice Voicemail Messages in WordPress" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-980"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/how-to-embed-google-voice-voicemail-messages-in-wordpress-980.html/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>How to Add and Delete Contact Info Fields for Your Users</title>
		<link>http://wpmodder.com/how-to-add-and-delete-contact-info-fields-for-your-users-960.html</link>
		<comments>http://wpmodder.com/how-to-add-and-delete-contact-info-fields-for-your-users-960.html#comments</comments>
		<pubDate>Fri, 17 Sep 2010 09:00:00 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[Blogging Tips]]></category>
		<category><![CDATA[Extend Wordpress]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[WordPress 3.0]]></category>
		<category><![CDATA[WordPress Tutorials]]></category>
		<category><![CDATA[code snippit]]></category>
		<category><![CDATA[functions]]></category>
		<category><![CDATA[stephanie leary]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=960</guid>
		<description><![CDATA[I want to share a code snippet I recently learned about from following the action (online) at WordCamp Montreal. This is a function written by Stephanie Leary and was presented in her slideshow available here. This function allows you to add/remove/edit the available fields in the Contact Info area of a WordPress user&#8217;s Profile page. [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><div id="attachment_982" class="wp-caption alignleft" style="width: 160px"><a href="http://wpmodder.com/wp-content/uploads/2010/09/Screen-shot-2010-09-14-at-1.11.00-PM.png"><img class="size-thumbnail wp-image-982 " title="How to change the user profile field in WordPress" src="http://wpmodder.com/wp-content/uploads/2010/09/Screen-shot-2010-09-14-at-1.11.00-PM-150x150.png" alt="How I changed the contact info area of my user profile page" width="150" height="150" /></a><p class="wp-caption-text">Updated Profile Page with New fields</p></div>
<p>I want to share a code snippet I recently learned about from following the action (online) at WordCamp Montreal. This is a function written by <a title="Stephanie Leary WordPress Hidden Gems Slideshow" href="http://sillybean.net/" target="_blank">Stephanie Leary</a> and was presented in her slideshow available <a title="Stephanie Leary WordPress Hidden Gems Slideshow" href="http://www.slideshare.net/stephanieleary/wordpress-hidden-gems" target="_blank">here</a>. This function allows you to add/remove/edit the available fields in the <em>Contact Info </em>area of a WordPress user&#8217;s <em>Profile</em> page.</p>
<p>Why would you want to do this? <span id="more-960"> </span>Let&#8217;s have a look at the default <em>Contact Info </em>area of the <em>Profile </em>page.<span id="more-960"></span></p>
<div id="attachment_981" class="wp-caption aligncenter" style="width: 585px"><a href="http://wpmodder.com/wp-content/uploads/2010/09/Screen-shot-2010-09-14-at-12.13.58-PM.png"><img class="size-full wp-image-981" title="How to edit the user profile page in WordPress" src="http://wpmodder.com/wp-content/uploads/2010/09/Screen-shot-2010-09-14-at-12.13.58-PM.png" alt="How to edit the user profile page in WordPress" width="575" height="266" /></a><p class="wp-caption-text">Contact Info of Profile Page</p></div>
<p>Ok, the first two  fields above are useful for sure, but the others? They may be useful to some WordPress site administrators but I&#8217;m guessing that number is small in relation to the millions of WordPress installations worldwide. That&#8217;s only a guess and I can only speak for myself&#8230;and I have no use for knowing any of my user&#8217;s AIM account details. So, I want to get rid of that field.</p>
<p>Now that we&#8217;re editing this function code, we might as well add some more fields too. This would be information a bit more specific to your WordPress site&#8217;s purpose. For my needs, I wanted to add <em>Company Name, Title, Phone Number, </em>and <em>Twitter </em>fields.</p>
<p>Here&#8217;s the exact function code I&#8217;m using:</p>
<pre class="brush: php; title: ; notranslate">
function change_contactmethod( $contactmethods ) {
//Add some fields
$contactmethods['company'] = 'Company Name';
$contactmethods['title'] = 'Title';
$contactmethods['phone'] = 'Phone Number';
$contactmethods['twitter'] = 'Twitter Name (no @)';

//Remove AIM, Yahoo IM, Google Talk/Jabber
unset($contactmethods['aim']);
unset($contactmethods['yim']);
unset($contactmethods['jabber']);

//make it go!
return $contactmethods;

}

add_filter('user_contactmethods','change_contactmethod',10,1);
</pre>
<p>I placed this function in the functions.php file that exists inside the theme folder for the theme I have activated on my site. I saved my changes, refreshed the <em>Profile </em>page and got the desired result as seen below.</p>
<div id="attachment_982" class="wp-caption aligncenter" style="width: 565px"><a href="http://wpmodder.com/wp-content/uploads/2010/09/Screen-shot-2010-09-14-at-1.11.00-PM.png"><img class="size-full wp-image-982" title="How to change the user profile field in WordPress" src="http://wpmodder.com/wp-content/uploads/2010/09/Screen-shot-2010-09-14-at-1.11.00-PM.png" alt="How I changed the contact info area of my user profile page" width="555" height="256" /></a><p class="wp-caption-text">Updated Profile Page with New fields</p></div>
<p>Keep in mind that this is really only an initial step in how you can make better use of your user <em>Profile</em> pages. What would you do?</p>
<div class="wpus wpus_box wpus_box_ wpus_box_green wpus_"><em class="wpus_"></em>Has this tutorial been helpful? Why not sign up for email updates <a title="Get Email Tutorials from WP Modder!" href="http://feedburner.google.com/fb/a/mailverify?uri=wordpressmodder&amp;amp;loc=en_US" target="_blank">here</a> and share this page on your preferred social network below? You might also want to become a <a title="Become a member. It's free!" href="http://adamwwarner.com/non-member" target="_self">Free Member</a> over at <a title="Become a member. It's free!" href="http://adamwwarner.com/non-member" target="_blank">AdamWWarner.com</a> and learn even more WordPress website techniques.</div>
<div style="margin: 0 0 10px 0; padding: 4px; width: 595px; border: 2px dashed #990000;">
<p><h1>Want to learn WordPress on the go?</h1></p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" style="border: 0pt none;" src="../wp-content/uploads/2010/09/app-icon-trans2-image-from-itunes.png" border="0" alt="The WP Modder App provides you with WordPress plugin and WordPress theme reviews to help you make informed decisions when building your WordPress websites, either for yourself or your clients." width="125" height="124" /></a><a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><em>Download the WP Modder App</em> now!</a></p>

<p>Learn more about WordPress anywhere with the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank">WP Modder App</a> for <em>iPhone</em>, <em>iPod Touch</em>, and <em>iPad</em>. You'll have access to all of my past and future written and video tutorials as well as reviews of the latest plugins and themes, all from the comfort of your mobile device!</p> <p>How many times have you have you wished you could run through a WordPress tutorial while in the bathroom? C'mon, you know you <a href="http://www.facebook.com/pages/WordPress-Modder-Customizing-WordPress-just-got-easier/10093119109">Facebook</a> in there anyway. Why not learn something while you're at it? It's the ultimate in time management. But seriously...</p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" src="../wp-content/uploads/2010/10/home-appstore.png" alt="" width="142" height="50" /></a>You'll also gain the ability to gain access to free image and link promotion back to your own WordPress powered site! See <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">more details</a> and get the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">WP Modder App</a> now.</p>

</div>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/how-to-customize-wordpress-registration-and-profile-994.html" rel="bookmark" title="Permanent Link: Attaining the Holy Grail of WordPress Registration Customization">Attaining the Holy Grail of WordPress Registration Customization</a></li><li><a href="http://wpmodder.com/share-wordpress-find-and-promote-wordpress-tips-and-tools-160.html" rel="bookmark" title="Permanent Link: Share WordPress &#8211; Find and Promote WordPress Tips and Tools">Share WordPress &#8211; Find and Promote WordPress Tips and Tools</a></li><li><a href="http://wpmodder.com/the-ultimate-wordpress-form-maker-1165.html" rel="bookmark" title="Permanent Link: The Ultimate WordPress Form Maker">The Ultimate WordPress Form Maker</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="How to Add and Delete Contact Info Fields for Your Users" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-960"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/how-to-add-and-delete-contact-info-fields-for-your-users-960.html/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to Customize and Remove Items in Your WordPress Dashboard and Post Edit Screens</title>
		<link>http://wpmodder.com/how-to-customize-and-remove-items-in-your-wordpress-dashboard-and-post-edit-screens-972.html</link>
		<comments>http://wpmodder.com/how-to-customize-and-remove-items-in-your-wordpress-dashboard-and-post-edit-screens-972.html#comments</comments>
		<pubDate>Sat, 11 Sep 2010 20:30:47 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[Blogging Tips]]></category>
		<category><![CDATA[WordPress Tutorials]]></category>
		<category><![CDATA[adamwwarner.com]]></category>
		<category><![CDATA[add and remove]]></category>
		<category><![CDATA[blog software]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[customized]]></category>
		<category><![CDATA[dashboard]]></category>
		<category><![CDATA[dashboards]]></category>
		<category><![CDATA[display]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[items]]></category>
		<category><![CDATA[php programming language]]></category>
		<category><![CDATA[real world]]></category>
		<category><![CDATA[remove]]></category>
		<category><![CDATA[simplify]]></category>
		<category><![CDATA[system software]]></category>
		<category><![CDATA[users]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress screen options]]></category>
		<category><![CDATA[wordpress tutorial]]></category>
		<category><![CDATA[world wide web]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=972</guid>
		<description><![CDATA[If you&#8217;ve read my previous post and have been waiting for the step-by-step tutorial, here it is. If you haven&#8217;t read my previous post, I suggest you give it a quick scan to learn the real world use case that prompted me to write this tutorial. I hope I didn&#8217;t keep you waiting too long [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><a href="http://www.flickr.com/photos/51035644987@N01/3732851541"><img class="alignleft" style="margin-left: 5px; margin-right: 5px; border: 0pt none;" title="How to makes things easy for your WordPress users...and you!" src="http://farm3.static.flickr.com/2521/3732851541_366445cc7d_m.jpg" border="0" alt="How to makes things easy for your WordPress users...and you!" hspace="5" width="240" height="160" /></a>If you&#8217;ve read my <a title="previous post" href="http://wpmodder.com/how-to-avoid-confusing-your-new-wordpress-authors-and-only-give-them-what-they-need-966.html">previous post</a> and have been waiting for the step-by-step tutorial, here it is. If you haven&#8217;t read my previous post, I suggest you give it a <a title="quick scan" href="http://wpmodder.com/how-to-avoid-confusing-your-new-wordpress-authors-and-only-give-them-what-they-need-966.html">quick scan</a> to learn the real world use case that prompted me to write this tutorial. I hope I didn&#8217;t keep you waiting too long and if you subscribed to my site, I&#8217;d like to say thanks:)</p>
<p>In this tutorial you will learn how to remove many of the non-essential pieces of information included by default in your WordPress Dashboard and Post Edit screens. <span id="more-972"></span>I realize non-essential is a relative term. What might work for me or my Authors may not work for you, so go ahead and tweak the settings to suit your own needs.</p>
<p>As a reminder, the default Dashboard area looks like this:</p>
<p><a href="http://wpmodder.com/wp-content/uploads/2010/09/cluttered-wordpress-dashboard.png"><img class="aligncenter size-full wp-image-967" title="cluttered-wordpress-dashboard" src="http://wpmodder.com/wp-content/uploads/2010/09/cluttered-wordpress-dashboard.png" alt="This is what a cluttered WordPress Dashboard looks like" width="1024" height="1036" /></a>&#8230;and we want to make it look uncluttered like this:</p>
<div id="attachment_968" class="wp-caption aligncenter" style="width: 650px"><a href="http://wpmodder.com/wp-content/uploads/2010/09/clean-wordpress-dashboard.png"><img class="size-medium wp-image-968" title="clean-wordpress-dashboard" src="http://wpmodder.com/wp-content/uploads/2010/09/clean-wordpress-dashboard-640x274.png" alt="clean-wordpress-dashboard" width="640" height="274" /></a><p class="wp-caption-text">Click to Enlarge</p></div>
<p>Here&#8217;s what you do. Go to your Dashboard area and look at the far right. You&#8217;ll see a few things, but look for the button that says &#8220;Screen Options&#8221;.</p>
<p style="text-align: center;">
<div id="attachment_973" class="wp-caption aligncenter" style="width: 388px"><a href="http://wpmodder.com/wp-content/uploads/2010/09/Screen-shot-2010-09-09-at-3.03.27-PM.png"><img class="size-full wp-image-973 " title="WordPress Dashboard Screen Options" src="http://wpmodder.com/wp-content/uploads/2010/09/Screen-shot-2010-09-09-at-3.03.27-PM.png" alt="WordPress Dashboard Screen Options" width="378" height="82" /></a><p class="wp-caption-text">Click on the &quot;Screen Options&quot; button</p></div>
<p>Have you ever clicked that button? If not, you&#8217;ll probably be surprised to see the <em>hidden </em>options below:</p>
<div id="attachment_974" class="wp-caption aligncenter" style="width: 650px"><a href="http://wpmodder.com/wp-content/uploads/2010/09/Screen-shot-2010-09-09-at-3.25.45-PM-e1284060763495.png"><img class="size-medium wp-image-974" title="What are the screen options in the WordPress Dashboard area?" src="http://wpmodder.com/wp-content/uploads/2010/09/Screen-shot-2010-09-09-at-3.25.45-PM-640x125.png" alt="What are the screen options in the WordPress Dashboard area?" width="640" height="125" /></a><p class="wp-caption-text">Surprise! Look at all the hidden options!</p></div>
<p>Simply checking or unchecking these items will allow you to decide what you want to show, and what you want to hide on the Dashboard.<br />
<div class="wpus wpus_box wpus_box_ wpus_box_red wpus_"><em class="wpus_"></em><strong>Important Note:</strong> These settings apply to the currently logged in user only.</div></p>
<p>In the example above, you can see in the upper right of the image that I am logged in under the username,  <em>testuser</em>. I created the <em>testuser</em> account as an <em>Author </em>level user. Any changes you make to the Screen Options settings will only apply to the user that was logged in when the settings were set.</p>
<p>So, for my use case, I simply logged in as the user that I wanted to hide these details from and unchecked all options, then choose the one column setting. Now their Dashboard looks like this:</p>
<div id="attachment_968" class="wp-caption aligncenter" style="width: 650px"><a href="http://wpmodder.com/wp-content/uploads/2010/09/clean-wordpress-dashboard.png"><img class="size-medium wp-image-968" title="clean-wordpress-dashboard" src="http://wpmodder.com/wp-content/uploads/2010/09/clean-wordpress-dashboard-640x274.png" alt="clean-wordpress-dashboard" width="640" height="274" /></a><p class="wp-caption-text">Click to Enlarge</p></div>
<p>As you can see, this really simplifies things for a person new to WordPress. Not only that, but because all of those extra options are gone, the user is more likely to focus on and better understand the options they do have on the left side.</p>
<p>The same applies to the Post Edit screen options. Have a look at those:</p>
<div id="attachment_975" class="wp-caption aligncenter" style="width: 650px"><a href="http://wpmodder.com/wp-content/uploads/2010/09/Screen-shot-2010-09-09-at-4.14.08-PM.png"><img class="size-medium wp-image-975" title="The WordPress Post Edit screen options" src="http://wpmodder.com/wp-content/uploads/2010/09/Screen-shot-2010-09-09-at-4.14.08-PM-640x95.png" alt="The WordPress Post Edit screen options" width="640" height="95" /></a><p class="wp-caption-text">Post Edit Screen Options</p></div>
<p>Do your <em>Author </em>level users really need to see the <em>Send Trackbacks, Custom Fields, and Discussion</em> options when writing their posts? Probably not.</p>
<p>As your users get more and more familiar with writing posts, they&#8217;re also likely to start exploring these available buttons and discover these options on their own. Alternatively, you can always go in and turn these options back on for them too.</p>
<p>I would recommend that you also explore the screen options for more pages within the WordPress administration area while you&#8217;re logged in as the administrator. The rabbit hole runs deep with more options;)</p>
<div style="margin: 0 0 10px 0; padding: 4px; width: 595px; border: 2px dashed #990000;">
<p><h1>Want to learn WordPress on the go?</h1></p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" style="border: 0pt none;" src="../wp-content/uploads/2010/09/app-icon-trans2-image-from-itunes.png" border="0" alt="The WP Modder App provides you with WordPress plugin and WordPress theme reviews to help you make informed decisions when building your WordPress websites, either for yourself or your clients." width="125" height="124" /></a><a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><em>Download the WP Modder App</em> now!</a></p>

<p>Learn more about WordPress anywhere with the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank">WP Modder App</a> for <em>iPhone</em>, <em>iPod Touch</em>, and <em>iPad</em>. You'll have access to all of my past and future written and video tutorials as well as reviews of the latest plugins and themes, all from the comfort of your mobile device!</p> <p>How many times have you have you wished you could run through a WordPress tutorial while in the bathroom? C'mon, you know you <a href="http://www.facebook.com/pages/WordPress-Modder-Customizing-WordPress-just-got-easier/10093119109">Facebook</a> in there anyway. Why not learn something while you're at it? It's the ultimate in time management. But seriously...</p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" src="../wp-content/uploads/2010/10/home-appstore.png" alt="" width="142" height="50" /></a>You'll also gain the ability to gain access to free image and link promotion back to your own WordPress powered site! See <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">more details</a> and get the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">WP Modder App</a> now.</p>

</div>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/how-to-avoid-confusing-your-new-wordpress-authors-and-only-give-them-what-they-need-966.html" rel="bookmark" title="Permanent Link: How to Avoid Confusing Your New WordPress Authors and Only Give Them What They Need.">How to Avoid Confusing Your New WordPress Authors and Only Give Them What They Need.</a></li><li><a href="http://wpmodder.com/how-to-customize-wordpress-registration-and-profile-994.html" rel="bookmark" title="Permanent Link: Attaining the Holy Grail of WordPress Registration Customization">Attaining the Holy Grail of WordPress Registration Customization</a></li><li><a href="http://wpmodder.com/yet-another-paypal-plugin-for-wordpress-it-might-be-just-what-you-need-715.html" rel="bookmark" title="Permanent Link: Yet Another Paypal Plugin for WordPress &#8211; It Might be Just What You Need">Yet Another Paypal Plugin for WordPress &#8211; It Might be Just What You Need</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="How to Customize and Remove Items in Your WordPress Dashboard and Post Edit Screens" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-972"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/how-to-customize-and-remove-items-in-your-wordpress-dashboard-and-post-edit-screens-972.html/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Hide Pages in Your WordPress Navigation Menu</title>
		<link>http://wpmodder.com/how-to-hide-pages-in-your-wordpress-navigation-menu-976.html</link>
		<comments>http://wpmodder.com/how-to-hide-pages-in-your-wordpress-navigation-menu-976.html#comments</comments>
		<pubDate>Fri, 10 Sep 2010 23:04:26 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[Blogging Tips]]></category>
		<category><![CDATA[Blogging Tools]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress Tutorials]]></category>
		<category><![CDATA[exclude pages]]></category>
		<category><![CDATA[fav]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=976</guid>
		<description><![CDATA[I made a tutorial over at AdamWWarner.com and included a video. Unfortunately, in the video I directed people here to watch it&#8230;.whoops. It&#8217;s over here folks! Sorry about that&#8230; Related posts:How the WordPress Trash Feature Saved the DayWordPress Page Attributes and How to Use ThemHide Widget Titles WordPress PluginCopyright &#169; 2011 http://wpmodder.com. All tutorials are [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><div class="wp-caption alignleft" style="width: 250px"><a href="http://www.flickr.com/photos/70021771@N00/148110505"><img style="margin-left: 5px; margin-right: 5px; border: 0pt none;" title="Adam W. Warner makes a WordPress mistake" src="http://farm1.static.flickr.com/47/148110505_10946213c5_m.jpg" border="0" alt="Adam W. Warner makes a WordPress mistake" hspace="5" width="240" height="180" /></a><p class="wp-caption-text">I Feel So Stupid</p></div>
<p>I made a tutorial over at <a title="How to remove a page from WordPress navigation menu" href="http://adamwwarner.com/tutorials/" target="_blank">AdamWWarner.com</a> and included a video. Unfortunately, in the video I directed people here to watch it&#8230;.whoops. It&#8217;s <a title="Adam W. Warner Tutorials" href="http://adamwwarner.com/tutorials/how-to-hide-a-page-from-your-wordpress-website-page-menu" target="_blank">over here</a> folks! Sorry about that&#8230;</p>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/how-the-wordpress-trash-feature-saved-the-day-1048.html" rel="bookmark" title="Permanent Link: How the WordPress Trash Feature Saved the Day">How the WordPress Trash Feature Saved the Day</a></li><li><a href="http://wpmodder.com/wordpress-page-attributes-and-how-to-use-them-1049.html" rel="bookmark" title="Permanent Link: WordPress Page Attributes and How to Use Them">WordPress Page Attributes and How to Use Them</a></li><li><a href="http://wpmodder.com/hide-widget-titles-wordpress-plugin-1147.html" rel="bookmark" title="Permanent Link: Hide Widget Titles WordPress Plugin">Hide Widget Titles WordPress Plugin</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="How to Hide Pages in Your WordPress Navigation Menu" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-976"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/how-to-hide-pages-in-your-wordpress-navigation-menu-976.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Avoid Confusing Your New WordPress Authors and Only Give Them What They Need.</title>
		<link>http://wpmodder.com/how-to-avoid-confusing-your-new-wordpress-authors-and-only-give-them-what-they-need-966.html</link>
		<comments>http://wpmodder.com/how-to-avoid-confusing-your-new-wordpress-authors-and-only-give-them-what-they-need-966.html#comments</comments>
		<pubDate>Thu, 09 Sep 2010 00:25:49 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[Blogging Tips]]></category>
		<category><![CDATA[Extend Wordpress]]></category>
		<category><![CDATA[WordPress Tutorials]]></category>
		<category><![CDATA[align]]></category>
		<category><![CDATA[author]]></category>
		<category><![CDATA[blog software]]></category>
		<category><![CDATA[captions]]></category>
		<category><![CDATA[clutter]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[customized]]></category>
		<category><![CDATA[customizing]]></category>
		<category><![CDATA[dashboard]]></category>
		<category><![CDATA[dashboards]]></category>
		<category><![CDATA[minimize]]></category>
		<category><![CDATA[neighborhood associations]]></category>
		<category><![CDATA[php programming language]]></category>
		<category><![CDATA[post edit]]></category>
		<category><![CDATA[system software]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress tutorial]]></category>
		<category><![CDATA[world wide web]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=966</guid>
		<description><![CDATA[I run the website for my neighborhood association. No wait. Let me rephrase that&#8230;I am the guy who developed a website to facilitate the needs of my neighborhood association. It was never my intention to write posts about the neighborhood happenings or to document the minutes from the association&#8217;s monthly meetings. My position (as I [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><div class="wp-caption alignleft" style="width: 250px"><a href="http://www.flickr.com/photos/8129923@N05/1589723652"><img style="margin-left: 5px; margin-right: 5px; border: 0pt none;" title="Your WordPress Users May be Overloaded" src="http://farm3.static.flickr.com/2133/1589723652_147543cef4_m.jpg" border="0" alt="Too much WordPress information" hspace="5" width="240" height="180" /></a><p class="wp-caption-text">Information Overload</p></div>
<p>I run the website for my neighborhood association. No wait. Let me rephrase that&#8230;I am the guy who developed a website to facilitate the needs of my neighborhood association. It was never my intention to write posts about the neighborhood happenings or to document the minutes from the association&#8217;s monthly meetings. My position (as I saw it) was to provide the tools and teach people how to use them. Even though WordPress makes publishing content <em>very easy</em>, especially for someone who&#8217;s been working with it for seven years, I always have to keep in mind that it is completely new to others, especially the <em>Dashboard</em> as seen by new <em>Authors</em>.</p>
<p>When I developed and launched this association website, I created user accounts for all of the seven board members. I also wrote a very long email explaining how to <span id="more-966"></span>login and add content to the site. I included links to some great video overviews on what the Dashboard is, how to make posts, pages, categories, etc and even created my own twenty minute screencast to talk about site-specific things.</p>
<p>I received no follow-up questions. That should have been my first clue that there was either no interest in adding content, the explanations didn&#8217;t make sense, or that publishing content through a piece of software like this was so scary and unfamiliar that no one wanted to attempt it.</p>
<p>This was a year ago. Up until today I was just fielding emails and adding posts as I received them. Inevitably my ability  to keep up with posting the updates the community members were requesting was challenged. I&#8217;m all about supporting my clients, even the pro-bono projects but I was starting to miss these updates, so I needed a solution, and fast.</p>
<p>Just as I was considering approaching the group to request that they review the instructions again and have someone step up to the &#8220;Author&#8221; role, I was greeted by an email from one of the members requesting that a new person be given access to the site so they can post the updates. Whooo hoo! Problem solved, but I wanted to make sure that this person wasn&#8217;t distracted (confused) by too many options within the WordPress Dashboard.</p>
<p>I removed a bunch of items from this user&#8217;s Dashboard and Edit Post in order to not overwhelm them with information that don&#8217;t need and to make the Visual Editor more of the focus.</p>
<p>Here&#8217;s the Dashboard before:</p>
<div id="attachment_967" class="wp-caption aligncenter" style="width: 650px"><a href="http://wpmodder.com/wp-content/uploads/2010/09/cluttered-wordpress-dashboard.png"><img class="size-large wp-image-967" title="cluttered-wordpress-dashboard" src="http://wpmodder.com/wp-content/uploads/2010/09/cluttered-wordpress-dashboard-1012x1024.png" alt="This is what a cluttered WordPress Dashboard looks like" width="640" height="647" /></a><p class="wp-caption-text">Click to Enlarge</p></div>
<p style="text-align: center;">
<p>Here&#8217;s the Dashboard after:</p>
<div id="attachment_968" class="wp-caption aligncenter" style="width: 650px"><a href="http://wpmodder.com/wp-content/uploads/2010/09/clean-wordpress-dashboard.png"><img class="size-medium wp-image-968" title="clean-wordpress-dashboard" src="http://wpmodder.com/wp-content/uploads/2010/09/clean-wordpress-dashboard-640x274.png" alt="clean-wordpress-dashboard" width="640" height="274" /></a><p class="wp-caption-text">Click to Enlarge</p></div>
<p>Here&#8217;s the Post Edit screen before:</p>
<div id="attachment_969" class="wp-caption aligncenter" style="width: 650px"><a href="http://wpmodder.com/wp-content/uploads/2010/09/cluttered-wordpress-post-edit.png"><img class="size-large wp-image-969" title="cluttered-wordpress-post-edit" src="http://wpmodder.com/wp-content/uploads/2010/09/cluttered-wordpress-post-edit-1011x1024.png" alt="cluttered-wordpress-post-edit" width="640" height="648" /></a><p class="wp-caption-text">Click to Enlarge</p></div>
<p>Here&#8217;s the Post Edit screen after:</p>
<div id="attachment_970" class="wp-caption aligncenter" style="width: 650px"><a href="http://wpmodder.com/wp-content/uploads/2010/09/clean-wordpress-post-edit.png"><img class="size-medium wp-image-970" title="clean-wordpress-post-edit" src="http://wpmodder.com/wp-content/uploads/2010/09/clean-wordpress-post-edit-640x338.png" alt="clean-wordpress-post-edit" width="640" height="338" /></a><p class="wp-caption-text">Click to Enlarge</p></div>
<p>You&#8217;re might be wondering how I accomplished this and how you can do the same. Did I use a plugin? Did I write a special function? Was it simply mind of matter?</p>
<p>Nope. I used some easily accessible built-in WordPress settings that don&#8217;t get too much &#8220;press&#8221; on WordPress tutorial sites. I don&#8217;t mean to leave you hanging, but you&#8217;ll have to stay tuned here to learn how I did it. I&#8217;ll be posting a detailed tutorial with screenshots in the next few days&#8230;this post is already too long!</p>
<p>You can subscribe for updates via <a title="WordPress Tutorials via RSS Feed from WP Modder and Adam W. Warner" href="http://feeds.feedburner.com/wordpressmodder" target="_self">RSS</a> or get handy email updates whenever I post a new tutorial.</p>
<form style="border: none; padding: 3px; text-align: center;" action="http://feedburner.google.com/fb/a/mailverify" method="post">Enter your email address:</p>
<input style="width: 140px;" name="email" type="text" />
<input name="uri" type="hidden" value="wordpressmodder" />
<input name="loc" type="hidden" value="en_US" />
<input type="submit" value="Subscribe" /> </form>
<div style="margin: 0 0 10px 0; padding: 4px; width: 595px; border: 2px dashed #990000;">
<p><h1>Want to learn WordPress on the go?</h1></p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" style="border: 0pt none;" src="../wp-content/uploads/2010/09/app-icon-trans2-image-from-itunes.png" border="0" alt="The WP Modder App provides you with WordPress plugin and WordPress theme reviews to help you make informed decisions when building your WordPress websites, either for yourself or your clients." width="125" height="124" /></a><a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><em>Download the WP Modder App</em> now!</a></p>

<p>Learn more about WordPress anywhere with the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank">WP Modder App</a> for <em>iPhone</em>, <em>iPod Touch</em>, and <em>iPad</em>. You'll have access to all of my past and future written and video tutorials as well as reviews of the latest plugins and themes, all from the comfort of your mobile device!</p> <p>How many times have you have you wished you could run through a WordPress tutorial while in the bathroom? C'mon, you know you <a href="http://www.facebook.com/pages/WordPress-Modder-Customizing-WordPress-just-got-easier/10093119109">Facebook</a> in there anyway. Why not learn something while you're at it? It's the ultimate in time management. But seriously...</p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" src="../wp-content/uploads/2010/10/home-appstore.png" alt="" width="142" height="50" /></a>You'll also gain the ability to gain access to free image and link promotion back to your own WordPress powered site! See <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">more details</a> and get the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">WP Modder App</a> now.</p>

</div>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/how-to-customize-and-remove-items-in-your-wordpress-dashboard-and-post-edit-screens-972.html" rel="bookmark" title="Permanent Link: How to Customize and Remove Items in Your WordPress Dashboard and Post Edit Screens">How to Customize and Remove Items in Your WordPress Dashboard and Post Edit Screens</a></li><li><a href="http://wpmodder.com/how-to-change-your-wordpress-theme-without-losing-your-widgets-or-your-composure-525.html" rel="bookmark" title="Permanent Link: How to Change Your WordPress Theme Without Losing Your Widgets (or your composure)">How to Change Your WordPress Theme Without Losing Your Widgets (or your composure)</a></li><li><a href="http://wpmodder.com/updates-and-changes-at-wordpress-modder-213.html" rel="bookmark" title="Permanent Link: Updates and Changes at WordPress Modder">Updates and Changes at WordPress Modder</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="How to Avoid Confusing Your New WordPress Authors and Only Give Them What They Need." title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-966"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/how-to-avoid-confusing-your-new-wordpress-authors-and-only-give-them-what-they-need-966.html/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Speeding up Your WordPress Site by Limiting the Number of Post and Page Revisions</title>
		<link>http://wpmodder.com/speeding-up-your-wordpress-site-by-limiting-the-number-of-post-and-page-revisions-942.html</link>
		<comments>http://wpmodder.com/speeding-up-your-wordpress-site-by-limiting-the-number-of-post-and-page-revisions-942.html#comments</comments>
		<pubDate>Mon, 30 Aug 2010 15:09:27 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[Extend Wordpress]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress Tutorials]]></category>
		<category><![CDATA[blog software]]></category>
		<category><![CDATA[captions]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[limit]]></category>
		<category><![CDATA[limited]]></category>
		<category><![CDATA[optimizes]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[revision]]></category>
		<category><![CDATA[revision control]]></category>
		<category><![CDATA[revisions]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[speeding]]></category>
		<category><![CDATA[spent]]></category>
		<category><![CDATA[start]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=942</guid>
		<description><![CDATA[I was recently optimizing my other site to squeeze out some more speed and performance and made a simple change to a built-in WordPress setting that solved a nagging issue I&#8217;ve had. This setting has to do with page and post revisions. Don&#8217;t know what I&#8217;m talking about? Have a look toward the bottom of [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><div class="wp-caption alignleft" style="width: 250px"><a href="http://www.flickr.com/photos/24961289@N06/3651973451"><img style="margin-left: 5px; margin-right: 5px; border: 0pt none;" title="Speeding up your WordPress site with a small tweak" src="http://farm4.static.flickr.com/3317/3651973451_9a158a1419_m.jpg" border="0" alt="WordPress website performance tweak" hspace="5" width="240" height="191" /></a><p class="wp-caption-text">Need for Speed</p></div>
<p>I was recently optimizing <a title="How to create a WordPress powered website" href="http://adamwwarner.com" target="_blank">my other site</a> to squeeze out some more speed and performance and made a simple change to a built-in WordPress setting that solved a nagging issue I&#8217;ve had. This setting has to do with page and post revisions. Don&#8217;t know what I&#8217;m talking about? Have a look toward the bottom of your page or post while you&#8217;re in edit mode and look for the revisions area. Check out the image below:</p>
<div id="attachment_944" class="wp-caption aligncenter" style="width: 650px"><a href="http://wpmodder.com/wp-content/uploads/2010/08/Screen-shot-2010-08-30-at-10.03.37-AM.png"><img class="size-full wp-image-944 " title="How to Speed up Your WordPress Website by Changing a Little Known Setting" src="http://wpmodder.com/wp-content/uploads/2010/08/Screen-shot-2010-08-30-at-10.03.37-AM.png" alt="How to Speed up Your WordPress Website by Changing a Little Known Setting" width="640" /></a><p class="wp-caption-text">The Revisions Area</p></div>
<p>Revisions are basically drafts of your posts and pages. They are automatically saved at a specified time interval and also when you click &#8220;Save Draft&#8221;. The reasoning behind revisions is that you can go back to a previous version of what you were writing and either choose to use that older revision, or to compare to other revisions (drafts). There is a lot of flexibility here, but in my case, and maybe in yours, this flexibility is unnecessary and uses resources on your site that can slow down your page load times. They&#8217;re also all stored in your WordPress database&#8230;that&#8217;s too much clutter.</p>
<p>Fortunately, we can change the time between each saved revision, and also the total number of revisions that are saved. In fact, we can even turn off revisions completely. So where is this setting in the Dashboard? <span id="more-942"></span>Logic might suggest that it would be under the Settings&#8211;&gt;Writing options, but for some reason logic doesn&#8217;t seem to apply in respect to WordPress post and page revision settings.</p>
<p>In order to make these changes, you&#8217;ll need to <em>get your hands dirty </em>just a bit by editing the wp-config.php file on your server. Go ahead and get your FTP client started and open your wp-config.php file for editing.</p>
<p>Look for the line in this file that looks like this:</p>
<pre>/* That's all, stop editing! Happy blogging. */</pre>
<p>Just <em>before the line above, </em>copy and paste the following lines:</p>
<pre>define('AUTOSAVE_INTERVAL', 120 );  // seconds (default is 60)
define('WP_POST_REVISIONS', false ); // disable post revisions
define('WP_POST_REVISIONS', 3); // alter number of post revisions kept.</pre>
<p>Save your changes and you&#8217;re done! Congrats, you&#8217;ve just sped up your site and decreased the amount of data that will be stored in your database. Feel free to change the settings above to suit your individual writing habits.</p>
<p>BUT WAIT Adam!&#8230;I do not have an FTP client and don&#8217;t feel comfortable editing this file! Is there another option? Oh how I love WordPress, of course there&#8217;s also a plugin you can install for making these changes, but I try to avoid using too many plugins. If you like <em>keeping your hands clean </em>then go ahead and grab the <a title="How to Control WordPress Post Revisions" href="http://wordpress.org/extend/plugins/revision-control/" target="_blank">Revision Control plugin</a>.</p>
<p><em><strong>If you found this article helpful, please do me a favor and share it using one the social services below and feel free to leave a comment with your website link.</strong></em></p>
<div style="margin: 0 0 10px 0; padding: 4px; width: 595px; border: 2px dashed #990000;">
<p><h1>Want to learn WordPress on the go?</h1></p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" style="border: 0pt none;" src="../wp-content/uploads/2010/09/app-icon-trans2-image-from-itunes.png" border="0" alt="The WP Modder App provides you with WordPress plugin and WordPress theme reviews to help you make informed decisions when building your WordPress websites, either for yourself or your clients." width="125" height="124" /></a><a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><em>Download the WP Modder App</em> now!</a></p>

<p>Learn more about WordPress anywhere with the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank">WP Modder App</a> for <em>iPhone</em>, <em>iPod Touch</em>, and <em>iPad</em>. You'll have access to all of my past and future written and video tutorials as well as reviews of the latest plugins and themes, all from the comfort of your mobile device!</p> <p>How many times have you have you wished you could run through a WordPress tutorial while in the bathroom? C'mon, you know you <a href="http://www.facebook.com/pages/WordPress-Modder-Customizing-WordPress-just-got-easier/10093119109">Facebook</a> in there anyway. Why not learn something while you're at it? It's the ultimate in time management. But seriously...</p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" src="../wp-content/uploads/2010/10/home-appstore.png" alt="" width="142" height="50" /></a>You'll also gain the ability to gain access to free image and link promotion back to your own WordPress powered site! See <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">more details</a> and get the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">WP Modder App</a> now.</p>

</div>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/how-to-add-and-delete-contact-info-fields-for-your-users-960.html" rel="bookmark" title="Permanent Link: How to Add and Delete Contact Info Fields for Your Users">How to Add and Delete Contact Info Fields for Your Users</a></li><li><a href="http://wpmodder.com/how-to-split-a-post-or-page-into-many-69.html" rel="bookmark" title="Permanent Link: How to Split a Post or Page into Many">How to Split a Post or Page into Many</a></li><li><a href="http://wpmodder.com/wordpress-theme-structure-788.html" rel="bookmark" title="Permanent Link: Justin Tadlock&#039;s Structure Theme">Justin Tadlock&#039;s Structure Theme</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="Speeding up Your WordPress Site by Limiting the Number of Post and Page Revisions" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-942"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/speeding-up-your-wordpress-site-by-limiting-the-number-of-post-and-page-revisions-942.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Frameworks, Parent Themes, and Child Themes&#8230;oh my!</title>
		<link>http://wpmodder.com/wordpress-frameworks-parent-themes-and-child-themes-oh-my-934.html</link>
		<comments>http://wpmodder.com/wordpress-frameworks-parent-themes-and-child-themes-oh-my-934.html#comments</comments>
		<pubDate>Tue, 17 Aug 2010 13:09:17 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[Blogging Tools]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[theme frameworks]]></category>
		<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=934</guid>
		<description><![CDATA[I&#8217;ve seen a bit of discussion popping up lately on why calling a parent theme a framework really isn&#8217;t correct. This is especially important with new framework releases like RichWP. A framework is not a parent theme. I just finished reading a post by Justin Tadlock explaining the differences between WordPress theme frameworks, parent themes, [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><div class="wp-caption alignleft" style="width: 192px"><a href="http://www.flickr.com/photos/34419668@N08/3919909048"><img style="margin-left: 5px; margin-right: 5px; border: 0pt none;" title="What is a WordPress theme framework" src="http://farm3.static.flickr.com/2628/3919909048_b8a3c2f343_m.jpg" border="0" alt="How are WordPress theme frameworks different from parent theme or child themes" hspace="5" width="182" height="240" /></a><p class="wp-caption-text">WordPress Theme Frameworks</p></div>
<p>I&#8217;ve seen a bit of discussion popping up lately on why calling a parent theme a framework really isn&#8217;t correct. This is especially important with new <em>framework releases </em>like <a title="WordPress Theme Framework RichWP" href="https://www.e-junkie.com/ecom/gb.php?cl=55482&amp;c=ib&amp;aff=12019" target="_blank">RichWP</a>. A framework is not a parent theme.</p>
<p>I just finished reading <a title="Justin Tadlock Explains Theme Frameworks" href="http://justintadlock.com/archives/2010/08/16/frameworks-parent-child-and-grandchild-themes" target="_blank">a post</a> by Justin Tadlock explaining the differences between WordPress theme frameworks, parent themes, and child themes. He also explains the problem that child themes were meant to solve (being able to customize your theme without fear of losing those customizations upon theme upgrades)&#8230;still exists.</p>
<p>With this explanation, Justin also reveals (again) that he will be releasing his own framework aptly named <em>Hybrid Core. </em>You can learn more <a title="Justin Tadlock Explains Theme Frameworks" href="http://justintadlock.com/archives/2010/08/16/frameworks-parent-child-and-grandchild-themes" target="_blank">here</a>.</p>
<div style="margin: 0 0 10px 0; padding: 4px; width: 595px; border: 2px dashed #990000;">
<p><h1>Want to learn WordPress on the go?</h1></p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" style="border: 0pt none;" src="../wp-content/uploads/2010/09/app-icon-trans2-image-from-itunes.png" border="0" alt="The WP Modder App provides you with WordPress plugin and WordPress theme reviews to help you make informed decisions when building your WordPress websites, either for yourself or your clients." width="125" height="124" /></a><a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><em>Download the WP Modder App</em> now!</a></p>

<p>Learn more about WordPress anywhere with the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank">WP Modder App</a> for <em>iPhone</em>, <em>iPod Touch</em>, and <em>iPad</em>. You'll have access to all of my past and future written and video tutorials as well as reviews of the latest plugins and themes, all from the comfort of your mobile device!</p> <p>How many times have you have you wished you could run through a WordPress tutorial while in the bathroom? C'mon, you know you <a href="http://www.facebook.com/pages/WordPress-Modder-Customizing-WordPress-just-got-easier/10093119109">Facebook</a> in there anyway. Why not learn something while you're at it? It's the ultimate in time management. But seriously...</p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" src="../wp-content/uploads/2010/10/home-appstore.png" alt="" width="142" height="50" /></a>You'll also gain the ability to gain access to free image and link promotion back to your own WordPress powered site! See <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">more details</a> and get the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">WP Modder App</a> now.</p>

</div>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/ithemes-releases-two-web-20-themes-66.html" rel="bookmark" title="Permanent Link: iThemes Releases Two Web 2.0 Themes">iThemes Releases Two Web 2.0 Themes</a></li><li><a href="http://wpmodder.com/wordpress-page-attributes-and-how-to-use-them-1049.html" rel="bookmark" title="Permanent Link: WordPress Page Attributes and How to Use Them">WordPress Page Attributes and How to Use Them</a></li><li><a href="http://wpmodder.com/how-the-wordpress-trash-feature-saved-the-day-1048.html" rel="bookmark" title="Permanent Link: How the WordPress Trash Feature Saved the Day">How the WordPress Trash Feature Saved the Day</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="WordPress Frameworks, Parent Themes, and Child Themes&#8230;oh my!" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-934"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/wordpress-frameworks-parent-themes-and-child-themes-oh-my-934.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is the best WordPress Plugin for Making a Personal Connection with Your Visitors?</title>
		<link>http://wpmodder.com/what-is-the-best-wordpress-plugin-for-making-a-personal-connection-with-your-visitors-916.html</link>
		<comments>http://wpmodder.com/what-is-the-best-wordpress-plugin-for-making-a-personal-connection-with-your-visitors-916.html#comments</comments>
		<pubDate>Thu, 12 Aug 2010 16:21:30 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[Blogging Tips]]></category>
		<category><![CDATA[Blogging Tools]]></category>
		<category><![CDATA[Extend Wordpress]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress Tutorials]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=916</guid>
		<description><![CDATA[Not long ago I moved this site to a new domain and in the process axed a lot of custom code and plugins I had been using for almost three years. I was frustrated with the bloat of the site and wanted to start fresh. During that process I deleted a plugin that I had [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Not long ago I moved this site to a <a title="new domain" href="http://wpmodder.com/where-to-find-a-wordpress-development-consultant-797.html">new domain</a> and in the process axed a lot of custom code and plugins I had been using for almost three years. I was frustrated with the bloat of the site and wanted to start fresh. During that process I deleted a plugin that I had forgotten I had installed that did a nice job of helping me make a more personal connection with you, my visitors. That plugin is named<span id="more-916"></span> <a title="What Would Seth Godin Do WordPress Plugin" href="http://wordpress.org/extend/plugins/what-would-seth-godin-do/stats/" target="_blank"><em>What Would Seth Godin Do</em></a> and has been around for quite a while. It was created by <a title="WordPress Plugin for Connecting with Visitors" href="http://richardkmiller.com/wordpress-plugin-what-would-seth-godin-do" target="_blank">Richard K. Miller</a>. In fact, it&#8217;s been downloaded 52,667 times according to the WordPress plugin repository and it&#8217;s been through six version updates.</p>
<p>Don&#8217;t know who <a title="Seth Godin" href="http://sethgodin.typepad.com/">Seth Godin</a> is or what this plugin does? In short, Seth Godin is a marketing guru who has created several internet ventures and written a bunch of books. According to the developer, this plugin idea was sparked by a few words of Seth&#8217;s in one of his books:</p>
<blockquote><p>&#8220;One opportunity that’s underused is the idea of using cookies to treat  returning visitors differently than newbies. It’s more work at first,  but it can offer two experiences to two different sorts of people.&#8221;</p></blockquote>
<p>That leads us to the basic idea behind this plugin. It allows you to <em>target returning visitors different from new visitors.</em> Let me explain a little more by showing you an example from this very site. More than likely you&#8217;ve seen the output of this plugin just before you started reading this post. Go ahead, scroll up and take a peek&#8230;.see what I mean?</p>
<p>If this is your first visit to my site, you should be seeing a message similar to this:</p>
<div id="attachment_919" class="wp-caption aligncenter" style="width: 665px"><a href="http://wpmodder.com/wp-content/uploads/2010/08/Screen-shot-2010-08-12-at-10.23.56-AM.png"><img class="size-full wp-image-919" title="How to retain and connect with visitors to your WordPress site" src="http://wpmodder.com/wp-content/uploads/2010/08/Screen-shot-2010-08-12-at-10.23.56-AM.png" alt="" width="655" height="183" /></a><p class="wp-caption-text">Message for New Visitors</p></div>
<p>If you&#8217;re a returning visitor (more than two visits), you should be seeing a message similar to this:</p>
<div id="attachment_920" class="wp-caption aligncenter" style="width: 653px"><a href="http://wpmodder.com/wp-content/uploads/2010/08/Screen-shot-2010-08-12-at-10.27.24-AM.png"><img class="size-full wp-image-920" title="Output of the What Would Seth Godin Do WordPress plugin for returning visitors" src="http://wpmodder.com/wp-content/uploads/2010/08/Screen-shot-2010-08-12-at-10.27.24-AM.png" alt="" width="643" height="291" /></a><p class="wp-caption-text">Message for Returning Visitors</p></div>
<p>I love this plugin and how it allows me to send a personal message to two different groups of visitors and to highlight <a title="the things" href="http://adamwwarner.com/wordpress-building-website-courses%3Fap_id%3Dtesting123">the things</a> I want to promote. One thing I had to consider when entering the actual content in these messages was the overall <em>size </em>of each message block, especially the message for returning visitors. What you see above in the second image isn&#8217;t the default output, I added a bit of my own css styling to tweak things so it would fit into what I consider an acceptable space when viewed above a post.</p>
<p>What configuration options are there you ask? Here&#8217;s a quick video run-through to give you a better visual&#8230;. (click the<em> </em>full screen<em> </em>icon for 1280 x 720 video size)</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="480" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://blip.tv/play/gutXgfWQBgA%2Em4v" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="480" src="http://blip.tv/play/gutXgfWQBgA%2Em4v" allowfullscreen="true"></embed></object></p>
<p>I hope this plugin description and overview has been helpful, and I do hope you&#8217;ll share your experiences with this plugin in the comments so we can see how you&#8217;re using it. I would imagine that because this plugin accepts HTML in the message fields that you could probably do some pretty cool stuff&#8230;</p>
<p>Here&#8217;s the YouTube version:</p>
<p><a href="http://www.youtube.com/watch?v=gfb9kECv8iQ">What Would Seth Godin Do WordPress Plugin</a></p>
<div style="margin: 0 0 10px 0; padding: 4px; width: 595px; border: 2px dashed #990000;">
<p><h1>Want to learn WordPress on the go?</h1></p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" style="border: 0pt none;" src="../wp-content/uploads/2010/09/app-icon-trans2-image-from-itunes.png" border="0" alt="The WP Modder App provides you with WordPress plugin and WordPress theme reviews to help you make informed decisions when building your WordPress websites, either for yourself or your clients." width="125" height="124" /></a><a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><em>Download the WP Modder App</em> now!</a></p>

<p>Learn more about WordPress anywhere with the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank">WP Modder App</a> for <em>iPhone</em>, <em>iPod Touch</em>, and <em>iPad</em>. You'll have access to all of my past and future written and video tutorials as well as reviews of the latest plugins and themes, all from the comfort of your mobile device!</p> <p>How many times have you have you wished you could run through a WordPress tutorial while in the bathroom? C'mon, you know you <a href="http://www.facebook.com/pages/WordPress-Modder-Customizing-WordPress-just-got-easier/10093119109">Facebook</a> in there anyway. Why not learn something while you're at it? It's the ultimate in time management. But seriously...</p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" src="../wp-content/uploads/2010/10/home-appstore.png" alt="" width="142" height="50" /></a>You'll also gain the ability to gain access to free image and link promotion back to your own WordPress powered site! See <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">more details</a> and get the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">WP Modder App</a> now.</p>

</div>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/create-a-custom-database-connection-error-page-146.html" rel="bookmark" title="Permanent Link: Create a Custom Database Connection Error Page">Create a Custom Database Connection Error Page</a></li><li><a href="http://wpmodder.com/three-blogging-tips-26.html" rel="bookmark" title="Permanent Link: Three Blogging Tips">Three Blogging Tips</a></li><li><a href="http://wpmodder.com/wp-modders-essential-wordpress-plugins-list-7.html" rel="bookmark" title="Permanent Link: Essential WordPress Plugins for New Blogs">Essential WordPress Plugins for New Blogs</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="What is the best WordPress Plugin for Making a Personal Connection with Your Visitors?" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-916"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/what-is-the-best-wordpress-plugin-for-making-a-personal-connection-with-your-visitors-916.html/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress Membership Site + WooThemes Adii Pienaar + Free Book</title>
		<link>http://wpmodder.com/how-to-build-membership-site-wordpress-902.html</link>
		<comments>http://wpmodder.com/how-to-build-membership-site-wordpress-902.html#comments</comments>
		<pubDate>Wed, 28 Jul 2010 18:56:01 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[Extend Wordpress]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Rockstar Business]]></category>
		<category><![CDATA[wishlist member]]></category>
		<category><![CDATA[woothemes]]></category>
		<category><![CDATA[wordpress membership plugin]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=902</guid>
		<description><![CDATA[If you&#8217;ve been around the WordPress world for awhile, you&#8217;ve no doubt heard about the WishList Member plugin. If you haven&#8217;t heard of it before, here&#8217;s the skinny&#8230;it&#8217;s simply the best and most feature rich WordPress membership plugin available (in my opinion that is). Not only does this plugin work as advertised, but they also [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><a href="http://member.wishlistproducts.com/wlp.php?af=908120"><img class="alignleft" style="border: 0pt none;" src="http://www.wishlistproducts.com/affiliatetools/images/WLM_300X250.gif" border="0" alt="" width="300" height="250" /></a> If you&#8217;ve been around the WordPress world for awhile, you&#8217;ve no doubt heard about the <a title="Start your WordPress membership site now!" href="http://member.wishlistproducts.com/wlp.php?af=908120" target="_blank">WishList Member</a> plugin. If you haven&#8217;t heard of it before, here&#8217;s the skinny&#8230;it&#8217;s simply the best and most feature rich WordPress membership plugin available (in my opinion that is). Not only does this plugin work as advertised, but they also offer <em>a lot </em>of great documentation and training materials. <strong><em>Note: </em></strong><em>I am speaking from personal experience with this plugin. I never recommend any paid plugin, theme, or other software unless I believe in it. </em>If you&#8217;ve been thinking about starting your WordPress-powered membership site, now might be the best time to do it. Why?<span id="more-902"></span></p>
<p>Wishlist Member is running a really cool promotion where they have teamed up with the co-founder of <a title="WooThemes WordPress Themes" href="http://www.woothemes.com/amember/go.php?r=5672&amp;i=l0" target="_blank">WooThemes</a> (Adii Pienaar) and they are offering a great promotion.</p>
<blockquote><p><strong>If you purchase WishList Member between now and August 27th, you&#8217;ll get Adii&#8217;s new book (Rockstar Business) absolutely free.</strong></p></blockquote>
<p>You can learn more about <a title="Start your WordPress membership site now!" href="http://member.wishlistproducts.com/wlp.php?af=908120" target="_blank">Wishlist Member</a> and this promotion <a title="Start your WordPress membership site now!" href="http://member.wishlistproducts.com/wlp.php?af=908120" target="_blank">here</a>.</p>
<div style="margin: 0 0 10px 0; padding: 4px; width: 595px; border: 2px dashed #990000;">
<p><h1>Want to learn WordPress on the go?</h1></p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" style="border: 0pt none;" src="../wp-content/uploads/2010/09/app-icon-trans2-image-from-itunes.png" border="0" alt="The WP Modder App provides you with WordPress plugin and WordPress theme reviews to help you make informed decisions when building your WordPress websites, either for yourself or your clients." width="125" height="124" /></a><a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><em>Download the WP Modder App</em> now!</a></p>

<p>Learn more about WordPress anywhere with the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank">WP Modder App</a> for <em>iPhone</em>, <em>iPod Touch</em>, and <em>iPad</em>. You'll have access to all of my past and future written and video tutorials as well as reviews of the latest plugins and themes, all from the comfort of your mobile device!</p> <p>How many times have you have you wished you could run through a WordPress tutorial while in the bathroom? C'mon, you know you <a href="http://www.facebook.com/pages/WordPress-Modder-Customizing-WordPress-just-got-easier/10093119109">Facebook</a> in there anyway. Why not learn something while you're at it? It's the ultimate in time management. But seriously...</p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" src="../wp-content/uploads/2010/10/home-appstore.png" alt="" width="142" height="50" /></a>You'll also gain the ability to gain access to free image and link promotion back to your own WordPress powered site! See <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">more details</a> and get the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">WP Modder App</a> now.</p>

</div>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/how-to-create-a-wordpress-membership-site-186.html" rel="bookmark" title="Permanent Link: How to Create a WordPress Membership Site">How to Create a WordPress Membership Site</a></li><li><a href="http://wpmodder.com/advanced-notice-only-for-wpm-readers-new-wordpress-membership-plugin-241.html" rel="bookmark" title="Permanent Link: Advanced Notice Only for WPM Readers &#8211; New WordPress Membership Plugin">Advanced Notice Only for WPM Readers &#8211; New WordPress Membership Plugin</a></li><li><a href="http://wpmodder.com/wp-modder-app-now-available-on-android-devices-1161.html" rel="bookmark" title="Permanent Link: WP Modder App Now Available on Android Devices">WP Modder App Now Available on Android Devices</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="WordPress Membership Site + WooThemes Adii Pienaar + Free Book" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-902"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/how-to-build-membership-site-wordpress-902.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to use Thematic and the wpSearchMu Plugin to Display Sitewide Search Results</title>
		<link>http://wpmodder.com/how-to-use-thematic-and-the-wpsearchmu-plugin-to-display-sitewide-search-results-860.html</link>
		<comments>http://wpmodder.com/how-to-use-thematic-and-the-wpsearchmu-plugin-to-display-sitewide-search-results-860.html#comments</comments>
		<pubDate>Thu, 15 Jul 2010 19:35:41 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[Extend Wordpress]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress Tutorials]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=860</guid>
		<description><![CDATA[A long title perhaps, but it could have read like this&#8230; &#8220;What I Learned About Using WordPress Multi-Site (WMPU), Multiple Thematic Child Themes, Thematic Functions and CSS Body Class Styling and the wpSearchMu Plugin, to Accomplish a Sitewide Search and Get the Results Displayed How I Needed.&#8221; Whew! In other words&#8230; My client had a [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>A long title perhaps, but it could have read like this&#8230;<em> </em></p>
<blockquote><p>&#8220;What I Learned About Using WordPress Multi-Site (WMPU), Multiple Thematic Child Themes, Thematic Functions and CSS Body Class Styling and the wpSearchMu Plugin, to Accomplish a Sitewide Search and Get the Results Displayed How I Needed.&#8221;</p></blockquote>
<p>Whew!</p>
<h3>In other words&#8230;<span id="more-860"></span></h3>
<p>My client had a need for several distinct sites for each of their product offerings, all related and interconnected, but needing to have individual plugins and themes managed separately. I needed six sites, all with the same branding, but all with slightly different layout and functional changes. I should also point out that this is a page heavy implementation of WordPress. Across all six sites there are only three actual blog posts and roughly 700 pages, give or take. Yes. You read that correctly&#8230;over 700 pages in total.</p>
<h3>The Network of Sites</h3>
<p>As I stated above there are six sites. The main site and five subdomain sites. Three of these sites are actually duplicates of the main site and two subdomain sites that have been translated into another language, so for the purposes of this article, I&#8217;ll be referring to just three sites. We&#8217;ll call them <em>Main Portal, Residential, and Commercial</em>.</p>
<p>Each of these sites had to have the same theme applied, but each site&#8217;s theme needed to have a slightly different look and functionality. By that I mean, the contents of the style.css and the functions.php files needed to be different for each theme. My solution was to use the <a title="Thematic Framework" href="http://wordpress.org/extend/themes/thematic">Thematic Framework</a> and create a custom <a title="Child Theme" href="http://www.wptavern.com/build-a-theme-with-thematic">Child Theme</a> for each site and this has worked great, but when <strong><em>I needed a sitewide search solution</em></strong>, things got a bit dicey and I needed to do a lot of research, forum reading, trial and error, and reach out for assistance from a WPMU and Thematic guru in order to find the solution.</p>
<h3>The Initial Solution</h3>
<p>The sitewide WordPress Multi-Site search solution I chose to implement was the <a title="wpSearchMu - WordPress Multi-Site Search" href="http://wordpress.org/extend/plugins/wpsearchmu/" target="_blank">wpSearchMu plugin</a> by <a title="Adam Wulf" href="http://welcome.totheinter.net/" target="_blank">Adam Wulf</a> and <a title="WordPress Search Plugin" href="http://codefury.net/about/" target="_blank">Kenny Katzgrau</a>. I&#8217;ll let you read <a title="wpSearchMu Instructions" href="http://wordpress.org/extend/plugins/wpsearchmu/installation/" target="_blank">the instructions</a> for setting up this plugin on your own, but when you get to the part about making a small edit to your theme&#8217;s search.php file, be sure to read below if you&#8217;re using Thematic and a child theme. That&#8217;s what this post is all about&#8230;</p>
<p>The theme edit that the plugin requires is to add some code to the beginning and the end of <a title="the Loop" href="http://codex.wordpress.org/The_Loop">the Loop</a> in your <a title="search.php" href="http://codex.wordpress.org/Creating_a_Search_Page">search.php</a> file.</p>
<p>At the beginning of the Loop:</p>
<pre class="brush: php; title: ; notranslate">
switch_to_blog($post-&gt;blog_id);
</pre>
<p>At the end of the Loop:</p>
<pre class="brush: php; title: ; notranslate">
restore_current_blog();
</pre>
<p>It&#8217;s not quite that simple when using Thematic and child themes, instead of editing the main Thematic search.php file (and having it overwritten each time you upgrade the Thematic core), you would instead create a function in each child theme to filter the main Thematic search. In this search filter function you would add the extra bit of code that the plugin requires. Here&#8217;s that function with those two lines added to the beginning and end of the search loop:</p>
<pre class="brush: php; title: ; notranslate">
//**********  FILTER SEARCH LOOP TO ADD WPSEARCHMU PLUGIN CODE  ***********
function remove_searchloop() {
    remove_action('thematic_searchloop', 'thematic_search_loop');
}
add_action('init', 'remove_searchloop');

function my_wpsearchmu_loop() {
	global $post;
	while ( have_posts() ) : the_post();
		switch_to_blog($post-&gt;blog_id); ?&gt;
		&lt;div id=&quot;post-&lt;?php the_ID() ?&gt;&quot; class=&quot;&lt;?php thematic_post_class() ?&gt;&quot;&gt;
			&lt;?php thematic_postheader(); ?&gt;
			&lt;div class=&quot;entry-content&quot;&gt;
				&lt;?php thematic_content(); ?&gt;
			&lt;/div&gt;
			&lt;?php thematic_postfooter(); ?&gt;
		&lt;/div&gt;&lt;!-- .post --&gt;
		&lt;?php restore_current_blog();
      endwhile;
}
add_action('thematic_searchloop', 'my_wpsearchmu_loop');

//***************************************************************
</pre>
<p>Ok, so now that I had the necessary code from the <a title="wpSearchMu" href="http://welcome.totheinter.net/wpsearchmu/">wpSearchMu</a> plugin added to the search loop, I went through the rest of the instructions including creating an index of the blogs I wanted search results from. And I did this on each of the blogs. Now it was time to test my search results&#8230;</p>
<h3>The Problem</h3>
<p>I tested the search from the main blog using the search term of &#8220;radon&#8221; because I knew that this term existed on the three blogs I wanted results from: <em>Main Portal, Residential, and Commercial</em>. This worked perfectly and exactly as expected, as seen in the image below.</p>
<p><a href="http://wpmodder.com/wp-content/uploads/2010/07/Screen-shot-2010-07-15-at-2.05.33-PM.png"><img class="alignleft size-full wp-image-882" title="wpSearchMU WordPress Plugin Search Results Page" src="http://wpmodder.com/wp-content/uploads/2010/07/Screen-shot-2010-07-15-at-2.05.33-PM-e1279217488345.png" alt="" width="638" height="450" /></a></p>
<p>The blue text you see in the image above are the page title links. Mission accomplished right? Not quite. Next I checked the search from one of the subdomain blogs and check out the search results now&#8230;where did the page titles go!?</p>
<p><a href="http://wpmodder.com/wp-content/uploads/2010/07/Screen-shot-2010-07-15-at-2.05.13-PM.png"><img class="alignleft size-full wp-image-885" title="How to use the wpSearchMu Plugin with Thematic" src="http://wpmodder.com/wp-content/uploads/2010/07/Screen-shot-2010-07-15-at-2.05.13-PM-e1279217725861.png" alt="" width="640" height="434" /></a></p>
<p>Well, obviously those aren&#8217;t very useful results as they don&#8217;t lead the user anywhere! This was only also happening on<em> Commercial</em> site. So I started troubleshooting to find out what was going on. As I had been working on this project for a long time, and knowing it (and it&#8217;s stylesheets and functions files) had been changed, tweaked, and edited many times, I assumed the trouble was with one of two things. Either I was hiding those page titles with a function or within the stylesheet of that particular child theme.</p>
<h3>The Final Solution</h3>
<p>After many hours and days of frustration searching through and comparing these files over and over again, I finally reached out to the aforementioned <a title="guru" href="http://wordpress.org/extend/plugins/profile/wpmuguru">guru</a>, a.k.a. <a title="Ron Rennick" href="http://ronandandrea.com/">Ron Rennick</a> and asked him to have a look with fresh eyes, which he graciously did and this was his response:</p>
<p>Found it- In Thematic</p>
<pre class="brush: php; title: ; notranslate">
function thematic_postheader() {
  global $id, $post, $authordata;
  &lt;snip&gt;
    if (is_single() || is_page()) {
      $posttitle = '&lt;h1 class=&quot;entry-title&quot;&gt;' . get_the_title() . &quot;&lt;/h1&gt;\n&quot;;
  } elseif (is_404()) {          $posttitle = '&lt;h1 class=&quot;entry-title&quot;&gt;' . __('Not Found', 'thematic') . &quot;&lt;/h1&gt;\n&quot;;
  } else {
      $posttitle = '&lt;h2 class=&quot;entry-title&quot;&gt;&lt;a href=&quot;';
      $posttitle .= get_permalink();
      $posttitle .= '&quot; title=&quot;';
      $posttitle .= __('Permalink to ', 'thematic') . the_title_attribute('echo=0');
      $posttitle .= '&quot; rel=&quot;bookmark&quot;&gt;';
      $posttitle .= get_the_title();        $posttitle .= &quot;&lt;/a&gt;&lt;/h2&gt;\n&quot;;
  }

&lt;...&gt;
</pre>
<p>In the main blog, the url for radon is being treated as a post. On the residential blog, it&#8217;s being treated as a page. Your search loop calls the thematic_postheader function.</p>
<p>Now I still don&#8217;t really understand why the thematic_postheader function would treat one blog&#8217;s content as a page and the other as a post, but I took the guru&#8217;s advice and created separate thematic_postheader functions for each child theme and placed it in their respective functions.php files. My child theme postheader function looks like this:</p>
<pre class="brush: php; title: ; notranslate">
/*********** Filtering thematic_postheader Function to Display Post Title Links in Search Results **************/
// Information in Post Header
function childtheme_thematic_postheader() {
    global $id, $post, $authordata;

    // Create $posteditlink
    $posteditlink .= '&lt;a href=&quot;' . get_bloginfo('wpurl') . '/wp-admin/post.php?action=edit&amp;amp;post=' . $id;
    $posteditlink .= '&quot; title=&quot;' . __('Edit post', 'thematic') .'&quot;&gt;';
    $posteditlink .= __('Edit', 'thematic') . '&lt;/a&gt;';
    $posteditlink = apply_filters('thematic_postheader_posteditlink',$posteditlink);

    if (is_single() || is_page()) {
        $posttitle = '&lt;h1 class=&quot;entry-title&quot;&gt;' . get_the_title() . &quot;&lt;/h1&gt;\n&quot;;
    } elseif (is_404()) {
        $posttitle = '&lt;h1 class=&quot;entry-title&quot;&gt;' . __('Not Found', 'thematic') . &quot;&lt;/h1&gt;\n&quot;;
    } else {
        $posttitle = '&lt;h2 class=&quot;entry-title&quot;&gt;&lt;a href=&quot;';
        $posttitle .= get_permalink();
        $posttitle .= '&quot; title=&quot;';
        $posttitle .= __('Permalink to ', 'thematic') . the_title_attribute('echo=0');
        $posttitle .= '&quot; rel=&quot;bookmark&quot;&gt;';
        $posttitle .= get_the_title();
        $posttitle .= &quot;&lt;/a&gt;&lt;/h2&gt;\n&quot;;
    }
    $posttitle = apply_filters('thematic_postheader_posttitle',$posttitle);

    $postmeta = '&lt;div class=&quot;entry-meta&quot;&gt;';
    $postmeta .= '&lt;span class=&quot;meta-prep meta-prep-author&quot;&gt;' . __('By ', 'thematic') . '&lt;/span&gt;';
    $postmeta .= '&lt;span class=&quot;author vcard&quot;&gt;'. '&lt;a class=&quot;url fn n&quot; href=&quot;';
    $postmeta .= get_author_link(false, $authordata-&gt;ID, $authordata-&gt;user_nicename);
    $postmeta .= '&quot; title=&quot;' . __('View all posts by ', 'thematic') . get_the_author() . '&quot;&gt;';
    $postmeta .= get_the_author();
    $postmeta .= '&lt;/a&gt;&lt;/span&gt;&lt;span class=&quot;meta-sep meta-sep-entry-date&quot;&gt; | &lt;/span&gt;';
    $postmeta .= '&lt;span class=&quot;meta-prep meta-prep-entry-date&quot;&gt;' . __('Published: ', 'thematic') . '&lt;/span&gt;';
    $postmeta .= '&lt;span class=&quot;entry-date&quot;&gt;&lt;abbr class=&quot;published&quot; title=&quot;';
    $postmeta .= get_the_time(thematic_time_title()) . '&quot;&gt;';
    $postmeta .= get_the_time(thematic_time_display());
    $postmeta .= '&lt;/abbr&gt;&lt;/span&gt;';
    // Display edit link
    if (current_user_can('edit_posts')) {
        $postmeta .= ' &lt;span class=&quot;meta-sep meta-sep-edit&quot;&gt;|&lt;/span&gt; ' . '&lt;span class=&quot;edit&quot;&gt;' . $posteditlink . '&lt;/span&gt;';
    }
    $postmeta .= &quot;&lt;/div&gt;&lt;!-- .entry-meta --&gt;\n&quot;;
    $postmeta = apply_filters('thematic_postheader_postmeta',$postmeta);

    if ($post-&gt;post_type == 'page' || is_404()) {
        $postheader = $posttitle;
    } else {
        $postheader = $posttitle . $postmeta;
    }

    echo apply_filters( 'childtheme_thematic_postheader', $postheader ); // Filter to override default post header
} // end thematic_postheader
add_filter('thematic_postheader','childtheme_thematic_postheader');
/************ END Filtering Thematic Post Header ********************
</pre>
<p>Thank you <a title="Thematic Forum community" href="http://themeshaper.com/forums/forum/thematic-theme">Thematic Forum community</a> for providing the basis for the above.</p>
<p>So now I had relevant <em>sitewide </em>search results that users could actually use, and they worked on each of the three sites, but there was one more thing to change per my client&#8217;s request.</p>
<p>Instead of the results being listed in the standard content area that is roughly 620px wide, they wanted these results to use the full width of the page. There are many ways to do this, but I had already created a function that removed the sidebar from specified pages and css declarations to change the width of these pages using the Thematic-added <em>body class</em>, so I went ahead and added the search page to my code.</p>
<pre class="brush: php; title: ; notranslate">
//REMOVES SIDEBAR ON SPECIFIED PAGES - ALSO CHANGES TO CSS
function remove_sidebar() {
	// We test if we are on the pages &quot;Test One, Test Two, Test Three, and Search Results&quot;
if (is_page('test-one') || is_page('test-two') || is_page('test-three') || is_search()) {
// Yes, we are .. now we switch off the sidebar
		return FALSE;
	} else {
		// we are not .. we leave the switch on
		return TRUE;
	}
}
// Connect the filter to thematic_sidebar()
add_filter('thematic_sidebar', 'remove_sidebar');
</pre>
<p>This removed the sidebar, but the content still didn&#8217;t use the full width yet. I had to target the body css class on each page in order to make the width extend the full width of the page. That looked like this:</p>
<pre class="brush: css; title: ; notranslate">
body.slug-test-one #container {
	width: 940px;
}

body.slug-test-two #content {
	width: 940px;
	/*border: 1px solid;*/
}

body.slug-test-three #content {
	width: 940px;
	/*border: 1px solid;*/
}

/* Styling the Search Results Page */
body.search-results #content {
	width: 940px;
	color:#666666;
	font-family:verdana;
	font-size:12px;
	line-height:15px;
	margin-bottom:10px;
	margin-left:10px;
	/*border: 1px solid;*/
}
</pre>
<p>I hope this helps someone. Please feel free to leave comments to help me (and others) understand further. I also would like to give a big thanks to everyone on the Thematic forums, the creators of wpSearchMu, and Ron Rennick for your code and assistance:)</p>
<div style="margin: 0 0 10px 0; padding: 4px; width: 595px; border: 2px dashed #990000;">
<p><h1>Want to learn WordPress on the go?</h1></p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" style="border: 0pt none;" src="../wp-content/uploads/2010/09/app-icon-trans2-image-from-itunes.png" border="0" alt="The WP Modder App provides you with WordPress plugin and WordPress theme reviews to help you make informed decisions when building your WordPress websites, either for yourself or your clients." width="125" height="124" /></a><a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><em>Download the WP Modder App</em> now!</a></p>

<p>Learn more about WordPress anywhere with the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank">WP Modder App</a> for <em>iPhone</em>, <em>iPod Touch</em>, and <em>iPad</em>. You'll have access to all of my past and future written and video tutorials as well as reviews of the latest plugins and themes, all from the comfort of your mobile device!</p> <p>How many times have you have you wished you could run through a WordPress tutorial while in the bathroom? C'mon, you know you <a href="http://www.facebook.com/pages/WordPress-Modder-Customizing-WordPress-just-got-easier/10093119109">Facebook</a> in there anyway. Why not learn something while you're at it? It's the ultimate in time management. But seriously...</p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" src="../wp-content/uploads/2010/10/home-appstore.png" alt="" width="142" height="50" /></a>You'll also gain the ability to gain access to free image and link promotion back to your own WordPress powered site! See <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">more details</a> and get the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">WP Modder App</a> now.</p>

</div>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/how-to-use-wordpress-shortcodes-in-widgets-1015.html" rel="bookmark" title="Permanent Link: How to Use WordPress Shortcodes in Widgets">How to Use WordPress Shortcodes in Widgets</a></li><li><a href="http://wpmodder.com/how-to-know-what-your-readers-want-from-you-117.html" rel="bookmark" title="Permanent Link: How to Know What Your Readers Want from You">How to Know What Your Readers Want from You</a></li><li><a href="http://wpmodder.com/using-the-category-icons-plugin-and-thematic-to-create-custom-category-pages-631.html" rel="bookmark" title="Permanent Link: Using the Category-Icons plugin and Thematic to create custom category pages">Using the Category-Icons plugin and Thematic to create custom category pages</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="How to use Thematic and the wpSearchMu Plugin to Display Sitewide Search Results" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-860"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/how-to-use-thematic-and-the-wpsearchmu-plugin-to-display-sitewide-search-results-860.html/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to Configure the Slideshow Plugin</title>
		<link>http://wpmodder.com/how-to-configure-the-slideshow-plugin-852.html</link>
		<comments>http://wpmodder.com/how-to-configure-the-slideshow-plugin-852.html#comments</comments>
		<pubDate>Mon, 28 Jun 2010 15:24:24 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[Extend Wordpress]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[WordPress Tutorials]]></category>
		<category><![CDATA[blog software]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[configure]]></category>
		<category><![CDATA[digital media]]></category>
		<category><![CDATA[fav]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[promises]]></category>
		<category><![CDATA[recommended]]></category>
		<category><![CDATA[slideshow]]></category>
		<category><![CDATA[video tutorials]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=852</guid>
		<description><![CDATA[As I promised in my previous post, I&#8217;ve created a video tutorial on my personal site that shows how to configure the Slideshow Plugin. The name is a bit generic as far as Slideshow plugins for WordPress go, so let me be clear. This is a paid-for plugin named WordPress Slideshow Plugin and can be [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><a href="http://adamwwarner.com/tutorials/how-to-use-the-wordpress-slideshow-plugin"><img class="alignleft size-medium wp-image-853" title="WordPress Slideshow Plugin Video Tutorial" src="http://wpmodder.com/wp-content/uploads/2010/06/plugin-slideshow-plugin-300x111.png" alt="" width="300" height="111" /></a>As I promised in my <a title="Adam W. Warner - WordPress Training" href="http://wpmodder.com/where-to-find-a-wordpress-development-consultant-797.html" target="_self">previous post</a>, I&#8217;ve created a video tutorial <a title="WordPress Slideshow Plugin Tutorial by Adam W. Warner" href="http://adamwwarner.com/tutorials/how-to-use-the-wordpress-slideshow-plugin" target="_blank">on my personal site</a> that shows how to configure the Slideshow Plugin. The name is a bit generic as far as Slideshow plugins for WordPress go, so let me be clear. This is a <em><span id="more-852"></span>paid-for</em> plugin named <em>WordPress Slideshow Plugin</em> and can be found <a title="WordPress Slideshow Plugin for Managing Images" href="https://www.e-junkie.com/ecom/gb.php?cl=118836&amp;amp;c=ib&amp;amp;aff=12019%22%20target=%22ejejcsingle" target="_blank">here</a>. I purchased the developer version of this plugin after reading through it&#8217;s features and viewing the demos.</p>
<p>I don&#8217;t recommend paid plugins willy nilly because frankly, there is a lot of junk out there and I&#8217;ve been duped before by flashy sales pages. However, I do stand behind my recommendation and you can see why by <a title="WordPress Slideshow Plugin Tutorial by Adam W. Warner" href="http://adamwwarner.com/tutorials/how-to-use-the-wordpress-slideshow-plugin" target="_blank">watching the video</a>.</p>
<div style="margin: 0 0 10px 0; padding: 4px; width: 595px; border: 3px solid #e6e6e6;">
<p><h1>Just Getting Started with WordPress?</h1></p>
<p>Watch my <a href="http://wpprobusiness.com/learn-website-building-wordpress-2/"><strong>free</strong></a> video series, <a href="http://wpprobusiness.com/learn-website-building-wordpress-2/">Setup for Success</a>. Learn to setup your WordPress website in a way that insures the success of your personal or business website.</p>
<p><h3>How to:</h3>
<ul>
<li>Properly plan for <em>your</em> type of site</li>
<li>Search and purchase a domain</li>
<li>Research and purchase website hosting</li>
<li>Create a database with cPanel</li>
<li>Install WordPress manually</li>
</ul>
<a href="http://wpprobusiness.com/learn-website-building-wordpress-2/">Get started now!</a>
</p></div>
<div style="margin: 0 0 10px 0; padding: 4px; width: 595px; border: 2px dashed #990000;">
<p><h1>Want to learn WordPress on the go?</h1></p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" style="border: 0pt none;" src="../wp-content/uploads/2010/09/app-icon-trans2-image-from-itunes.png" border="0" alt="The WP Modder App provides you with WordPress plugin and WordPress theme reviews to help you make informed decisions when building your WordPress websites, either for yourself or your clients." width="125" height="124" /></a><a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><em>Download the WP Modder App</em> now!</a></p>

<p>Learn more about WordPress anywhere with the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank">WP Modder App</a> for <em>iPhone</em>, <em>iPod Touch</em>, and <em>iPad</em>. You'll have access to all of my past and future written and video tutorials as well as reviews of the latest plugins and themes, all from the comfort of your mobile device!</p> <p>How many times have you have you wished you could run through a WordPress tutorial while in the bathroom? C'mon, you know you <a href="http://www.facebook.com/pages/WordPress-Modder-Customizing-WordPress-just-got-easier/10093119109">Facebook</a> in there anyway. Why not learn something while you're at it? It's the ultimate in time management. But seriously...</p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" src="../wp-content/uploads/2010/10/home-appstore.png" alt="" width="142" height="50" /></a>You'll also gain the ability to gain access to free image and link promotion back to your own WordPress powered site! See <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">more details</a> and get the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">WP Modder App</a> now.</p>

</div>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/go/slideshow-plugin-for-wordpress/" rel="bookmark" title="Permanent Link: Slideshow Plugin for WordPress">Slideshow Plugin for WordPress</a></li><li><a href="http://wpmodder.com/where-to-find-a-wordpress-development-consultant-797.html" rel="bookmark" title="Permanent Link: A WordPress Modder Update">A WordPress Modder Update</a></li><li><a href="http://wpmodder.com/how-to-add-and-delete-contact-info-fields-for-your-users-960.html" rel="bookmark" title="Permanent Link: How to Add and Delete Contact Info Fields for Your Users">How to Add and Delete Contact Info Fields for Your Users</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="How to Configure the Slideshow Plugin" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-852"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/how-to-configure-the-slideshow-plugin-852.html/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Why Your Visual Editor Width is Different in WordPress 3.0</title>
		<link>http://wpmodder.com/why-your-visual-editor-width-is-different-in-wordpress-3-0-838.html</link>
		<comments>http://wpmodder.com/why-your-visual-editor-width-is-different-in-wordpress-3-0-838.html#comments</comments>
		<pubDate>Wed, 23 Jun 2010 23:23:20 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[Blogging Tips]]></category>
		<category><![CDATA[WordPress 3.0]]></category>
		<category><![CDATA[WordPress Tutorials]]></category>
		<category><![CDATA[andrew ozz]]></category>
		<category><![CDATA[article format]]></category>
		<category><![CDATA[blog software]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[explaining]]></category>
		<category><![CDATA[looks]]></category>
		<category><![CDATA[main]]></category>
		<category><![CDATA[match]]></category>
		<category><![CDATA[matt thomas]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[short story]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[upgrades]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[visual editor]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress tutorial]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=838</guid>
		<description><![CDATA[One of the first things I noticed after upgrading to WordPress 3.0 was that my visual editor was a bit different. What I mean is that as I typed my posts, the text wasn&#8217;t filling the entire width of the visual editor like it always had before. At first I thought it was a plugin [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>One of the first things I noticed after upgrading to WordPress 3.0 was that my visual editor was a bit different. What I mean is that as I typed my posts, the text wasn&#8217;t filling the entire width of the visual editor like it always had before. At first I thought it was a plugin conflict or a bug, but after some quick research I discovered that it&#8217;s actually a new feature, and now that I understand what&#8217;s happening I couldn&#8217;t be more pleased.<span id="more-838"></span></p>
<p>My research led me to two people, <a title="WordPress Visual Editor Theme Twenty Ten" href="http://iammattthomas.com/" target="_blank">Matt Thomas</a> and <a title="Andrew Ozz WordPress Themes Styling the Visual Editor" href="http://azaozz.wordpress.com/2010/01/02/can-themes-style-the-visual-editor/" target="_blank">Andrew Ozz</a>. Seeing their names put me at ease immediately because I highly respect both of them and what they&#8217;ve contributed to the WordPress community, not to mention, my own livelihood&#8230;so I knew an explanation was right around the corner.</p>
<p>The short story&#8230;now the visual editor style <em>can be specified within the theme. </em>In other words, if your theme&#8217;s post content area is 640px wide, your visual editor is now aware of this and wraps text accordingly while you write your post. Think about that for just a moment, let it sink in&#8230;</p>
<p>How many times have you been writing a post, inserting an image and screwing with the alignment trying to get your text to look decent as it wraps. Now any theme developer can specify this within their theme&#8217;s functions.php file and style.css to tell the visual editor to display your text <em>exactly </em>as it will appear in the wild.</p>
<p style="text-align: center;">Here&#8217;s a pic of my visual editor while writing this post. See all that white space to the right?</p>
<p style="text-align: center;"><a href="http://wpmodder.com/wp-content/uploads/2010/06/Screen-shot-2010-06-21-at-7.00.27-PM.png"><img class="aligncenter size-full wp-image-841" title="Why is my WordPress Visual Editor Width Different?" src="http://wpmodder.com/wp-content/uploads/2010/06/Screen-shot-2010-06-21-at-7.00.27-PM.png" alt="" width="550" /></a></p>
<p>What else can be said except&#8230;<em>awesome.</em> Thank you Andrew and Matt. I bow to the usability gods that you are&#8230;</p>
<div style="margin: 0 0 10px 0; padding: 4px; width: 595px; border: 2px dashed #990000;">
<p><h1>Want to learn WordPress on the go?</h1></p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" style="border: 0pt none;" src="../wp-content/uploads/2010/09/app-icon-trans2-image-from-itunes.png" border="0" alt="The WP Modder App provides you with WordPress plugin and WordPress theme reviews to help you make informed decisions when building your WordPress websites, either for yourself or your clients." width="125" height="124" /></a><a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><em>Download the WP Modder App</em> now!</a></p>

<p>Learn more about WordPress anywhere with the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank">WP Modder App</a> for <em>iPhone</em>, <em>iPod Touch</em>, and <em>iPad</em>. You'll have access to all of my past and future written and video tutorials as well as reviews of the latest plugins and themes, all from the comfort of your mobile device!</p> <p>How many times have you have you wished you could run through a WordPress tutorial while in the bathroom? C'mon, you know you <a href="http://www.facebook.com/pages/WordPress-Modder-Customizing-WordPress-just-got-easier/10093119109">Facebook</a> in there anyway. Why not learn something while you're at it? It's the ultimate in time management. But seriously...</p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" src="../wp-content/uploads/2010/10/home-appstore.png" alt="" width="142" height="50" /></a>You'll also gain the ability to gain access to free image and link promotion back to your own WordPress powered site! See <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">more details</a> and get the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">WP Modder App</a> now.</p>

</div>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/how-to-create-your-own-wordpress-shortcodes-using-a-plugin-1017.html" rel="bookmark" title="Permanent Link: How to Create Your Own WordPress Shortcodes Using a Plugin">How to Create Your Own WordPress Shortcodes Using a Plugin</a></li><li><a href="http://wpmodder.com/helping-a-new-user-to-understand-wordpress-1078.html" rel="bookmark" title="Permanent Link: Helping a New User to Understand WordPress">Helping a New User to Understand WordPress</a></li><li><a href="http://wpmodder.com/what-will-make-wordpress-easier-for-you-124.html" rel="bookmark" title="Permanent Link: What Will Make WordPress Easier For You?">What Will Make WordPress Easier For You?</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="Why Your Visual Editor Width is Different in WordPress 3.0" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-838"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/why-your-visual-editor-width-is-different-in-wordpress-3-0-838.html/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How the Search and Replace Plugin Helped with my Domain Change</title>
		<link>http://wpmodder.com/how-the-search-and-replace-plugin-helped-with-my-domain-change-824.html</link>
		<comments>http://wpmodder.com/how-the-search-and-replace-plugin-helped-with-my-domain-change-824.html#comments</comments>
		<pubDate>Mon, 21 Jun 2010 20:23:30 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[WordPress Tutorials]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=824</guid>
		<description><![CDATA[As you may know, I recently changed the domain name of this site. You can read more about it here. During this change, I went through a series of steps to cleanup my site. Some of these included activating the same plugins I had installed, scanning my post content for security breaches, and making sure [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>As you may know, I recently changed the domain name of this site. You can read more about it <a title="here" href="http://wpmodder.com/switching-your-domain-name-with-wordpress-3-0-805.html">here</a>. During this change, I went through a series of steps to <em>cleanup </em>my site. Some of these included activating the same plugins I had installed, scanning my post content for security breaches, and making sure I didn&#8217;t have any dead links.</p>
<p>I&#8217;m comfortable writing SQL queries to search and replace, but I&#8217;d been aware of a plugin by <a title="WordPress Plugin Search and Replace Tutorial" href="http://wordpress.org/extend/plugins/profile/bueltge" target="_blank">Frank Bültge</a> for some time that allows for a simple search and replace of your content, and I wanted to give it a shot.<span id="more-824"></span> As you might have guessed, it&#8217;s aptly named <a title="WordPress Plugin Search and Replace Tutorial" href="http://wordpress.org/extend/plugins/search-and-replace/" target="_blank">Search and Replace</a>. I just wanted to point out that Frank is an avid and excellent plugin developer and I <em>really </em>appreciate all his hard work and dedication to the WordPress project.</p>
<p>I took a video of my experience as you can see below. I hope it helps give you a better idea of just how useful this plugin can be.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="480" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://blip.tv/play/gutXgef2IAA" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="480" src="http://blip.tv/play/gutXgef2IAA" allowfullscreen="true"></embed></object></p>
<div style="margin: 0 0 10px 0; padding: 4px; width: 595px; border: 2px dashed #990000;">
<p><h1>Want to learn WordPress on the go?</h1></p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" style="border: 0pt none;" src="../wp-content/uploads/2010/09/app-icon-trans2-image-from-itunes.png" border="0" alt="The WP Modder App provides you with WordPress plugin and WordPress theme reviews to help you make informed decisions when building your WordPress websites, either for yourself or your clients." width="125" height="124" /></a><a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><em>Download the WP Modder App</em> now!</a></p>

<p>Learn more about WordPress anywhere with the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank">WP Modder App</a> for <em>iPhone</em>, <em>iPod Touch</em>, and <em>iPad</em>. You'll have access to all of my past and future written and video tutorials as well as reviews of the latest plugins and themes, all from the comfort of your mobile device!</p> <p>How many times have you have you wished you could run through a WordPress tutorial while in the bathroom? C'mon, you know you <a href="http://www.facebook.com/pages/WordPress-Modder-Customizing-WordPress-just-got-easier/10093119109">Facebook</a> in there anyway. Why not learn something while you're at it? It's the ultimate in time management. But seriously...</p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" src="../wp-content/uploads/2010/10/home-appstore.png" alt="" width="142" height="50" /></a>You'll also gain the ability to gain access to free image and link promotion back to your own WordPress powered site! See <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">more details</a> and get the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">WP Modder App</a> now.</p>

</div>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/how-to-know-what-your-readers-want-from-you-117.html" rel="bookmark" title="Permanent Link: How to Know What Your Readers Want from You">How to Know What Your Readers Want from You</a></li><li><a href="http://wpmodder.com/get-free-wordpress-multisite-plugins-1093.html" rel="bookmark" title="Permanent Link: Giveaway of Free WordPress Multisite Plugins">Giveaway of Free WordPress Multisite Plugins</a></li><li><a href="http://wpmodder.com/how-to-change-tag-cloud-font-sizes-wp-screencast-challenge-1155.html" rel="bookmark" title="Permanent Link: How to Change Tag Cloud Font Sizes &#8211; WP Screencast Challenge">How to Change Tag Cloud Font Sizes &#8211; WP Screencast Challenge</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="How the Search and Replace Plugin Helped with my Domain Change" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-824"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/how-the-search-and-replace-plugin-helped-with-my-domain-change-824.html/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How I Changed my Domain Name and Upgraded to WordPress 3.0</title>
		<link>http://wpmodder.com/switching-your-domain-name-with-wordpress-3-0-805.html</link>
		<comments>http://wpmodder.com/switching-your-domain-name-with-wordpress-3-0-805.html#comments</comments>
		<pubDate>Sun, 20 Jun 2010 02:38:12 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[WordPress Tutorials]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=805</guid>
		<description><![CDATA[Chances are if you&#8217;re reading this you came from my old domain name, http://wordpressmodder.org. I mentioned here that I would be making some changes soon and this domain switch was first and foremost. I figured while in the process I might as well upgrade to WP 3.0 and &#8220;cleanse&#8221; my online persona at the same [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><div id="attachment_807" class="wp-caption alignleft" style="width: 310px"><a href="http://wpmodder.com/wp-content/uploads/2010/06/Screen-shot-2010-06-19-at-9.43.13-PM.png"><img class="size-medium wp-image-807" title="WordPress 3.0 Downloads as of the Date of This Post" src="http://wpmodder.com/wp-content/uploads/2010/06/Screen-shot-2010-06-19-at-9.43.13-PM-300x228.png" alt="" width="300" height="228" /></a><p class="wp-caption-text">Downloads of WP 3.0 So Far</p></div>
<p>Chances are if you&#8217;re reading this you came from my old domain name, <a title="WordPress for the non-techie" href="http://wordpressmodder.org">http://wordpressmodder.org</a>. I mentioned <a title="WordPress Customization Made Easy" href="http://wpmodder.com/where-to-find-a-wordpress-development-consultant-797.html" target="_self">here</a> that I would be making some changes soon and this domain switch was first and foremost. I figured while in the process I might as well upgrade to WP 3.0 and &#8220;cleanse&#8221; my online persona at the same time.</p>
<p>You may notice that the new site is using the new default theme for 3.0 and that much of the content I used to display in my sidebar areas is missing. I kind of like it like that for now, but I&#8217;ll most likely change the theme again soon and start re-adding some necessary content&#8230;like a way for people to subscribe;)</p>
<p>If you care to know what I have planned next, please <span id="more-805"></span>visit <a title="Adam W. Warner - WordPress Consultant" href="http://adamwwarner.com" target="_self">Adam W. Warner dot com</a> and sign up for email updates. I promise you won&#8217;t be disappointed, especially if you&#8217;re a <em>visual learner</em>&#8230;hint hint. No need to worry though, the new and improved <a title="Adam W. Warner - WordPress Consultant" href="wpmodder.com" target="_self">wpmodder.com</a> will be regularly updated with fresh WordPress content as often as possible.</p>
<p>I threw together a 10 minute video of my domain switch process, well most of it anyway. If you find it useful, please feel free to share a link to my post.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="480" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://blip.tv/play/gutXgefffAA" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="480" src="http://blip.tv/play/gutXgefffAA" allowfullscreen="true"></embed></object></p>
<div style="margin: 0 0 10px 0; padding: 4px; width: 595px; border: 2px dashed #990000;">
<p><h1>Want to learn WordPress on the go?</h1></p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" style="border: 0pt none;" src="../wp-content/uploads/2010/09/app-icon-trans2-image-from-itunes.png" border="0" alt="The WP Modder App provides you with WordPress plugin and WordPress theme reviews to help you make informed decisions when building your WordPress websites, either for yourself or your clients." width="125" height="124" /></a><a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><em>Download the WP Modder App</em> now!</a></p>

<p>Learn more about WordPress anywhere with the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank">WP Modder App</a> for <em>iPhone</em>, <em>iPod Touch</em>, and <em>iPad</em>. You'll have access to all of my past and future written and video tutorials as well as reviews of the latest plugins and themes, all from the comfort of your mobile device!</p> <p>How many times have you have you wished you could run through a WordPress tutorial while in the bathroom? C'mon, you know you <a href="http://www.facebook.com/pages/WordPress-Modder-Customizing-WordPress-just-got-easier/10093119109">Facebook</a> in there anyway. Why not learn something while you're at it? It's the ultimate in time management. But seriously...</p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" src="../wp-content/uploads/2010/10/home-appstore.png" alt="" width="142" height="50" /></a>You'll also gain the ability to gain access to free image and link promotion back to your own WordPress powered site! See <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">more details</a> and get the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">WP Modder App</a> now.</p>

</div>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/how-the-search-and-replace-plugin-helped-with-my-domain-change-824.html" rel="bookmark" title="Permanent Link: How the Search and Replace Plugin Helped with my Domain Change">How the Search and Replace Plugin Helped with my Domain Change</a></li><li><a href="http://wpmodder.com/and-the-wordpress-multisite-plugins-go-to-1104.html" rel="bookmark" title="Permanent Link: And the WordPress Multisite Plugins Go To&#8230;">And the WordPress Multisite Plugins Go To&#8230;</a></li><li><a href="http://wpmodder.com/get-free-wordpress-multisite-plugins-1093.html" rel="bookmark" title="Permanent Link: Giveaway of Free WordPress Multisite Plugins">Giveaway of Free WordPress Multisite Plugins</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="How I Changed my Domain Name and Upgraded to WordPress 3.0" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-805"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/switching-your-domain-name-with-wordpress-3-0-805.html/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A WordPress Modder Update</title>
		<link>http://wpmodder.com/where-to-find-a-wordpress-development-consultant-797.html</link>
		<comments>http://wpmodder.com/where-to-find-a-wordpress-development-consultant-797.html#comments</comments>
		<pubDate>Thu, 17 Jun 2010 13:03:02 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[Extend Wordpress]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress Tutorials]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=788</guid>
		<description><![CDATA[If you&#8217;re subscribed to my feed by RSS or email, you may be surprised to hear from me. My last post here was close to seven months ago. There are few reasons for my absence, all of them good. The short story is that life is happening and I&#8217;ve been enjoying it (see bottom of [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>If you&#8217;re subscribed to my feed by RSS or email, you may be surprised to hear from me. My last post here was close to seven months ago. There are few reasons for my absence, all of them good. The short story is that life is happening and I&#8217;ve been enjoying it (see bottom of post for photographic proof). I&#8217;ve also been extremely busy with WordPress development work and managing my own business in addition to working full-time in web development.</p>
<p>With that said, here&#8217;s the update&#8230;<span id="more-797"></span>There are a few changes coming that involve this site, the <em>WordPress Modder </em>persona, and another site in development that I hope will be useful to many.</p>
<ol>
<li>The site will be moving to another, better supported <a title="The Best WordPress Hosting Service" href="http://affiliates.synhosting.com/jrox.php?id=1019_1_bid_10" target="_blank">host</a>. I have several personal and client sites hosted with them, and they have proven to provide <em>the best customer service I have ever seen in a hosting company. </em>If you know anything about me, you know I believe that great customer service is the most important quality any business can possess. They also have a pretty good deal when you pay for a year of hosting&#8230;you get 50% off that cost using the coupon code WHT50-2010. Check out their plans <a title="WordPress Hosting Plans" href="http://affiliates.synhosting.com/jrox.php?id=1019_1_bid_10" target="_blank">here</a>.</li>
<li>The domain name will be changing to <a title="WordPress Modder" href="http://wpmodder.com" target="_blank">http://wpmodder.com</a>. That&#8217;s right, I&#8217;m finally dropping the <em>wordpress </em>part&#8230;long overdue I know. Sorry <a title="Matt Mullenweg - WordPress - Automattic" href="http://ma.tt/" target="_blank">Matt</a>&#8230;but I&#8217;m sure he&#8217;s not concerned with &#8216;lil old me anyway. Oh, and it will be on the bleeding edge of WP 3.0.</li>
<li>I&#8217;m also re-branding myself a bit. I&#8217;ve developed my personal site to highlight my expertise in deploying WordPress-based networks and sites and also to better showcase my name as a brand. I&#8217;ve learned quite a bit from working clients in the last several years and this new site will serve as both my development and consulting portal, but also as my training, guidance, and support portal for my existing and future clients. Training and support you say? Let that serve as a hint of what&#8217;s to come. By the way, the address is my first and last name, including my middle initial. <a title="Adam W. Warner - WordPress Development Consultant" href="http://adamwwarner.com" target="_blank">http://adamwwarner.com</a>. &lt;&#8211;Notice the two &#8220;W&#8221;s in the url for Adam W. Warner.</li>
</ol>
<p>The next post on http://adamwwarner.com will be a tutorial on using an awesome new <a title="WordPress Slideshow Plugin - The Best I've Found" href="https://www.e-junkie.com/ecom/gb.php?cl=118836&amp;amp;c=ib&amp;amp;aff=12019" target="_blank">WordPress Slideshow Plugin</a> I&#8217;ve found. It&#8217;s a premium plugin, but well worth the cost. I don&#8217;t ever promote WordPress related products that I don&#8217;t believe to be useful. I&#8217;m pretty sure this one will knock your socks off (as far as slideshow plugins go any;) Oh, and I encourage you to sign up for email updates over there too&#8230;I promise you won&#8217;t be disappointed&#8230;and no spam! Yay!</p>
<p>Oh yeah, almost forgot the proof that I&#8217;ve been enjoying life&#8230;</p>
<div id="attachment_796" class="wp-caption alignleft" style="width: 310px"><a href="http://wpmodder.com/wp-content/uploads/2010/06/adam-w-warner-meatball-e1276703068948.jpg"><img class="size-medium wp-image-796" title="Adam W. Warner - WordPress Development Consultant" src="http://wpmodder.com/wp-content/uploads/2010/06/adam-w-warner-meatball-e1276703068948-300x269.jpg" alt="" width="300" height="269" /></a><p class="wp-caption-text">The Meatball Challenge</p></div>
<p><br class="_blank" /><br />
<br class="_blank" /><br />
<br class="_blank" /><br />
<br class="_blank" /><br />
<br class="_blank" /><br />
<br class="_blank" /><br />
<br class="_blank" /><br />
<br class="_blank" /></p>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/ive-always-wanted-to-be-a-rockstar-520.html" rel="bookmark" title="Permanent Link: I&#039;ve Always Wanted to be a Rockstar">I&#039;ve Always Wanted to be a Rockstar</a></li><li><a href="http://wpmodder.com/switching-your-domain-name-with-wordpress-3-0-805.html" rel="bookmark" title="Permanent Link: How I Changed my Domain Name and Upgraded to WordPress 3.0">How I Changed my Domain Name and Upgraded to WordPress 3.0</a></li><li><a href="http://wpmodder.com/i-have-a-web-development-secret-can-you-help-me-break-the-silence-436.html" rel="bookmark" title="Permanent Link: I Have a Web Development Secret &#8211; Can You Help Me Break the Silence?">I Have a Web Development Secret &#8211; Can You Help Me Break the Silence?</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="A WordPress Modder Update" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-797"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/where-to-find-a-wordpress-development-consultant-797.html/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Meet the WordPress Book Giveaway Winners!</title>
		<link>http://wpmodder.com/meet-the-wordpress-book-giveaway-winners-744.html</link>
		<comments>http://wpmodder.com/meet-the-wordpress-book-giveaway-winners-744.html#comments</comments>
		<pubDate>Mon, 16 Nov 2009 20:00:23 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[Contests]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Human Contact]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=744</guid>
		<description><![CDATA[You may remember my WordPress Book Giveaway contest from a few weeks ago. I&#8217;m pleased to announce the winners of this contest and would like to thank Packt Publishing for making it possible, and of course all those who entered. I hope to run similar contests in the future but for now, check out the [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><a href="http://www.flickr.com/photos/41894194320@N01/839927986"><img class="alignright" style="border: 0pt none; margin-left: 5px; margin-right: 5px;" title="Rainbow" src="http://farm2.static.flickr.com/1263/839927986_5648f6296c_m.jpg" border="0" alt="Rainbow" hspace="5" width="150" /></a>You may remember my <a title="WordPress Book Giveaway" href="http://wpmodder.com/wordpress-books-giveaway-698.html">WordPress Book Giveaway</a> contest from a few weeks ago. I&#8217;m pleased to announce the winners of this contest and would like to thank <a title="Packt Publishing" href="http://www.packtpub.com/">Packt Publishing</a> for making it possible, and of course all those who entered. I hope to run similar contests in the future but for now, check out the winners!<span id="more-744"></span></p>
<p><a href="http://savingfamilymoney.com"><img class="size-thumbnail wp-image-745 alignleft" title="savingthefamilymoney" src="http://wpmodder.com/wp-content/uploads/2009/11/savingthefamilymoney-150x150.png" alt="savingthefamilymoney" width="150" height="150" /></a><a title="SavingTheFamilyMoney.com" href="http://savingthefamilymoney.com" target="_blank">Karen Rodriguez</a><br />
I am a Stay at home mom &amp; wife of 2 young children.  I have been shopping for deals and using coupons so we can afford for me to stay at home with the kids. I decided earlier this year to put my efforts into a website to help other families save money as well.<a href="http://savingthefamilymoney.com/" target="_blank"> SavingTheFamilyMoney.com</a> is a hobby that has turned into a wonderful learning experience, where I have met many wonderful families.  What I&#8217;ve learned over the past year about WordPress and HTML has helped me expand my knowledge as a blogger and turned me into a self professed &#8220;geek&#8221;.</p>
<p><a href="http://wpshout.com"><img class="size-full wp-image-750 alignleft" title="wpshout" src="http://wpmodder.com/wp-content/uploads/2009/11/wpshout.jpg" alt="wpshout" width="150" height="26" /></a><a title="wpshout.com" href="http://wpshout.com" target="_blank">Alex Denning</a><br />
Hi. I&#8217;m Alex Denning. <span id="lw_1258052376_3">WordPress</span> designer and developer; I blog about WordPress development at <a rel="nofollow" href="http://wpshout.com/" target="_blank">wpshout.com</a>.</p>
<p><a href="http://www.polr.co.uk/" target="_blank"><img class="alignleft size-thumbnail wp-image-754" title="web design Glasgow" src="http://wpmodder.com/wp-content/uploads/2009/11/lynne_foster-150x150.jpg" alt="web design Glasgow" width="150" height="150" /></a><a title="Web Design Glasgow" href="http://www.polr.co.uk/" target="_blank">Lynne Foster</a><br />
Lynne Foster is the director of <a title="Web Design Glasgow" href="http://www.polr.co.uk/" target="_blank">PoLR Limited</a> &#8211; a web design, SEO and online marketing company in Glasgow Scotland.</p>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/wordpress-books-giveaway-698.html" rel="bookmark" title="Permanent Link: WordPress Books Giveaway!">WordPress Books Giveaway!</a></li><li><a href="http://wpmodder.com/and-the-wordpress-multisite-plugins-go-to-1104.html" rel="bookmark" title="Permanent Link: And the WordPress Multisite Plugins Go To&#8230;">And the WordPress Multisite Plugins Go To&#8230;</a></li><li><a href="http://wpmodder.com/how-to-add-a-sticky-post-to-a-wordpress-category-archive-page-719.html" rel="bookmark" title="Permanent Link: How to Add a Sticky Post to a WordPress Category Archive Page">How to Add a Sticky Post to a WordPress Category Archive Page</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="Meet the WordPress Book Giveaway Winners!" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-744"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/meet-the-wordpress-book-giveaway-winners-744.html/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>WordPress for Nonprofits &#8211; The Why, What, and How</title>
		<link>http://wpmodder.com/wordpress-for-nonprofits-the-why-what-and-how-735.html</link>
		<comments>http://wpmodder.com/wordpress-for-nonprofits-the-why-what-and-how-735.html#comments</comments>
		<pubDate>Thu, 12 Nov 2009 17:41:30 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[Human Contact]]></category>
		<category><![CDATA[donate]]></category>
		<category><![CDATA[nonprofits]]></category>
		<category><![CDATA[WordPress Tutorials]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=735</guid>
		<description><![CDATA[I&#8217;ve been invited to participate in a webinar taking place on Dec. 2nd named WordPress for Nonprofits that&#8217;s been organized by Roshani Kothari of OneWorld.net. I&#8217;ll be presenting along with Rosalyn Lemieux, Partner of Fission Strategy. You can read more about the webinar here. This is a paid access webinar with all proceeds being used [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><a rel="attachment wp-att-736" href="http://wpmodder.com/wordpress-for-nonprofits-the-why-what-and-how-735.html/one-world-logo"><img class="alignright size-full wp-image-736" title="one-world-logo" src="http://wpmodder.com/wp-content/uploads/2009/11/one-world-logo.png" alt="one-world-logo" width="133" height="65" /></a>I&#8217;ve been invited to participate in a <a title="Adam W. Warner - WordPress for Nonprofits Presentation" href="http://us.oneworld.net/webinar/wordpress/1209" target="_blank">webinar</a> taking place on Dec. 2nd named <em>WordPress for Nonprofits</em> that&#8217;s been organized by Roshani Kothari of <a title="OneWorld.net" href="http://www.oneworld.net/">OneWorld.net</a>. I&#8217;ll be presenting along with Rosalyn Lemieux, Partner of <a href="http://fissionstrategy.com/">Fission Strategy</a>. You can read more about the webinar <a title="Adam W. Warner - WordPress for Nonprofits Presentation" href="http://us.oneworld.net/webinar/wordpress/1209" target="_blank">here</a>. This is a paid access webinar with <em>all</em> proceeds being used to fund the efforts of <a title="OneWorld.net" href="http://www.oneworld.net/">OneWorld.net</a></p>
<p><strong><em>What is OneWorld.net all about?<span id="more-735"></span></em></strong></p>
<blockquote><p>OneWorld is a global information network developed to support communication media of the people, by the people and for the people — everywhere. Its goal is to help build a more just, global society, through its partnership community. OneWorld encourages people to discover their power — power to speak, connect, and make a difference — by providing access to information, and enabling connections between hundreds of organizations and tens of thousands of people around the world.</p></blockquote>
<p><strong><em>What will I be covering in my presentation?</em></strong></p>
<p>I&#8217;ll be providing a basic overview of what WordPress is, what it does, and what it can do. I&#8217;ll also be giving an overview of the Dashboard and then touching on the options for extending WordPress through the use of themes and plugins. After this, I&#8217;ll be fielding specific questions from the webinar participants.</p>
<p>Rosalyn Lemieux will be showing specific examples of how current nonprofit&#8217;s sites are being powered by WordPress, and how they are updating their content.</p>
<p>If you&#8217;re interested in learning more, I welcome you to sign up for the <a title="Adam W. Warner - WordPress for Nonprofits Presentation" href="http://us.oneworld.net/webinar/wordpress/1209" target="_blank">webinar</a>. If you&#8217;re not interested but know someone who may be, please forward share this post in whatever social portal you prefer:)</p>
<hr /><small>Copyright &copy; 2011 <a href="WordPress for Nonprofits &#8211; The Why, What, and How" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-735"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/wordpress-for-nonprofits-the-why-what-and-how-735.html/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Secondary HTML Content Plugin Video Overview</title>
		<link>http://wpmodder.com/secondary-html-content-plugin-video-overview-728.html</link>
		<comments>http://wpmodder.com/secondary-html-content-plugin-video-overview-728.html#comments</comments>
		<pubDate>Mon, 26 Oct 2009 13:59:24 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress Tutorials]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=728</guid>
		<description><![CDATA[I&#8217;ve recently became aware of the &#8220;Secondary HTML Content&#8221; plugin for WordPress, and after having a quick look at the description, I still wasn&#8217;t quite sure what exactly it was supposed to do. I&#8217;m more of a visual learner and I had a hunch that it&#8217;s intended usage may not be clear for others either, [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>I&#8217;ve recently <a title="became aware" href="http://learnwebtools.com/">became aware</a> of the &#8220;<em><a title="Secondary HTML Content" href="http://wordpress.org/extend/plugins/secondary-html-content/">Secondary HTML Content</a>&#8221; </em>plugin for WordPress, and after having a quick look at the description, I still <a href="http://wpmodder.com/wp-content/uploads/2009/10/Screen-shot-2009-10-23-at-3.33.58-PM.png"><img class="alignright size-thumbnail wp-image-730" title="Secondary HTML Content WordPress Plugin Overview Video" src="http://wpmodder.com/wp-content/uploads/2009/10/Screen-shot-2009-10-23-at-3.33.58-PM-150x150.png" alt="Secondary HTML Content WordPress Plugin Overview Video" width="150" height="150" /></a>wasn&#8217;t quite sure what <em>exactly </em>it was supposed to do. I&#8217;m more of a <a title="visual learner" href="http://learnwebtools.com/">visual learner</a> and I had a hunch that it&#8217;s intended usage may not be clear for others either, so I installed the plugin and made a video showing some basics.<span id="more-728"></span></p>
<p>The plugin descriptions starts out like this:</p>
<blockquote><p>Add a second block of HTML content to WordPress pages. A perfect solution for layouts with two distinct  content areas or &#8220;blocks&#8221;, such as a sidebar or two column view. When editing a page, a second WordPress  WYSIWYG content editor will appear beneath the standard page editing block.</p></blockquote>
<p>The description goes on to explain that whatever you enter into this second HTML content area, can be output to your page in a couple of ways. You can add the &#8220;<em>Secondary HTML Content&#8221;</em> widget to your sidebar or you can use a function inside your template. This video only covers the widget usage.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="510" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://blip.tv/play/gutXgaqHDwA" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="510" src="http://blip.tv/play/gutXgaqHDwA" allowfullscreen="true"></embed></object></p>
<p>Thanks for taking the time to watch this video. Please feel free to leave comments below with further questions.</p>
<div style="margin: 0 0 10px 0; padding: 4px; width: 595px; border: 2px dashed #990000;">
<p><h1>Want to learn WordPress on the go?</h1></p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" style="border: 0pt none;" src="../wp-content/uploads/2010/09/app-icon-trans2-image-from-itunes.png" border="0" alt="The WP Modder App provides you with WordPress plugin and WordPress theme reviews to help you make informed decisions when building your WordPress websites, either for yourself or your clients." width="125" height="124" /></a><a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><em>Download the WP Modder App</em> now!</a></p>

<p>Learn more about WordPress anywhere with the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank">WP Modder App</a> for <em>iPhone</em>, <em>iPod Touch</em>, and <em>iPad</em>. You'll have access to all of my past and future written and video tutorials as well as reviews of the latest plugins and themes, all from the comfort of your mobile device!</p> <p>How many times have you have you wished you could run through a WordPress tutorial while in the bathroom? C'mon, you know you <a href="http://www.facebook.com/pages/WordPress-Modder-Customizing-WordPress-just-got-easier/10093119109">Facebook</a> in there anyway. Why not learn something while you're at it? It's the ultimate in time management. But seriously...</p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" src="../wp-content/uploads/2010/10/home-appstore.png" alt="" width="142" height="50" /></a>You'll also gain the ability to gain access to free image and link promotion back to your own WordPress powered site! See <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">more details</a> and get the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">WP Modder App</a> now.</p>

</div>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/query-posts-widget-plugin-widgetized-page-template-widget-logic-wordpress-gold-366.html" rel="bookmark" title="Permanent Link: Query Posts Widget Plugin + Widgetized Page Template + Widget Logic = WordPress Gold">Query Posts Widget Plugin + Widgetized Page Template + Widget Logic = WordPress Gold</a></li><li><a href="http://wpmodder.com/query-posts-widget-wordpress-plugin-video-overview-tutorial-350.html" rel="bookmark" title="Permanent Link: Query Posts Widget: WordPress Plugin &#8211; Video Overview Tutorial">Query Posts Widget: WordPress Plugin &#8211; Video Overview Tutorial</a></li><li><a href="http://wpmodder.com/how-to-get-interactive-video-onto-your-wordpress-blog-290.html" rel="bookmark" title="Permanent Link: Extending WordPress by Using the Power of Video &#8211; Part Three">Extending WordPress by Using the Power of Video &#8211; Part Three</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="Secondary HTML Content Plugin Video Overview" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-728"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/secondary-html-content-plugin-video-overview-728.html/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to Add a Sticky Post to a WordPress Category Archive Page</title>
		<link>http://wpmodder.com/how-to-add-a-sticky-post-to-a-wordpress-category-archive-page-719.html</link>
		<comments>http://wpmodder.com/how-to-add-a-sticky-post-to-a-wordpress-category-archive-page-719.html#comments</comments>
		<pubDate>Fri, 23 Oct 2009 18:11:52 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[Extend Wordpress]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress Tutorials]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=719</guid>
		<description><![CDATA[We all know that you can add a sticky post to the index page right? Have you ever wanted to do the same with a category archive page? One way is to create your own category page template and code in a custom loop, but that&#8217;s not really &#8220;user-friendly&#8221; for most WordPress users. As good [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>We all know that you can add a <a title="sticky post" href="http://www.nathanrice.net/blog/definitive-sticky-posts-guide-for-wordpress-27/">sticky post</a> to the index page right? <a href="http://wpmodder.com/wp-content/uploads/2009/10/Screen-shot-2009-10-23-at-2.03.16-PM.png"><img class="alignright size-thumbnail wp-image-720" title="WordPress Sticky Post Feature" src="http://wpmodder.com/wp-content/uploads/2009/10/Screen-shot-2009-10-23-at-2.03.16-PM-150x150.png" alt="WordPress Sticky Post Feature" width="150" height="150" /></a>Have you ever wanted to do the same with a category archive page? One way is to create your own <a title="category page template" href="http://wpmodder.com/using-the-category-icons-plugin-and-thematic-to-create-custom-category-pages-631.html">category page template</a> and code in a <a title="custom loop" href="http://wpmodder.com/multiple-loops-on-your-main-page-why-and-how-133.html">custom loop</a>, but that&#8217;s not really &#8220;user-friendly&#8221; for most WordPress users. As good news usually goes with WordPress, a plugin exists to help you more easily accomplish this &#8220;Category Sticky Post&#8221; feature on your site. It&#8217;s named<span id="more-719"></span> <a title="AStickyPostsOrderER" href="http://wordpress.org/extend/plugins/astickypostorderer/">AStickyPostsOrderER</a> and it was created by <a title="AndreSC" href="http://pixelplexus.co.za/blog/2007/11/20/plugin-to-change-wordpress-post-order/" target="_blank">AndreSC</a>. I love the name!</p>
<p>I&#8217;ve created a video that gives you a quick overview and also an idea of the possibilities available with this plugin. Incidentally, I&#8217;ve created several videos so far and this is the first to show my ugly mug&#8230;so be prepared. Ha!</p>
<p>Oh wait, one more thing before the video&#8230;don&#8217;t forget to enter the <a title="WordPress Book Giveaway" href="http://wpmodder.com/wordpress-books-giveaway-698.html">WordPress Book Giveaway</a>, it really couldn&#8217;t be easier to enter. You&#8217;ve got nothing to lose and only WordPress knowledge to gain.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="510" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://blip.tv/play/gutXganSegA" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="510" src="http://blip.tv/play/gutXganSegA" allowfullscreen="true"></embed></object></p>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/using-the-category-icons-plugin-and-thematic-to-create-custom-category-pages-631.html" rel="bookmark" title="Permanent Link: Using the Category-Icons plugin and Thematic to create custom category pages">Using the Category-Icons plugin and Thematic to create custom category pages</a></li><li><a href="http://wpmodder.com/extending-wordpress-by-using-the-power-of-video-part-two-157.html" rel="bookmark" title="Permanent Link: Extending WordPress by Using the Power of Video &#8211; Part Two">Extending WordPress by Using the Power of Video &#8211; Part Two</a></li><li><a href="http://wpmodder.com/multiple-loops-on-your-main-page-why-and-how-133.html" rel="bookmark" title="Permanent Link: Multiple Loops on your Main Page &#8211; Why and How">Multiple Loops on your Main Page &#8211; Why and How</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="How to Add a Sticky Post to a WordPress Category Archive Page" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-719"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/how-to-add-a-sticky-post-to-a-wordpress-category-archive-page-719.html/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Yet Another Paypal Plugin for WordPress &#8211; It Might be Just What You Need</title>
		<link>http://wpmodder.com/yet-another-paypal-plugin-for-wordpress-it-might-be-just-what-you-need-715.html</link>
		<comments>http://wpmodder.com/yet-another-paypal-plugin-for-wordpress-it-might-be-just-what-you-need-715.html#comments</comments>
		<pubDate>Thu, 22 Oct 2009 15:16:41 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=715</guid>
		<description><![CDATA[I just came across this Paypal shopping cart plugin and thought I&#8217;d share for two reasons. First, because of all the eCommerce and Paypal plugins available, sometimes you just need something simple&#8230;and this is it. Second, because I&#8217;m not publishing this post from the normal WordPress backend. I&#8217;m testing something very cool! More on that [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><a href="http://www.flickr.com/photos/43931747@N00/4033294069"><img style="float: right; margin-top: 10px; margin-bottom: 10px; margin-left: 10px;" src="http://farm3.static.flickr.com/2517/4033294069_c5b5e1153d.jpg" alt="" width="176" height="140" /></a>I just came across this Paypal shopping cart plugin and thought I&#8217;d share for two reasons. First, because of all the eCommerce and Paypal plugins available, sometimes you just need something simple&#8230;and this is it. Second, because I&#8217;m not publishing this post from the normal WordPress backend. I&#8217;m testing something very cool! More on that later:) It&#8217;s name is WordPress Simple Paypal Shopping Cart. Not only does it provide a simple shopping cart, but also can be integrated with the NextGen Gallery plugin.<br />
<span id="more-715"></span><br />
What does it provide?</p>
<blockquote>
<blockquote><p>WordPress Simple Paypal Shopping Cart allows you to add an ‘Add to Cart’ button on any posts or pages. It also allows you to add/display the shopping cart on any post or page or sidebar easily. The shopping cart shows the user what they currently have in the cart and allows them to remove the items. It can be easily integrated with the NextGen Photo Gallery plugin too.</p></blockquote>
</blockquote>
<p><a class="name" href="http://hirewordpressexperts.com"><span id="name1stRow"> </span></a>You can learn more by visiting the plugin page <a href="http://hirewordpressexperts.com/wordpress-simple-paypal-shopping-cart-wordpress-plugin-11833.html" target="_blank">here</a>.</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=22bcede5-ca5e-880b-86aa-4bb865085c45" alt="" /></div>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/how-to-invoice-and-bill-clients-directly-from-your-wordpress-installtion-322.html" rel="bookmark" title="Permanent Link: How to Invoice and Bill Clients Directly from your WordPress Installtion">How to Invoice and Bill Clients Directly from your WordPress Installtion</a></li><li><a href="http://wpmodder.com/the-ultimate-wordpress-form-maker-1165.html" rel="bookmark" title="Permanent Link: The Ultimate WordPress Form Maker">The Ultimate WordPress Form Maker</a></li><li><a href="http://wpmodder.com/how-to-customize-wordpress-registration-and-profile-994.html" rel="bookmark" title="Permanent Link: Attaining the Holy Grail of WordPress Registration Customization">Attaining the Holy Grail of WordPress Registration Customization</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="Yet Another Paypal Plugin for WordPress &#8211; It Might be Just What You Need" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-715"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/yet-another-paypal-plugin-for-wordpress-it-might-be-just-what-you-need-715.html/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>WordPress Books Giveaway!</title>
		<link>http://wpmodder.com/wordpress-books-giveaway-698.html</link>
		<comments>http://wpmodder.com/wordpress-books-giveaway-698.html#comments</comments>
		<pubDate>Mon, 19 Oct 2009 15:28:39 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[Extend Wordpress]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[contest]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=698</guid>
		<description><![CDATA[Are you a WordPress fan like me? Do you aspire to become an expert in any area of WordPress like themes or plugins? Maybe you&#8217;ve heard of WordPress Multi-User (WPMU) and want to know how it differs from standard WordPress and learn it&#8217;s enormous capabilities? Well kiddos, if any of the above rings true for [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Are you a WordPress fan like me? Do you aspire to become an expert in any area of WordPress like themes or plugins? Maybe you&#8217;ve heard of WordPress Multi-User (WPMU) and want to know how it differs from standard WordPress and learn it&#8217;s enormous capabilities?</p>
<p>Well kiddos, if any of the above rings true for you, today&#8217;s post is sure to satisfy. Through a deal with <a title="Packt Publishing Software Manuals" href="http://www.packtpub.com/" target="_blank">Packt Publishing</a>, I&#8217;m a giving away not one, not two, but <em><strong>three</strong></em> books focused exclusively on WordPress, the open source software we all know and love. Let&#8217;s cut to the chase shall we? Here are the book details&#8230;<span id="more-698"></span></p>
<p><a href="http://www.packtpub.com/wordpress-theme-design/book"><img class="alignleft" title="WordPress Theme Design" src="https://www.packtpub.com/images/100x123/1847193099.png" alt="" width="100" height="123" /></a>1. <a title="wordpress-theme-design/book" href="http://www.packtpub.com/wordpress-theme-design/book" target="_blank"><em><strong>WordPress Theme Design</strong></em></a></p>
<p>A complete guide to creating professional WordPress themes</p>
<p>Take control of the look and feel of your WordPress site<br />
Simple, clear tutorial to creating Unique and Beautiful themes<br />
Expert guidance with practical step-by-step instructions for theme design<br />
Design tips, tricks, and troubleshooting ideas</p>
<p><a href="http://www.packtpub.com/wordpress-plug-in-development/book"><img class="alignleft" title="WordPress Plugin Development: Beginners Guide" src="https://www.packtpub.com/images/100x123/1847193595.png" alt="" width="100" height="123" /></a>2. <a title="wordpress-plug-in-development/book" href="http://www.packtpub.com/wordpress-plug-in-development/book" target="_blank"><em><strong>WordPress Plugin Development: Beginner&#8217;s Guide</strong></em></a></p>
<p>Build powerful, interactive plug-ins for your blog and to share online</p>
<p>Everything you need to create and distribute your own plug-ins following WordPress coding standards<br />
Walk through the development of six complete, feature-rich, real-world plug-ins that are being used by thousands of WP users<br />
Written by Vladimir Prelovac, WordPress expert and developer of WordPress plug-ins such as Smart YouTube and Plugin Central<br />
Part of Packt&#8217;s Beginners Guide series: expect step-by-step instructions with an emphasis on experimentation and tweaking code</p>
<p><a href="http://www.packtpub.com/wordpress-mu-2-8-beginners-guide/book"><img class="alignleft" title="WordPress MU 2.8 Beginners Guide" src="https://www.packtpub.com/images/100x123/1847196543.png" alt="" width="100" height="123" /></a>3. <em><strong><a title="wordpress-mu-2-8-beginners-guide/book" href="http://www.packtpub.com/wordpress-mu-2-8-beginners-guide/book" target="_blank">WordPress MU 2.8: Beginner&#8217;s Guide</a> (Please Note: This title is expected to be released in Dec. 2009)<br />
</strong></em></p>
<p>Build your own blog network with unlimited users and blogs, forums, photo galleries, and more!</p>
<p>Design, develop, secure, and optimize a blog network with a single installation of WordPress<br />
Add unlimited users and blogs, and give different permissions on different blogs<br />
Add social networking features to your blogs using BuddyPress<br />
Create a bbPress forum for your users to communicate with each other<br />
Part of Packt&#8217;s Beginner&#8217;s Guide Series, with step-by-step, detailed instructions for building a blog network from scratch</p>
<h3>So, how do you get your hands on one of these books?</h3>
<p>Pretty simple really. All I ask is that you help me spread the word about an exciting new project that is under development. In fact, you can become part of this project if you&#8217;d like but more on that later. All you need to do to be entered to win one of these books is:</p>
<p>1. Link to <a title="LearnWebTools" href="http://learnwebtools.com" target="_blank">LearnWebTools</a> (http://learnwebtools.com) in some way and then leave a comment on this post with the url, and what book you&#8217;d like. That&#8217;s it. No more steps! The contest ends on Oct. 31st. On November 1st, I will put all the commentators (who provided a valid url) into a hat and draw names until I get a winner for each title. Look for the winners notification post on that date!</p>
<h3>Here are some ways to link:</h3>
<ul>
<li>Write a quick blog post describing the LearnWebTools project. You can use this text:</li>
</ul>
<p style="padding-left: 60px;">LearnWebTools.com will enable <em>you</em> to do just what our name implies, <em>Learn Web Tools</em>. Our service will include step-by-step instructions for a wide variety of web development tools, social sites, open source software, and more. We are working diligently behind the scenes building a full featured site that will allow you to become an expert user of web based tools, online marketing techniques, and other web only skills. Whether you learn better by reading, seeing, or just plain doing, we&#8217;ll provide the information you need to get started building your ideas, or your business.</p>
<ul>
<li>Tweet it.</li>
<li>Facebook it.</li>
<li>Put a banner link on your site. You can use this 250px wide banner:</li>
</ul>
<p style="text-align: center;"><a href="http://learnwebtools.com/images/learn-web-tools-250.png"><img class="aligncenter" title="LearnWebTools: Become Aware - Understand - Implement" src="http://learnwebtools.com/images/learn-web-tools-250.png" alt="" width="250" height="165" /></a></p>
<p style="text-align: left;">I&#8217;m really looking forward to giving these books away to the three winners. I&#8217;ve read the first two, and I can tell you, they are packed with very useful information&#8230;and I expect that the third title will be just as informative.</p>
<p style="text-align: left;">Ok, good luck!</p>
<p style="text-align: left;"><em>*Please Note*</em><br />
As dictated by Packt Publishing rules, print or ebook formats are available for winners located in the U.S. and Europe. Winners located in other countries will be provided the ebook format only.</p>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/meet-the-wordpress-book-giveaway-winners-744.html" rel="bookmark" title="Permanent Link: Meet the WordPress Book Giveaway Winners!">Meet the WordPress Book Giveaway Winners!</a></li><li><a href="http://wpmodder.com/how-to-add-a-sticky-post-to-a-wordpress-category-archive-page-719.html" rel="bookmark" title="Permanent Link: How to Add a Sticky Post to a WordPress Category Archive Page">How to Add a Sticky Post to a WordPress Category Archive Page</a></li><li><a href="http://wpmodder.com/?wdca_custom_ad=enter-our-ultimate-wordpress-giveaway-now" rel="bookmark" title="Permanent Link: Enter Our Ultimate WordPress Giveaway Now">Enter Our Ultimate WordPress Giveaway Now</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="WordPress Books Giveaway!" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-698"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/wordpress-books-giveaway-698.html/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Matt Mullenweg on WordPress and the GPL</title>
		<link>http://wpmodder.com/matt-mullenweg-on-wordpress-and-the-gpl-694.html</link>
		<comments>http://wpmodder.com/matt-mullenweg-on-wordpress-and-the-gpl-694.html#comments</comments>
		<pubDate>Wed, 14 Oct 2009 17:39:31 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[GPL]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=694</guid>
		<description><![CDATA[WordPress creator Matt Mullenweg speaks about WordPress and the GPL. Related posts:The Four Hour Work Week and WordPress Do-GoodersA WordPress Modder UpdateWhy Your Visual Editor Width is Different in WordPress 3.0Copyright &#169; 2011 http://wpmodder.com. All tutorials are written by: Adam W. Warner This feed is for personal, non-commercial use only. The use of this feed [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>WordPress creator Matt Mullenweg speaks about WordPress and the GPL.</p>
<p><embed src="http://v.wordpress.com/ABaVkvrA" type="application/x-shockwave-flash" width="400" height="224" allowscriptaccess="always" allowfullscreen="true"></embed></p>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/the-four-hour-work-week-and-wordpress-do-gooders-141.html" rel="bookmark" title="Permanent Link: The Four Hour Work Week and WordPress Do-Gooders">The Four Hour Work Week and WordPress Do-Gooders</a></li><li><a href="http://wpmodder.com/where-to-find-a-wordpress-development-consultant-797.html" rel="bookmark" title="Permanent Link: A WordPress Modder Update">A WordPress Modder Update</a></li><li><a href="http://wpmodder.com/why-your-visual-editor-width-is-different-in-wordpress-3-0-838.html" rel="bookmark" title="Permanent Link: Why Your Visual Editor Width is Different in WordPress 3.0">Why Your Visual Editor Width is Different in WordPress 3.0</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="Matt Mullenweg on WordPress and the GPL" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-694"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/matt-mullenweg-on-wordpress-and-the-gpl-694.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Embedding Media in WordPress is About to Become Simple</title>
		<link>http://wpmodder.com/embedding-media-in-wordpress-is-about-to-become-simple-690.html</link>
		<comments>http://wpmodder.com/embedding-media-in-wordpress-is-about-to-become-simple-690.html#comments</comments>
		<pubDate>Wed, 14 Oct 2009 14:56:02 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[Extend Wordpress]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=690</guid>
		<description><![CDATA[Viper007Bond, &#8220;a 25 year old guy living in Portland, Oregon&#8221;, has just posted some very exciting news concerning a new feature coming in the 2.9 release of WordPress. Media Embedding. If you&#8217;ve ever struggled with embedding video or images, or if you wish it was simpler for your clients to do, you&#8217;ve just found the [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><a title="Viper007Bond" href="http://www.viper007bond.com/about/" target="_blank"><img class="alignright" style="margin: 2px;" title="Close to the Edge" onclick="insert_image('http://www.flickr.com/photos/9473020@N05/3716274762', 'http://farm3.static.flickr.com/2555/3716274762_ce7c9e1544', 'Close to the Edge');" src="http://farm3.static.flickr.com/2555/3716274762_ce7c9e1544_s.jpg" alt="" hspace="2" vspace="2" width="75" height="75" />Viper007Bond</a>, &#8220;a 25 year old guy living in Portland, Oregon&#8221;, has just posted some very exciting news concerning a new feature coming in the 2.9 release of WordPress. Media Embedding. If you&#8217;ve ever struggled with embedding video or images, or if you wish it was simpler for your clients to do, you&#8217;ve just found the answer.</p>
<p>Read <a href="http://www.viper007bond.com/2009/10/13/easy-embeds-for-wordpress-2-point-9/" target="_blank">here</a> for more&#8230;</p>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/announcing-indielaborg-public-beta-176.html" rel="bookmark" title="Permanent Link: Announcing IndieLab.org Public Beta">Announcing IndieLab.org Public Beta</a></li><li><a href="http://wpmodder.com/recovering-from-wp-25-upgrade-problems-162.html" rel="bookmark" title="Permanent Link: Recovering from WP 2.5 Upgrade Problems">Recovering from WP 2.5 Upgrade Problems</a></li><li><a href="http://wpmodder.com/simple-wordpress-forum-38.html" rel="bookmark" title="Permanent Link: Do You Need a Simple WordPress Forum?">Do You Need a Simple WordPress Forum?</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="Embedding Media in WordPress is About to Become Simple" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-690"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/embedding-media-in-wordpress-is-about-to-become-simple-690.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Create a Dropdown List of Specified Pages in a Widget</title>
		<link>http://wpmodder.com/how-to-create-a-dropdown-list-of-specified-pages-in-a-widget-669.html</link>
		<comments>http://wpmodder.com/how-to-create-a-dropdown-list-of-specified-pages-in-a-widget-669.html#comments</comments>
		<pubDate>Thu, 08 Oct 2009 18:53:55 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[WordPress Tutorials]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=669</guid>
		<description><![CDATA[I had a bit of a time finding the answer to this one, but I solved it by searching high and low and thought I&#8217;d share:) A client I&#8217;m working with has a few different series of products and along with the standard categorical framework, they needed an easy way for their customers to &#8220;jump [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>I had a bit of a time finding the answer to this one, but I solved it by searching high and low and thought I&#8217;d share:) A client I&#8217;m working with has a few different series of products and along with the standard categorical framework, they needed an easy way for their customers to &#8220;jump to information&#8221; on different series of products. They also wanted this series list in a dropdown menu displayed on most pages. So, here&#8217;s what I did&#8230;<span id="more-669"></span></p>
<p>I am using posts to display individual product information, but I needed to use individual pages to display the information about a particular product series. Using pages posed a bit of a quandary though when I started thinking about how to display them in a dropdown list. Why? <a href="http://wpmodder.com/wp-content/uploads/2009/10/category-widget.png"><img class="alignleft size-full wp-image-674" title="category-widget" src="http://wpmodder.com/wp-content/uploads/2009/10/category-widget.png" alt="category-widget" width="259" height="162" /></a>Have a look in your WordPress Dashboard&#8211;&gt;Appearance&#8211;&gt;Widgets area. Look at the Categories widget. See that option in there to &#8220;show as dropdown&#8221;?</p>
<p>Now have a look at the Pages widget. Go ahead, I&#8217;ll wait&#8230;</p>
<p>&#8230;right! WTF? No option to display pages as a dropdown list? Why? Who knows, but I needed to solve it so I set forth on my search. The first thing I did was look for a <a title="Template Tag" href="http://codex.wordpress.org/Template_Tags">Template Tag</a> similar to <a title="wp_dropdown_categories" href="http://codex.wordpress.org/Template_Tags/wp_dropdown_categories" target="_blank">wp_dropdown_categories</a> and I found one for pages named <a title="wp_dropdown_pages" href="http://codex.wordpress.org/Template_Tags/wp_dropdown_pages" target="_blank">wp_dropdown_pages</a>. Now, I needed to use this tag <em>AND </em>be able to specify the individual pages to be included <em>AND </em>the order of these pages. Before we get to that code, the first thing I needed to do was to figure out the easiest way to get it displayed in a widget. As you might know, <a title="WordPress" href="http://wordpress.org/">WordPress</a> doesn&#8217;t allow for inserting PHP code into your widgets by default, so finding a plugin for that was the first task. Luckily, I came across <a title="Otto's PHP Code Widget" href="http://wordpress.org/extend/plugins/php-code-widget/">Otto&#8217;s PHP Code Widget</a> plugin pretty quickly and since <a title="Otto - WordPress Forum Moderator" href="http://profiles.wordpress.org/otto42/" target="_blank">Otto&#8217;s</a> pretty ingrained in the WordPress <a title="Otto - WordPress Forum Moderator" href="http://profiles.wordpress.org/otto42/" target="_blank">world</a>, it seemed very likely that this plugin would be &#8220;future-proof&#8221;. OK, so now I can put PHP code inside a widget.</p>
<p>I then wrote some pretty simple code using the wp_dropdown_pages Template Tag (or function) to pull a list of pages into my PHP Code Widget. It looked like this: (with proper beginning and ending PHP tags not seen in this example) wp_dropdown_pages(&#8216;include=1409,1411,1413&amp;sort_column=ID&#8217;). I saved my widget, refreshed my main page, and presto, a pages dropdown list. But wait!!! When selecting any page from the list, none of them were being loaded by the browser. HUH?</p>
<p>So, off again I went to search the Template Tag section of the Codex. I found this on the wp_dropdown_pages detail page:</p>
<p><a href="http://wpmodder.com/wp-content/uploads/2009/10/wp_dropdown_pages_codex.png"><img class="aligncenter size-full wp-image-670" title="wp_dropdown_pages_codex" src="http://wpmodder.com/wp-content/uploads/2009/10/wp_dropdown_pages_codex.png" alt="wp_dropdown_pages_codex" width="230" height="293" /></a>See the section entitled <a href="http://codex.wordpress.org/Template_Tags/wp_dropdown_pages#Dropdown_with_Submit_Button" target="_blank">5.1</a>? With Submit Button? But I don&#8217;t want a submit button, I want a &#8220;jump&#8221; menu. Take me to the page when selected. It works in the categories widget by default and there&#8217;s not even an example of how to achieve this with dropdown pages. Say it ain&#8217;t so WordPress gods, say it ain&#8217;t so!</p>
<p>After much time searching the <a title="Codex" href="http://codex.wordpress.org/">Codex</a>, <a title="forums" href="http://wordpress.org/support/">forums</a>, and blog posts, and bothering online <a title="friends" href="http://wpmututorials.com/">friends</a> who have better things to do, I finally found the answer. Guess where. The Codex! I missed it initially, but the answer is there, only it&#8217;s on the wp_dropdown_categories Codex page and not the wp_dropdown_pages Codex page.</p>
<p><a href="http://wpmodder.com/wp-content/uploads/2009/10/wp-dropdown-categories.png"><img class="aligncenter size-full wp-image-671" title="wp dropdown categories" src="http://wpmodder.com/wp-content/uploads/2009/10/wp-dropdown-categories.png" alt="wp dropdown categories" width="238" height="360" /></a>See examples 4.2 and <a title="WordPress Dropdown Page List Code" href="http://codex.wordpress.org/Template_Tags/wp_dropdown_categories#Dropdown_without_a_Submit_Button_using_JavaScript_.282.29" target="_blank">4.3</a>. Those were my answers. Actually <a title="WordPress Dropdown Page List Code" href="http://codex.wordpress.org/Template_Tags/wp_dropdown_categories#Dropdown_without_a_Submit_Button_using_JavaScript_.282.29" target="_blank">4.3</a> was my answer. I took that bit of code, replaced all references to categories and replaced with pages, and Bam! A dropdown list of pages that works like a charm! Here&#8217;s the end result:</p>
<p><a href="http://wpmodder.com/wp-content/uploads/2009/10/Screen-shot-2009-10-08-at-2.41.15-PM.png"><img class="aligncenter size-full wp-image-672" title="Screen shot 2009-10-08 at 2.41.15 PM" src="http://wpmodder.com/wp-content/uploads/2009/10/Screen-shot-2009-10-08-at-2.41.15-PM.png" alt="Screen shot 2009-10-08 at 2.41.15 PM" width="148" height="102" /></a></p>
<p>Here&#8217;s what my PHP Code Widget looked like with the code inside: (notice I commented out the H2 title tags also)</p>
<p><a href="http://wpmodder.com/wp-content/uploads/2009/10/php-code-widget-dropdown-pages.png"><img class="aligncenter size-full wp-image-673" title="php-code-widget-dropdown-pages" src="http://wpmodder.com/wp-content/uploads/2009/10/php-code-widget-dropdown-pages.png" alt="php-code-widget-dropdown-pages" width="503" height="496" /></a></p>
<p>I hope that helps and if you use this trick, please post a link in the comments.</p>
<div style="margin: 0 0 10px 0; padding: 4px; width: 595px; border: 2px dashed #990000;">
<p><h1>Want to learn WordPress on the go?</h1></p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" style="border: 0pt none;" src="../wp-content/uploads/2010/09/app-icon-trans2-image-from-itunes.png" border="0" alt="The WP Modder App provides you with WordPress plugin and WordPress theme reviews to help you make informed decisions when building your WordPress websites, either for yourself or your clients." width="125" height="124" /></a><a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><em>Download the WP Modder App</em> now!</a></p>

<p>Learn more about WordPress anywhere with the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank">WP Modder App</a> for <em>iPhone</em>, <em>iPod Touch</em>, and <em>iPad</em>. You'll have access to all of my past and future written and video tutorials as well as reviews of the latest plugins and themes, all from the comfort of your mobile device!</p> <p>How many times have you have you wished you could run through a WordPress tutorial while in the bathroom? C'mon, you know you <a href="http://www.facebook.com/pages/WordPress-Modder-Customizing-WordPress-just-got-easier/10093119109">Facebook</a> in there anyway. Why not learn something while you're at it? It's the ultimate in time management. But seriously...</p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" src="../wp-content/uploads/2010/10/home-appstore.png" alt="" width="142" height="50" /></a>You'll also gain the ability to gain access to free image and link promotion back to your own WordPress powered site! See <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">more details</a> and get the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">WP Modder App</a> now.</p>

</div>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/query-posts-widget-wordpress-plugin-video-overview-tutorial-350.html" rel="bookmark" title="Permanent Link: Query Posts Widget: WordPress Plugin &#8211; Video Overview Tutorial">Query Posts Widget: WordPress Plugin &#8211; Video Overview Tutorial</a></li><li><a href="http://wpmodder.com/wordpress-page-attributes-and-how-to-use-them-1049.html" rel="bookmark" title="Permanent Link: WordPress Page Attributes and How to Use Them">WordPress Page Attributes and How to Use Them</a></li><li><a href="http://wpmodder.com/hide-widget-titles-wordpress-plugin-1147.html" rel="bookmark" title="Permanent Link: Hide Widget Titles WordPress Plugin">Hide Widget Titles WordPress Plugin</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="How to Create a Dropdown List of Specified Pages in a Widget" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-669"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/how-to-create-a-dropdown-list-of-specified-pages-in-a-widget-669.html/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>More Proof of How the Power of Blogging Can Change Lives</title>
		<link>http://wpmodder.com/more-proof-of-how-the-power-of-blogging-can-change-lives-657.html</link>
		<comments>http://wpmodder.com/more-proof-of-how-the-power-of-blogging-can-change-lives-657.html#comments</comments>
		<pubDate>Thu, 03 Sep 2009 13:04:33 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[Human Contact]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=657</guid>
		<description><![CDATA[In early April of this year I told you about a homeless girl named Brianna and how I was able to assist her by donating a domain name, hosting, and the setup, configuration, and maintenance of her site, The Girls Guide to Homelessness. I was moved to take action after watching a series of videos [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>In early April of this year I <a title="Brianna - The Girs Guide to Homelessness" href="http://wpmodder.com/making-a-difference-in-the-world-the-social-power-of-blogging-being-transparent-online-376.html" target="_self">told you</a> about a homeless girl named Brianna and how I was able to assist her by donating a domain name, hosting, and the setup, configuration, and maintenance of her site, <a title="Brianna - The Girs Guide to Homelessness" href="http://wpmodder.com/making-a-difference-in-the-world-the-social-power-of-blogging-being-transparent-online-376.html" target="_blank">The Girls Guide to Homelessness</a>. I was moved to take action after watching a series of videos from <a title="Brianna - The Girs Guide to Homelessness - InvisiblePeople.tv - Homelessness" href="http://InvisiblePeople.tv" target="_blank">InvisiblePeople.tv</a> that features interviews with homeless people from across America. I&#8217;m extremely happy to report to you today that, among many great accomplishments, Brianna has earned the opportunity to <span id="more-657"></span>blog on <a title="ELLE.com" href="http://www.elle.com/" target="_blank">ELLE.com</a>. You can see a couple of her posts <a title="ELLE.com The Thriftstore Hunt with Brianna Karp" href="http://fashion.elle.com/blog/2009/09/the-thrill-of-the-thriftstore-hunt-.html" target="_blank">here</a> and <a title="ELLE.com On the Hunt for a Job and a Home - Brianna Karp" href="http://fashion.elle.com/blog/2009/08/on-the-hunt-for-a-job-and-a-home.html" target="_blank">here</a>.</p>
<p>If you&#8217;ve been wondering how you can give back to your community and make a difference, I urge you to just do one thing. No matter how simple it may seem to you, your act of kindness CAN affect others. Whatever your expertise, whatever your passion, share it freely with others and it WILL make a difference.</p>
<div style="margin: 0 0 10px 0; padding: 4px; width: 595px; border: 2px dashed #990000;">
<p><h1>Want to learn WordPress on the go?</h1></p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" style="border: 0pt none;" src="../wp-content/uploads/2010/09/app-icon-trans2-image-from-itunes.png" border="0" alt="The WP Modder App provides you with WordPress plugin and WordPress theme reviews to help you make informed decisions when building your WordPress websites, either for yourself or your clients." width="125" height="124" /></a><a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><em>Download the WP Modder App</em> now!</a></p>

<p>Learn more about WordPress anywhere with the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank">WP Modder App</a> for <em>iPhone</em>, <em>iPod Touch</em>, and <em>iPad</em>. You'll have access to all of my past and future written and video tutorials as well as reviews of the latest plugins and themes, all from the comfort of your mobile device!</p> <p>How many times have you have you wished you could run through a WordPress tutorial while in the bathroom? C'mon, you know you <a href="http://www.facebook.com/pages/WordPress-Modder-Customizing-WordPress-just-got-easier/10093119109">Facebook</a> in there anyway. Why not learn something while you're at it? It's the ultimate in time management. But seriously...</p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" src="../wp-content/uploads/2010/10/home-appstore.png" alt="" width="142" height="50" /></a>You'll also gain the ability to gain access to free image and link promotion back to your own WordPress powered site! See <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">more details</a> and get the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">WP Modder App</a> now.</p>

</div>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/unbelieveable-blog-giveaway-167.html" rel="bookmark" title="Permanent Link: Unbelieveable Blog Giveaway">Unbelieveable Blog Giveaway</a></li><li><a href="http://wpmodder.com/my-favorite-blogging-tool-and-it-does-not-have-a-keyboard-84.html" rel="bookmark" title="Permanent Link: My Favorite Blogging Tool, and it Does Not have a Keyboard">My Favorite Blogging Tool, and it Does Not have a Keyboard</a></li><li><a href="http://wpmodder.com/seo-blogging-software-wordpress-plugins-and-themes-are-a-powerful-combination-19.html" rel="bookmark" title="Permanent Link: Seo Blogging Software WordPress Plugins and Themes Are A Powerful Combination">Seo Blogging Software WordPress Plugins and Themes Are A Powerful Combination</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="More Proof of How the Power of Blogging Can Change Lives" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-657"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/more-proof-of-how-the-power-of-blogging-can-change-lives-657.html/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Using the Category-Icons plugin and Thematic to create custom category pages</title>
		<link>http://wpmodder.com/using-the-category-icons-plugin-and-thematic-to-create-custom-category-pages-631.html</link>
		<comments>http://wpmodder.com/using-the-category-icons-plugin-and-thematic-to-create-custom-category-pages-631.html#comments</comments>
		<pubDate>Fri, 14 Aug 2009 17:31:27 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[Extend Wordpress]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress Tutorials]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=631</guid>
		<description><![CDATA[I am working on a website redesign project for a company that has a need to display several thousand products on their site. One of the main goals with this redesign was easier navigation for the end user. This post will focus on only one aspect of this new navigation. The display of categories. The [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>I am working on a website redesign project for a company that has a need to display several thousand products on their site. One of the main goals with this redesign was easier navigation for the end user. This post will focus on only one aspect of this new navigation. The display of categories.</p>
<p>The desire was to display these product posts and their categories like an online catalog without the need for e-commerce capability. This meant that the categories needed a more visual display instead of a standard list, and this needed to be included on category archive pages. To achieve this, I turned to the <a title="Thematic theme framework for WordPress" href="http://themeshaper.com/thematic/" target="_blank">Thematic</a> theme framework, <a title="How to use WordPress category page templates" href="http://codex.wordpress.org/Category_Templates" target="_blank">category page templates</a>, and most important for my visual layout, the <a title="How to use the category-icons plugin" href="http://www.category-icons.com/screenshots/" target="_blank">Category-Icons plugin</a> by Sub.<span id="more-631"></span></p>
<h3>Creating Category Page Templates</h3>
<p>The first thing I did was create category page templates. There were two reasons for this:</p>
<ol>
<li>This site has 85 seperate categories and several category archive pages needed different descriptions at the top of the page.</li>
<li>Each category archive page needed a different loop to pull in different categories of my choosing.</li>
</ol>
<p>It couldn&#8217;t be easier to create category page templates really. Two simple steps:</p>
<ol>
<li>Copy the category.php file from the main Thematic folder, put it in your Child Theme folder, and rename it using the ID of the category you want to use it for. Learn more here <a title="How to make WordPress category page templates" href="http://codex.wordpress.org/Category_Templates" target="_blank">http://codex.wordpress.org/Category_Templates</a></li>
<li>That&#8217;s it, you&#8217;ve just created a category template page. Now you can edit this page to include content specific to that category.</li>
</ol>
<p style="text-align: left;">Here&#8217;s a quick example. I have a category named Bath. This category has an ID of 62. I copied the category.php file into my Child Theme folder and named it category-62.php. Now everytime the Bath category archive page loads, it uses the category-62.php file instead of the category.php file.</p>
<p style="text-align: center;"><a href="http://wpmodder.com/wp-content/uploads/2009/08/Picture-1.png"><img class="size-full wp-image-650 aligncenter" title="WordPress Category Page Templates" src="http://wpmodder.com/wp-content/uploads/2009/08/Picture-1.png" alt="Category Page Templates" width="138" height="217" /></a></p>
<h3>Adding Custom Content to Category Page Templates</h3>
<p>Now I needed to change the content for the Bath category page, so I dove into the template and placed some descriptive content at the top:</p>
<pre class="brush: xml; title: ; notranslate">&lt;p&gt;You&amp;#039;ve spent hours pouring over magazines to find the perfect design for your new
spa-like bathroom retreat. You&amp;#039;ve chosen the perfect tile, the whirlpool tub,
beautiful faucets and luxurious shower sprays.&lt;/p&gt;</pre>
<p>Notice the ascii code in there? I had to use that for the apostrophe&#8217;s in order for the page to render correctly. But I digress&#8230;</p>
<p>Now for the really cool part. Changing the category loop to pull in the categories of my choosing and to display the icons I assigned to these categories using the Category-Icons plugin. (I&#8217;ll go into more detail about this plugin in a future post).</p>
<pre class="brush: php; title: ; notranslate">&lt;?php //Bath Cats
//Create a variable with category IDs. These can easily be changed anytime.
$ftchildcats=&quot;69,71,77,75,67,116,72&quot;;
?&gt;

&lt;?php
//Creating my own ul class for styling these category listings
echo &quot;&lt;ul class='ft-category'&gt;&quot;;
//Checking to see if the Category-Icons plugin function exists

if (function_exists('put_cat_icons'))
//If it does exist, display the Category-Icons along with the category titles
put_cat_icons( wp_list_categories('title_li=&amp;include=' . $ftchildcats . '&amp;echo=0'));
//If the Category-Icons plugin is broken, or doesn't exist, just show the full category list
else
wp_list_categories('title_li');
echo &quot;&lt;/ul&gt;;
?&gt;</pre>
<p>The output looks like this:</p>
<div id="attachment_649" class="wp-caption aligncenter" style="width: 550px"><a href="http://wpmodder.com/wp-content/uploads/2009/08/category-icons-plugin-wordpress.png"><img title="category-icons-plugin-wordpress" src="http://wpmodder.com/wp-content/uploads/2009/08/category-icons-plugin-wordpress.png" alt="Category Icons" width="540" height="308" /></a><p class="wp-caption-text">Category Icons</p></div>
<p>Of course this is only one of the methods you can use with the Category-Icons plugin. You can learn more <a title="Category-Icons Plugin for WordPress" href="http://www.category-icons.com/screenshots/" target="_blank">here</a>.</p>
<p>If you&#8217;re using this plugin, please post a link so we can all have a peek.</p>
<div style="margin: 0 0 10px 0; padding: 4px; width: 595px; border: 2px dashed #990000;">
<p><h1>Want to learn WordPress on the go?</h1></p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" style="border: 0pt none;" src="../wp-content/uploads/2010/09/app-icon-trans2-image-from-itunes.png" border="0" alt="The WP Modder App provides you with WordPress plugin and WordPress theme reviews to help you make informed decisions when building your WordPress websites, either for yourself or your clients." width="125" height="124" /></a><a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><em>Download the WP Modder App</em> now!</a></p>

<p>Learn more about WordPress anywhere with the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank">WP Modder App</a> for <em>iPhone</em>, <em>iPod Touch</em>, and <em>iPad</em>. You'll have access to all of my past and future written and video tutorials as well as reviews of the latest plugins and themes, all from the comfort of your mobile device!</p> <p>How many times have you have you wished you could run through a WordPress tutorial while in the bathroom? C'mon, you know you <a href="http://www.facebook.com/pages/WordPress-Modder-Customizing-WordPress-just-got-easier/10093119109">Facebook</a> in there anyway. Why not learn something while you're at it? It's the ultimate in time management. But seriously...</p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" src="../wp-content/uploads/2010/10/home-appstore.png" alt="" width="142" height="50" /></a>You'll also gain the ability to gain access to free image and link promotion back to your own WordPress powered site! See <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">more details</a> and get the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">WP Modder App</a> now.</p>

</div>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/how-to-add-a-sticky-post-to-a-wordpress-category-archive-page-719.html" rel="bookmark" title="Permanent Link: How to Add a Sticky Post to a WordPress Category Archive Page">How to Add a Sticky Post to a WordPress Category Archive Page</a></li><li><a href="http://wpmodder.com/music-posts-on-wordpress-modder-125.html" rel="bookmark" title="Permanent Link: Music Posts on WordPress Modder?">Music Posts on WordPress Modder?</a></li><li><a href="http://wpmodder.com/how-to-create-a-dropdown-list-of-specified-pages-in-a-widget-669.html" rel="bookmark" title="Permanent Link: How to Create a Dropdown List of Specified Pages in a Widget">How to Create a Dropdown List of Specified Pages in a Widget</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="Using the Category-Icons plugin and Thematic to create custom category pages" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-631"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/using-the-category-icons-plugin-and-thematic-to-create-custom-category-pages-631.html/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>WordPress Shop Products &#8211; Almost Perfect, but Not Quite</title>
		<link>http://wpmodder.com/wordpress-shop-products-almost-perfect-but-not-quite-599.html</link>
		<comments>http://wpmodder.com/wordpress-shop-products-almost-perfect-but-not-quite-599.html#comments</comments>
		<pubDate>Fri, 26 Jun 2009 15:49:30 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[Extend Wordpress]]></category>
		<category><![CDATA[Featured]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=599</guid>
		<description><![CDATA[As with most products I use or causes I&#8217;m involved with, I&#8217;m always proud to be affiliated and promote their use whenever I can. This is no different with WordPress. Although I&#8217;ve been using WordPress for many years now, I&#8217;ve never bought anything from the WordPress shop until recently. I&#8217;m a proud user and wanted [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><a href="http://www.flickr.com/photos/44742295@N00/2496109349"><img class="alignleft" style="border: 0pt none; margin-left: 5px; margin-right: 5px;" title="Simply Something Sophisicated - a WordPress poster" src="http://farm4.static.flickr.com/3063/2496109349_949c62ec2b_m.jpg" border="0" alt="Simply Something Sophisicated - a WordPress poster" hspace="5" width="130" height="119" /></a>As with most products I use or causes I&#8217;m involved with, I&#8217;m always proud to be affiliated and promote their use whenever I can. This is no different with <a title="WordPress" href="http://wordpress.org/">WordPress</a>. Although I&#8217;ve been using WordPress for many years now, I&#8217;ve never bought anything from the WordPress <a title="shop" href="http://shop.wordpress.net/">shop</a> until recently.</p>
<p>I&#8217;m a proud user and wanted to display that pride publicly, so I went to the shop and bought a couple of items. Overall the experience was very good, but I have a couple of suggestions, and one complaint I&#8217;d like to share in the hope that the store would be a bit of a smoother user experience. Who knows? Maybe <a title="Matt" href="http://ma.tt/">Matt</a> or someone else from the WP <a title="team" href="http://automattic.com/about/">team</a> will read this post:)<span id="more-599"></span></p>
<p>1. The store wasn&#8217;t as easy to find as I would have expected. Why isn&#8217;t it linked from the <em>main page</em> of the WordPress.org and WordPress.com sites? I had to <a title="Google" href="http://www.google.com/">Google</a> to find it. For your convenience, it&#8217;s located at <a title="WordPress T-Shirts and Products" href="http://shop.wordpress.net/" target="_blank">here</a> at the address http://shop.wordpress.net/.</p>
<p>2. The current product choices are:</p>
<ul id="submenu">
<li><a href="http://shop.wordpress.net/world/t-shirts">T-Shirts</a></li>
<li><a href="http://shop.wordpress.net/world/hoodies">Hoodies</a></li>
<li><a href="http://shop.wordpress.net/world/mugs">Mugs</a></li>
<li><a href="http://shop.wordpress.net/world/accessories">Accessories</a></li>
<li><a href="http://shop.wordpress.net/world/zip-jackets">Zip-Jackets</a></li>
</ul>
<p>I think these selections were OK. After all, I was interested in getting a t-shirt and a mug so ultimately, my needs were filled. What surprised me was the lack of color and size selections for the t-shirts. At the time of my purchase (and the time of this writing) there were only two colors available, Red and Olive Green. I was looking for Navy Blue, but settled on Olive Green.</p>
<p><a href="http://wpmodder.com/wp-content/uploads/2009/06/red-wordpress-tshirt.jpg"><img class="size-full wp-image-601 alignnone" title="red-wordpress-tshirt" src="http://wpmodder.com/wp-content/uploads/2009/06/red-wordpress-tshirt.jpg" alt="red-wordpress-tshirt" width="152" height="213" /></a><a href="http://wpmodder.com/wp-content/uploads/2009/06/olive-green-wordpress-tshirt.jpg"><img class="size-full wp-image-602 alignnone" title="olive-green-wordpress-tshirt" src="http://wpmodder.com/wp-content/uploads/2009/06/olive-green-wordpress-tshirt.jpg" alt="olive-green-wordpress-tshirt" width="152" height="221" /></a></p>
<p>Even though the color selection wasn&#8217;t as varied as I would have preferred, the quality of the shirt I purchased was very nice. It was soft and thin (a good thing in the warm climate where I reside), and it fit me nice and comfortably.</p>
<p>Next, I went to the mug section. There I found a really nice looking <em>&#8220;footed bistro mug&#8221;</em>.</p>
<p><a href="http://wpmodder.com/wp-content/uploads/2009/06/wordpress-footed-bistro-mug.jpg"><img class="aligncenter size-full wp-image-604" title="wordpress-footed-bistro-mug" src="http://wpmodder.com/wp-content/uploads/2009/06/wordpress-footed-bistro-mug.jpg" alt="wordpress-footed-bistro-mug" width="169" height="183" /></a>When this mug arrived, I was very pleased! It looks nice and it seems to be made well. Now, you should now, I am a coffee drinker. I drink two large cups every morning when at work. This is where some minor disappointment set in.</p>
<p>As I said, I drink a couple cups of coffee every morning, but I don&#8217;t drink them very fast, I sip from 8:00am until about 11:30am. Because of this time line, I use a coffee warmer so my coffee stays nice and hot for those 3.5 hours. This is where the trouble with the new mug starts. You see, the bottom of my current mug and my new mug are different. Check out the pictures below to see the difference:</p>
<div id="attachment_605" class="wp-caption alignleft" style="width: 235px"><a href="http://wpmodder.com/wp-content/uploads/2009/06/cup01.jpg"><img class="size-medium wp-image-605" title="cup01" src="http://wpmodder.com/wp-content/uploads/2009/06/cup01-225x300.jpg" alt="Current Coffee Mug" width="225" height="300" /></a><p class="wp-caption-text">Old Coffee Mug (with warm coffee)</p></div>
<div id="attachment_606" class="wp-caption alignright" style="width: 235px"><a href="http://wpmodder.com/wp-content/uploads/2009/06/cup02.jpg"><img class="size-medium wp-image-606" title="cup02" src="http://wpmodder.com/wp-content/uploads/2009/06/cup02-225x300.jpg" alt="My Shiny New Mug (with cold coffee)" width="225" height="300" /></a><p class="wp-caption-text">My Shiny New Mug (with cold coffee)</p></div>
<p>Notice that the mug on the left has a flat bottom and the mug on the right has a bottom similar to a wine glass. Also the bottom of the mug on the right has a concave bottom.</p>
<p>So, what&#8217;s the point?</p>
<p>The point is that because of the shape of the bottom of the WordPress mug, there is very little surface area that actually touches the warmer, and the heat doesn&#8217;t transfer through the mug, and that allows my coffee to get cold. Yuck!</p>
<p>Unfortunately, this means that my shiny new WordPress mug isn&#8217;t user-friendly and is not functional as a coffee drinking device for me.</p>
<p>If there are any <a title="Automattic" href="http://automattic.com/">Automattic</a> employees listening, could you please slip this simple request in the virtual suggestion box? &#8220;Mugs with flat bottoms please.&#8221;</p>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/wordpress-affiliate-store-plugin-196.html" rel="bookmark" title="Permanent Link: WordPress Affiliate Store Plugin">WordPress Affiliate Store Plugin</a></li><li><a href="http://wpmodder.com/add-amazon-store-to-wordpress-tutorial-series-part-1-1119.html" rel="bookmark" title="Permanent Link: Add Amazon Store to WordPress Tutorial Series Part 1">Add Amazon Store to WordPress Tutorial Series Part 1</a></li><li><a href="http://wpmodder.com/should-you-add-a-store-to-your-wordpress-powered-website-42.html" rel="bookmark" title="Permanent Link: Add an Amazon Associates Store To Your WordPress Powered Website">Add an Amazon Associates Store To Your WordPress Powered Website</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="WordPress Shop Products &#8211; Almost Perfect, but Not Quite" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-599"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/wordpress-shop-products-almost-perfect-but-not-quite-599.html/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>How to Post to your WordPress Site Directly from Yahoo! Mail</title>
		<link>http://wpmodder.com/how-to-post-to-your-wordpress-site-directly-from-yahoo-mail-570.html</link>
		<comments>http://wpmodder.com/how-to-post-to-your-wordpress-site-directly-from-yahoo-mail-570.html#comments</comments>
		<pubDate>Tue, 23 Jun 2009 18:20:09 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[Blogging Tools]]></category>
		<category><![CDATA[Extend Wordpress]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[wordpress and yahoo]]></category>
		<category><![CDATA[wordpress email]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=570</guid>
		<description><![CDATA[An interesting thing happened while I was checking my Yahoo! Mail this morning. A little notification popped up telling me that I had an extra feature named &#8220;Applications&#8221; and asked if I would like to see the &#8220;Gallery&#8221;. So I had a look and it appears that Yahoo! has integrated some applications in the their [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>An interesting thing happened while I was checking my Yahoo! Mail this morning. A little notification popped up telling me that I had an extra feature named &#8220;Applications&#8221; and asked if I would like to see the &#8220;Gallery&#8221;. So I had a look and it appears that Yahoo! has integrated some applications in the their Mail program. To my delight, as I was scanning the (short) list of apps, and the oh so familiar WordPress logo seemed to call right to me. Could it be? WordPress inside my Yahoo! Mail!?<a href="http://wpmodder.com/wp-content/uploads/2009/06/yahoo-mail-wordpress.jpg"><img class="alignright size-full wp-image-585" title="yahoo-mail-wordpress" src="http://wpmodder.com/wp-content/uploads/2009/06/yahoo-mail-wordpress.jpg" alt="yahoo-mail-wordpress" width="281" height="105" /></a></p>
<p>I forged ahead with configuring the WordPress application and thought you might like to see the process. In fact, <span style="text-decoration: line-through;">I am writing this entire post <em>from within of my Yahoo! Mail client</em>.</span> I just tried to insert an image, which it will allow you to do, but you can only insert an image URL, not browse your machine and upload let&#8217;s say, a screenshot of Yahoo! and WordPress in action. Strike one. I am now writing from within my WordPress installation.</p>
<p><span id="more-570"></span>First things first. In the left side of your Yahoo! Mail page (assuming you&#8217;re using the &#8220;New&#8221; Yahoo! Mail), you will see a new section named Applications. Click the word Applications and you will be presented with the application Gallery.</p>
<div id="attachment_572" class="wp-caption aligncenter" style="width: 528px"><a href="http://wpmodder.com/wp-content/uploads/2009/06/yahoo-wordpress-001.png"><img class="size-full wp-image-572" title="WordPress in the Yahoo! Mail Application Gallery" src="http://wpmodder.com/wp-content/uploads/2009/06/yahoo-wordpress-001.png" alt="yahoo-wordpress-001" width="518" height="320" /></a><p class="wp-caption-text">WordPress in the Yahoo App. Gallery</p></div>
<p style="text-align: center;">After reading through the descriptions of the various apps, I eventually clicked Add next to WordPress and was presented with a standard legal agreement message.</p>
<p><a href="http://wpmodder.com/wp-content/uploads/2009/06/yahoo-wordpress-002.png"><img class="aligncenter size-full wp-image-573" title="yahoo-wordpress-002" src="http://wpmodder.com/wp-content/uploads/2009/06/yahoo-wordpress-002.png" alt="yahoo-wordpress-002" width="406" height="199" /></a>Of course I agreed, it&#8217;s WordPress;) I then went back to the left side of my Yahoo! Mail screen and now saw WordPress listed under the Applications menu.</p>
<p><a href="http://wpmodder.com/wp-content/uploads/2009/06/yahoo-wordpress-003.png"><img class="aligncenter size-full wp-image-574" title="yahoo-wordpress-003" src="http://wpmodder.com/wp-content/uploads/2009/06/yahoo-wordpress-003.png" alt="yahoo-wordpress-003" width="145" height="121" /></a>After clicking on WordPress, the Blog Settings screen appears and you are prompted to add your blog connection information. Please note that this will work for both WordPress.com and WordPress.org blogs (or self-hosted). There is one slight difference in the Blog URL that you will enter depending on what type of WordPress blog you&#8217;re connecting to.</p>
<p>If you&#8217;re connecting to a WordPress.com blog, simply enter the standard URL: http://example.com</p>
<p>If you&#8217;re connecting to a self hosted version of WordPress, enter the domain name and the path to the xmlrpc.php file. This is usually found in the root of your WordPress install. Look at the second screenshot below to see what I mean&#8230;</p>
<div id="attachment_575" class="wp-caption aligncenter" style="width: 494px"><a href="http://wpmodder.com/wp-content/uploads/2009/06/yahoo-wordpress-004.png"><img class="size-full wp-image-575" title="yahoo-wordpress-004" src="http://wpmodder.com/wp-content/uploads/2009/06/yahoo-wordpress-004.png" alt="yahoo-wordpress-004" width="484" height="402" /></a><p class="wp-caption-text">Yahoo! WordPress Blog Settings</p></div>
<p style="text-align: center;">
<div id="attachment_582" class="wp-caption aligncenter" style="width: 492px"><a href="http://wpmodder.com/wp-content/uploads/2009/06/yahoo-wordpress-0071.png"><img class="size-full wp-image-582" title="yahoo-wordpress-007" src="http://wpmodder.com/wp-content/uploads/2009/06/yahoo-wordpress-0071.png" alt="yahoo-wordpress-007" width="482" height="402" /></a><p class="wp-caption-text">Yahoo! WordPress Blog Settings (Self-Hosted)</p></div>
<p style="text-align: center;">
<p>Yaay! We&#8217;re connected. Let&#8217;s have a look at the Write Post panel. It pops up as an additional tab in your mail screen. You should notice a few things about the visual editor here. First, it&#8217;s not the same as the visual editor as  in the normal WordPress dashboard. It has some limitations, but I didn&#8217;t feel like anything major was missing. That&#8217;s what I thought before trying to add an image.</p>
<p>As you can see below there is an Add Image icon, and you can add images, but as referenced above, you are required to add an image URL. I do not see any way to browse to an image on my local machine and upload. Not cool, and yes, it&#8217;s kind of a big deal as I use WordPress to create screenshot-laden posts just like this one. We&#8217;ll see what happens in the coming weeks, maybe this feature is just over the horizon.</p>
<div id="attachment_579" class="wp-caption aligncenter" style="width: 532px"><a href="http://wpmodder.com/wp-content/uploads/2009/06/yahoo-wordpress-008.png"><img class="size-full wp-image-579" title="yahoo-wordpress-008" src="http://wpmodder.com/wp-content/uploads/2009/06/yahoo-wordpress-008.png" alt="yahoo-wordpress-008" width="522" height="377" /></a><p class="wp-caption-text">Yahoo! WordPress Write Tab</p></div>
<p style="text-align: center;">
<p>There was another little feature that caught my eye on the bottom of the Write Post tab as seen in the screenshot below. You can drag an email from your inbox to the WordPress app in the Yahoo! Mail sidebar to blog it. I can&#8217;t think of a time I would need this, but it seems like a pretty slick little option.</p>
<p>I wonder what happens if the email has images attached?</p>
<div id="attachment_580" class="wp-caption aligncenter" style="width: 525px"><a href="http://wpmodder.com/wp-content/uploads/2009/06/yahoo-wordpress-009.png"><img class="size-full wp-image-580" title="yahoo-wordpress-009" src="http://wpmodder.com/wp-content/uploads/2009/06/yahoo-wordpress-009.png" alt="yahoo-wordpress-009" width="515" height="104" /></a><p class="wp-caption-text">Yahoo! WordPress Tags and Email Post Options</p></div>
<p style="text-align: center;">
<p>This looks like a great start to using WordPress inside Yahoo! Mail, and I would definately use this if I could upload images. I have Mail open all day long and this is a welcome addition. However, there are many questions and room for improvement.</p>
<ul>
<li>Please let me upload images!</li>
<li>Are Drafts being saved as they are in the Dashboard?</li>
<li>What about categories? Didn&#8217;t see that option. Although tags are possible?</li>
<li>How about multiple blog connections?</li>
</ul>
<p>Can you think of anything else that should be included? We&#8217;d all love to hear your thoughts!</p>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/do-you-want-to-help-guide-the-development-of-my-latest-project-444.html" rel="bookmark" title="Permanent Link: Do you want to help guide the development of my latest project?">Do you want to help guide the development of my latest project?</a></li><li><a href="http://wpmodder.com/open-source-software-review-resourcespace-digital-asset-management-328.html" rel="bookmark" title="Permanent Link: Open Source Software Review &#8211; ResourceSpace &#8211; Digital Asset Management">Open Source Software Review &#8211; ResourceSpace &#8211; Digital Asset Management</a></li><li><a href="http://wpmodder.com/seo-blogging-software-wordpress-plugins-and-themes-are-a-powerful-combination-19.html" rel="bookmark" title="Permanent Link: Seo Blogging Software WordPress Plugins and Themes Are A Powerful Combination">Seo Blogging Software WordPress Plugins and Themes Are A Powerful Combination</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="How to Post to your WordPress Site Directly from Yahoo! Mail" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-570"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/how-to-post-to-your-wordpress-site-directly-from-yahoo-mail-570.html/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>WordPress Theme Development in 12 Steps</title>
		<link>http://wpmodder.com/wordpress-theme-development-in-12-steps-564.html</link>
		<comments>http://wpmodder.com/wordpress-theme-development-in-12-steps-564.html#comments</comments>
		<pubDate>Mon, 22 Jun 2009 13:28:34 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[Free Themes]]></category>
		<category><![CDATA[WordPress Tutorials]]></category>
		<category><![CDATA[How to make a WordPress]]></category>
		<category><![CDATA[Ian Stewart]]></category>
		<category><![CDATA[Thematic]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=564</guid>
		<description><![CDATA[Ian Stewart has just announced that he will be making a series of posts that will outline, in detail, the 12 steps to creating your own WordPress theme. You can see his announcement here. If you&#8217;re not familiar with Ian Stewart, and you aspire to become a WordPress expert, or better yet, a WordPress theme [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Ian Stewart has just announced that he will be making a series of posts that will outline, in detail, the 12 steps to creating your own WordPress theme. You can see his announcement<span id="more-564"></span> <a title="How to make a WordPress theme best tutorial" href="http://themeshaper.com/wordpress-themes-templates-tutorial" target="_blank">here</a>.</p>
<div id="attachment_565" class="wp-caption alignright" style="width: 310px"><a href="http://wpmodder.com/wp-content/uploads/2009/06/ian-stewart-wordpress-theme.jpg"><img class="size-full wp-image-565" title="ian-stewart-wordpress-theme" src="http://wpmodder.com/wp-content/uploads/2009/06/ian-stewart-wordpress-theme.jpg" alt="Ian Stewart of Themeshaper" width="300" height="225" /></a><p class="wp-caption-text">Ian Stewart of Themeshaper</p></div>
<p>If you&#8217;re not familiar with <a title="Ian Stewart WordPress Theme Tutorial" href="http://themeshaper.com/about/" target="_blank">Ian Stewart</a>, and you aspire to become a WordPress expert, or better yet, a WordPress theme expert, you need to pay attention. Ian runs the site, <a title="ThemeShaper - Thematic" href="http://themeshaper.com" target="_blank">ThemeShaper</a> which offers a lot of WordPress information focused on themes and theme development. Most notably, ThemeShaper has released <a title="Thematic WordPress Theme Framework" href="http://themeshaper.com/thematic/" target="_blank">Thematic</a>, a WordPress Theme Framework.</p>
<p>I have learned a lot from many people in the WP community, too many to name here, but lately Ian&#8217;s approach seems to make the most sense to me.</p>
<p>Check it out and follow along&#8230;and tell &#8216;em Adam sent ya;)</p>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/do-you-want-to-help-guide-the-development-of-my-latest-project-444.html" rel="bookmark" title="Permanent Link: Do you want to help guide the development of my latest project?">Do you want to help guide the development of my latest project?</a></li><li><a href="http://wpmodder.com/muted-blues-free-wordpress-theme-release-137.html" rel="bookmark" title="Permanent Link: Muted Blues Free WordPress Theme Release">Muted Blues Free WordPress Theme Release</a></li><li><a href="http://wpmodder.com/wordpress-books-giveaway-698.html" rel="bookmark" title="Permanent Link: WordPress Books Giveaway!">WordPress Books Giveaway!</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="WordPress Theme Development in 12 Steps" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-564"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/wordpress-theme-development-in-12-steps-564.html/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Extending WordPress by Using the Power of Video &#8211; Part Six</title>
		<link>http://wpmodder.com/extending-wordpress-by-using-the-power-of-video-part-six-507.html</link>
		<comments>http://wpmodder.com/extending-wordpress-by-using-the-power-of-video-part-six-507.html#comments</comments>
		<pubDate>Wed, 17 Jun 2009 18:34:14 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[Extend Wordpress]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Premium Themes]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Videoblogging]]></category>
		<category><![CDATA[power of adding wordpress video]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=507</guid>
		<description><![CDATA[This is the sixth post in my series about using video with WordPress. Today we&#8217;ll focus on some plugins and a couple of themes that help to display video on your WordPress-powered site. I&#8217;ve discussed plugins previously in this series, but in the WordPress world, things are always evolving and plugin development is a prime [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>This is the sixth post in my <a title="See all post in the WordPress Video series" href="http://wpmodder.com/series/how-to-use-video-wordpress-blog-site" target="_self">series</a> about using video with WordPress. Today we&#8217;ll focus on some plugins and a couple of themes that help to display video on your WordPress-powered site. I&#8217;ve discussed plugins previously in this series, but in the WordPress world, things are always evolving and plugin development is a prime example. One of my favorite things about WordPress is the massive community around it. As you probably know already, there are thousands of themes and plugins available, and new ones being released almost daily.<span id="more-507"></span></p>
<p>We all know that online video has, and still is, maturing. Both the quality and accessibility of online video has changed greatly since the days of 14.4k modems and ten second .mpg movie clips.  Video is now a necessary addition to many websites. It&#8217;s not just a novelty anymore, and will never be again.</p>
<p>If you run a WordPress-powered website that includes video, or you aspire to place video on your site, the theme and plugins below will help.</p>
<p>First, I&#8217;d like to bring your attention to <a title="Press75 Video WordPress Themes and Plugins" href="https://www.e-junkie.com/ecom/gb.php?ii=100780&amp;amp;c=ib&amp;amp;aff=12019" target="_blank">Press75.com</a>. This is the home of a great WordPress theme designer, Jason Schuller. Press75 was one of the first offer themes specifically for video&#8230;and is still the best in my opinion. Feel free to have a look at all of the video-centric themes that Jason <a title="Themes for WordPress Video" href="https://www.e-junkie.com/ecom/gb.php?ii=100780&amp;amp;c=ib&amp;amp;aff=12019" target="_blank">offers</a>.</p>
<div id="attachment_560" class="wp-caption aligncenter" style="width: 310px"><a href="https://www.e-junkie.com/ecom/gb.php?ii=100780&amp;c=ib&amp;aff=12019"><img class="size-medium wp-image-560" title="wordpress-video-theme-video-flick-press75" src="http://wpmodder.com/wp-content/uploads/2009/06/wordpress-video-theme-video-flick-press75-300x192.png" alt="Video Flick WordPress Theme" width="300" height="192" /></a><p class="wp-caption-text">Video Flick WordPress Theme</p></div>
<p>Now, that you&#8217;ve had a look at some options for displaying video on Press75, what happens when you either can&#8217;t afford a professionally coded video theme, or you just prefer to use a different one altogether. How do you attain a functional display of your video? Again, Jason Schuller comes to the rescue, along with plugin developer <a title="WordPress Video Plugin Developer" href="http://jameslao.com/" target="_blank">James Lao</a>.</p>
<p>In the spirit of WordPress, Jason and James have made freely available,  two plugins that were developed specifically for his video themes.</p>
<ul>
<li>Simple Post Thumbnails</li>
<li>Simple Video Embedder</li>
</ul>
<h3><a title="Simple POst Thumbnails for Video Posts with WordPress" href="http://www.press75.com/the-simple-post-thumbnails-wordpress-plugin/" target="_blank">Simple Post Thumbnails</a></h3>
<blockquote><p>With the Simple Post Thumbnails plugin, adding thumbnail images to your posts is as easy as uploading any image (no editing required) and clicking the “Update Post” button. Upon upload, the plugin will re-size and crop the selected image according to whatever parameters you specify within the plugin configuration.</p></blockquote>
<h3><a title="Simple WordPress Video Embed for Video WordPress Websites" href="http://www.press75.com/the-simple-video-embedder-wordpress-plugin/" target="_blank">Simple Video Embedder</a></h3>
<blockquote><p>With the Simple Video Embedder plugin, adding video to your post is as easy as pasting the URL for the video you want to add within a field, and then click submit. You can even provide simple “width” and “height” parameters to size your video to match your theme. Currently, this “URL embed” method works perfectly with several services including Vimeo.com, YouTube.com, MetaCafe.com, Revver.com, Google Video and Seesmic.com. Or, of you want to host your own video, the plugin is also compatible with FLV (Flash Video) and Quicktime formats. If your video service is not on the list of currently supported formats for the “URL embed” feature, you can use the optional “embed code” field.</p></blockquote>
<p>I hope you find these themes and plugins useful. I am always on the lookout for themes, plugins, and other apps that will make it as easy as possible to integrate video on WordPress-powered sites. If you know of any tools that fit into this category, please feel free to contact me and let me know, either <a title="here" href="http://wpmodder.com/contact">here</a> or by leaving a comment below.</p>
<p>Stay tuned to <a title="How to use and customize WordPress" href="http://wpmodder.com" target="_self">WPM</a> for Part Seven in our video <a title="View all posts in the Video series" href="http://wpmodder.com/series/how-to-use-video-wordpress-blog-site" target="_self">series</a>.</p>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/extending-wordpress-by-using-the-power-of-video-part-four-440.html" rel="bookmark" title="Permanent Link: Extending WordPress by Using the Power of Video &#8211; Part Four">Extending WordPress by Using the Power of Video &#8211; Part Four</a></li><li><a href="http://wpmodder.com/extending-wordpress-by-using-the-power-of-video-part-one-155.html" rel="bookmark" title="Permanent Link: Extending WordPress by Using the Power of Video &#8211; Part One">Extending WordPress by Using the Power of Video &#8211; Part One</a></li><li><a href="http://wpmodder.com/how-to-get-interactive-video-onto-your-wordpress-blog-290.html" rel="bookmark" title="Permanent Link: Extending WordPress by Using the Power of Video &#8211; Part Three">Extending WordPress by Using the Power of Video &#8211; Part Three</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="Extending WordPress by Using the Power of Video &#8211; Part Six" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-507"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/extending-wordpress-by-using-the-power-of-video-part-six-507.html/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Simple:Press Forum Updates are Coming</title>
		<link>http://wpmodder.com/simplepress-forum-updates-are-coming-538.html</link>
		<comments>http://wpmodder.com/simplepress-forum-updates-are-coming-538.html#comments</comments>
		<pubDate>Wed, 03 Jun 2009 20:25:31 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[Extend Wordpress]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[forum plugin]]></category>
		<category><![CDATA[forums]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=538</guid>
		<description><![CDATA[I&#8217;ve written about my favorite WordPress forum plugin previously on the posts Do You Need a Simple WordPress Forum? and Simple WordPress Forum Plugin &#8211; Revisited. I&#8217;ve just received an update on the progress of the upcoming latest release and there are some really cool features that will be included. From the Simple:Press site: &#8230;here [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><div id="attachment_427" class="wp-caption aligncenter" style="width: 356px"><a href="http://wpmodder.com/wp-content/uploads/2009/04/spf-logo-master.png"><img class="size-full wp-image-427" title="Simple:Press WordPress Forum Plugin" src="http://wpmodder.com/wp-content/uploads/2009/04/spf-logo-master.png" alt="The Forum Plugin for WordPress" width="346" height="93" /></a><p class="wp-caption-text">The Forum Plugin for WordPress</p></div>
<p>I&#8217;ve written about my favorite WordPress forum plugin previously on the posts <a title="Do You Need a Simple WordPress Forum?" href="http://wpmodder.com/simple-wordpress-forum-38.html">Do You Need a Simple WordPress Forum?</a> and <a title="Simple WordPress Forum Plugin - Revisited" href="http://wpmodder.com/simple-wordpress-forum-plugin-426.html">Simple WordPress Forum Plugin &#8211; Revisited</a>.</p>
<p>I&#8217;ve just received an update on the progress of the upcoming latest release and there are some really cool features that will be included.</p>
<p>From the Simple:Press site:<span id="more-538"></span></p>
<blockquote><p>&#8230;here are just a few of the things that have made the cut so far. So – on top of <strong>topic titles being included in searches</strong> and our new <strong>auto-subscription</strong> feature some of the major items our users can expect to see include:</p>
<ul>
<li><strong>A new, replacement uploader</strong>. Long overdue, the new uploader will work for images, videos and other media as well as other file types – all configurable by the admin. There is also an option for each member who is permitted to upload to have their own, personal folder. The uploader has a decent browser and can handle multiple files.</li>
<li><strong>Topic Tags</strong>. Tag new topics with… well… tags! We have auto-suggest, tag management and tag searching as well as a related topics dropdown based on the current topic tags.</li>
<li><strong>Sub-forums</strong>. Yes, we have been talking about them for a long time and they have been a frequent request and finally they will make their debut.</li>
<li><strong>Support for WP Roles</strong>. To help ease the management of user and their membership in spf user groups, 4.1 will now support auto user group assignment based on their WP Role. Give an existing or new user a new WP Role and he can be auto moved into a corresponding user group. This new feature fully works with the Role Manager plugin and other role modifying plugins that use the standard WP interfaces. This has been called a must have feature by many users. It’s in 4.1!</li>
<li><strong>Storage Location Configurator</strong>. That’s an awful title for something that sounds very dull but can actually be a great aid to performance and organization. With 4.1, you will be able to store a lot of the forum items such as skins and icon sets, hooks and custom code, outside of the plugins folder down in wp-content. This can also become the home of avatars, smileys and the new forum user badges as well as uploads you may allow your users to make.</li>
<li><strong>Forum Slugs</strong>. We have made some changes and improvements to the creation of ’slugs’ which should aid our non-English speaking users – although to be honest, we have a lot of testing left to do to make sure all is well.</li>
<li><strong>Admin Redesign and Restructure</strong>. The entire set of admin pages – already surely one of the prettiest in the WP world! – have undergone a complete overhaul and rewrite with heavy emphasis on Ajax and only loading what is necessary.</li>
<li><strong>Special Forum Ranks</strong>. Joining the already existing forum ranks (based on post count) will be the new special forum ranks. Special ranks allow you to assign custom ranks to any user and is not based on post count. Want a special rank that matches the User Group? Done! Want special ranks for donators or paid members? Special ranks will allow that!</li>
<li><strong>Forum Badges</strong>. With the new forum badges, you can now assign a unique badge (ie graphic image) to each forum rank and special rank. The user’s badge will display in the userinfo area.</li>
<li><strong>Improved User Management</strong>. This will be welcomed by those users with large memberships – quicker and easier user group and forum rank assignments – and no more long, long waits for the data to save!</li>
<li><strong>Spoilers</strong>. We have had quite a few requests for handling ’spoilers’ and think we have come up with a neat solution</li>
<li><strong>Print a Post</strong>. Ever wanted to print out the content of a post? Well, we know some of you have as we have been asked for it. Just a click on the new print icon!</li>
<li><strong>More Display Options</strong>. It sometimes feels like every user would like to hide something different from the display. Well we have tried to cover as much as we can think of that can now be turned off.</li>
<li><strong>Meta Description Tags for Forums and Topics</strong>. Another often asked for feature, meta tags and keyword descriptions will make their appearance in 4.1. As is customary with Simple:Press Forum, you have multiple options on how to configure the meta description. You can have a fixed meta description, have it based on the forum name or even the topic name. You can also customize the meta keywords or, if using the new tags feature, have the meta keywords based on the tags for a topic.</li>
<li><strong>Block Admin Pages</strong>. It’s a common complaint against WP that after registration or login, users are dumped into the admin pages (profile and dashboard) to be confused! This has given rise to many plugins to plug the hole and now we have built the feature into SPF.</li>
<li><strong>Profile Overhaul</strong>. The user profile is getting a complete overhaul. There will be more configuration options as to what fields are available and now the admins will have access to the fields. We have added some additional custom profile field types too. This one is still in development, but looks promising and often requested!</li>
</ul>
<p>There is much more of course. In particular, a LOT of code and query optimizations have taken place and continues to be implemented. The speed improvement should be quite noticeable. A lot of small problems have also been corrected. And there are still some more big-ticket items in the planning stage.</p></blockquote>
<p>You can read more about the Simple:Press forum plugin and get the current version download <a title="What forum should I use with WordPress?" href="http://simplepressforum.com/an-update-on-4-1-progress/" target="_blank">here</a>.</p>
<div style="margin: 0 0 10px 0; padding: 4px; width: 595px; border: 2px dashed #990000;">
<p><h1>Want to learn WordPress on the go?</h1></p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" style="border: 0pt none;" src="../wp-content/uploads/2010/09/app-icon-trans2-image-from-itunes.png" border="0" alt="The WP Modder App provides you with WordPress plugin and WordPress theme reviews to help you make informed decisions when building your WordPress websites, either for yourself or your clients." width="125" height="124" /></a><a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><em>Download the WP Modder App</em> now!</a></p>

<p>Learn more about WordPress anywhere with the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank">WP Modder App</a> for <em>iPhone</em>, <em>iPod Touch</em>, and <em>iPad</em>. You'll have access to all of my past and future written and video tutorials as well as reviews of the latest plugins and themes, all from the comfort of your mobile device!</p> <p>How many times have you have you wished you could run through a WordPress tutorial while in the bathroom? C'mon, you know you <a href="http://www.facebook.com/pages/WordPress-Modder-Customizing-WordPress-just-got-easier/10093119109">Facebook</a> in there anyway. Why not learn something while you're at it? It's the ultimate in time management. But seriously...</p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" src="../wp-content/uploads/2010/10/home-appstore.png" alt="" width="142" height="50" /></a>You'll also gain the ability to gain access to free image and link promotion back to your own WordPress powered site! See <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">more details</a> and get the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">WP Modder App</a> now.</p>

</div>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/simple-wordpress-forum-38.html" rel="bookmark" title="Permanent Link: Do You Need a Simple WordPress Forum?">Do You Need a Simple WordPress Forum?</a></li><li><a href="http://wpmodder.com/updates-and-changes-at-wordpress-modder-213.html" rel="bookmark" title="Permanent Link: Updates and Changes at WordPress Modder">Updates and Changes at WordPress Modder</a></li><li><a href="http://wpmodder.com/simple-wordpress-forum-plugin-426.html" rel="bookmark" title="Permanent Link: Simple WordPress Forum Plugin &#8211; Revisted">Simple WordPress Forum Plugin &#8211; Revisted</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="Simple:Press Forum Updates are Coming" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-538"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/simplepress-forum-updates-are-coming-538.html/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Change Your WordPress Theme Without Losing Your Widgets (or your composure)</title>
		<link>http://wpmodder.com/how-to-change-your-wordpress-theme-without-losing-your-widgets-or-your-composure-525.html</link>
		<comments>http://wpmodder.com/how-to-change-your-wordpress-theme-without-losing-your-widgets-or-your-composure-525.html#comments</comments>
		<pubDate>Fri, 29 May 2009 16:08:38 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[Blogging Tips]]></category>
		<category><![CDATA[Blogging Tools]]></category>
		<category><![CDATA[WordPress Tutorials]]></category>
		<category><![CDATA[Widgets]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=525</guid>
		<description><![CDATA[If you&#8217;re a regular reader of WPM, you may have noticed that I&#8217;ve changed the look and feel of the site recently. While changing themes, I ran into a Widgets issue that I had forgotten about. Sometimes when changing themes, the new theme you&#8217;ve chosen won&#8217;t display your Widgets properly. This is kind of a [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>If you&#8217;re a regular reader of <a title="WPM" href="http://wpmodder.com/hello-world-1.html">WPM</a>, you may have noticed that I&#8217;ve changed the look and feel of the site recently. While changing themes, I ran into a <a title="Widgets" href="http://automattic.com/code/widgets/">Widgets</a> issue that I had forgotten about. Sometimes when changing themes, the new theme you&#8217;ve chosen won&#8217;t display your Widgets properly. This is kind of a big deal, especially for those <a title="WordPress" href="http://wordpress.org/">WordPress</a> users who are unaware and complete a theme change, only to discover their Widgets are gone.</p>
<p><a href="http://www.flickr.com/photos/72296542@N00/311658424"><img class="alignright" style="border: 0pt none; margin-left: 5px; margin-right: 5px;" title="Uh Oh!" src="http://farm1.static.flickr.com/114/311658424_38f05339f3_m.jpg" border="0" alt="Day 27 :: Some days" hspace="5" width="240" height="180" /></a></p>
<p>Now this isn&#8217;t such a big deal for standard WordPress Widgets like <a title="Pages" href="http://codex.wordpress.org/Pages">Pages</a>, <a title="Categories" href="http://codex.wordpress.org/Category:WordPress_Lessons">Categories</a>, and <a title="Archives" href="http://codex.wordpress.org/Creating_an_Archive_Index">Archives</a>, but like many of you, I have created several Text Widgets that contain hand-written code, custom scripts, and forms. I also use the <a title="Query Posts" href="http://wpmodder.com/query-posts-widget-wordpress-plugin-video-overview-tutorial-350.html">Query Posts</a> Widget which contains hand-entered parameters. So, how do we avoid disaster?<span id="more-525"></span></p>
<h3>Why Does This Happen?</h3>
<p>An explanation from <a title="Justin Tadlock" href="http://justintadlock.com/">Justin Tadlock</a>:</p>
<blockquote><p>Basically, widget areas (aka <em>sidebars</em>) with unique <acronym title="Identification">ID</acronym>s will throw things off.  Widgets are added according to a widget area’s <acronym title="Identification">ID</acronym>.  When you change themes that have different <acronym title="Identification">ID</acronym>s, the widgets are no longer where you might expect them to be.</p></blockquote>
<h3>How to Avoid Trouble?</h3>
<p>Before changing your theme, do the following:</p>
<p>1. Get the right tool for the job.</p>
<p>The first thing you&#8217;ll want to do is download the <a title="Widgets Reset" href="http://justintadlock.com/archives/2009/03/03/widgets-reset-wordpress-plugin">Widgets Reset</a> plugin, again, from Justin Tadlock. This plugin will allow to you completely reset your WordPress Widgets to the <strong><em>default WordPress settings</em></strong>. Notice the emphasis and beware from the plugin&#8217;s site:</p>
<blockquote><p>It’s not for moving widgets, saving widgets, or anything of the sort.  When I say it <em>resets</em> your widgets, I really mean it.  The slate is wiped completely clean.</p></blockquote>
<p>Install and activate this plugin, but <em><strong>DO NOT USE IT YET</strong></em>.</p>
<p>2. Backup your Widgets.</p>
<p>Unfortunately, neither the plugin above, nor any other automated method I&#8217;m aware of allows you to backup your Widgets. You&#8217;re going to have to go &#8220;old school&#8221; and do it manually. In your WordPress backend, go to the Widgets settings and start copying and pasting the code from each of your Widgets into a simple text document. I had over a dozen Widgets, and most had the <a title="Widget Logic" href="http://wordpress.org/extend/plugins/widget-logic/">Widget Logic</a> plugin applied, so it took some time.</p>
<h3>Now Breathe Easy, Almost.</h3>
<p>Now that your certain your Widgets are all backed up properly, go into the Appearance tab and change your theme. With any luck, your Widgets (or some of them) will be preserved, but most likely you will have lost some, if not all. At this stage, you may also notice that when you go into the Widgets area, there will be some Widgets listed, but they will be missing the &#8220;Add&#8221; button. Weird huh? Those Widgets are now in &#8220;Limbo&#8221;. The good news is that <em>hopefully</em> you&#8217;ve installed the Widgets Reset plugin. If so, simply navigate to &#8220;Widgets Reset&#8221; under the Appearance tab and reset the Widgets. You should now see all your Widgets available with an &#8220;Add&#8221; button.</p>
<h3>Put the Pieces Back Together.</h3>
<p>Now for the manual labor. You&#8217;ll need to recreate each Widget you had previously by using the code you&#8217;ve copied into your backup text file. Don&#8217;t worry, it goes pretty fast. I had recreated most of the Widgets I had within about 10 minutes.</p>
<p>Also, it was a great time for me to review the Widgets I had and give a couple of them the boot.</p>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/how-to-use-wordpress-shortcodes-in-widgets-1015.html" rel="bookmark" title="Permanent Link: How to Use WordPress Shortcodes in Widgets">How to Use WordPress Shortcodes in Widgets</a></li><li><a href="http://wpmodder.com/updates-and-changes-at-wordpress-modder-213.html" rel="bookmark" title="Permanent Link: Updates and Changes at WordPress Modder">Updates and Changes at WordPress Modder</a></li><li><a href="http://wpmodder.com/hide-widget-titles-wordpress-plugin-1147.html" rel="bookmark" title="Permanent Link: Hide Widget Titles WordPress Plugin">Hide Widget Titles WordPress Plugin</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="How to Change Your WordPress Theme Without Losing Your Widgets (or your composure)" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-525"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/how-to-change-your-wordpress-theme-without-losing-your-widgets-or-your-composure-525.html/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>I&#039;ve Always Wanted to be a Rockstar</title>
		<link>http://wpmodder.com/ive-always-wanted-to-be-a-rockstar-520.html</link>
		<comments>http://wpmodder.com/ive-always-wanted-to-be-a-rockstar-520.html#comments</comments>
		<pubDate>Mon, 18 May 2009 14:24:06 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[WordPress Site List]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=520</guid>
		<description><![CDATA[I&#8217;ve just learned that I&#8217;ve made it to the WordPress Rockstar list over at WeRockWP.com. I&#8217;m very flattered to be on this list and am humbled to be included with such company as Justin Tadlock, Donncha O Caoimh, Andrea and Ron Rennick, and many many others. After all, I&#8217;ve only dabbled in theme and plugin [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>I&#8217;ve just learned that I&#8217;ve made it to the WordPress Rockstar list over at <a title="Adam W. Warner - WordPress Consultant" href="http://werockwp.com/" target="_blank">WeRockWP.com</a>. <a href="http://wpmodder.com/wp-content/uploads/2009/05/wordpress-rockstar-showcase-adam-w-warner-consultant.png"><img class="aligncenter size-medium wp-image-521" title="wordpress-rockstar-showcase-adam-w-warner-consultant" src="http://wpmodder.com/wp-content/uploads/2009/05/wordpress-rockstar-showcase-adam-w-warner-consultant-300x166.png" alt="wordpress-rockstar-showcase-adam-w-warner-consultant" width="300" height="166" /></a>I&#8217;m very flattered to be on this list and am humbled to be included with such company as <a title="Justin Tadlock - WordPress Theme Developer" href="http://werockwp.com/justin-tadlock/" target="_blank">Justin Tadlock</a>, <a title="Donncha O Caoimh - WordPress Developer" href="http://werockwp.com/donncha-o-caoimh/" target="_blank">Donncha O Caoimh</a>, <a title="Andrea Rennick - WPMU Developer" href="http://werockwp.com/andrea-rennick/" target="_blank">Andrea</a> and <a title="Ron Rennick - WPMU Developer" href="http://werockwp.com/ron-rennick/" target="_blank">Ron</a> Rennick, and many many others. After all, I&#8217;ve only dabbled in theme and plugin development. I consider myself more of a WordPress <a title="WordPress Consultant" href="http://wpmodder.com/contact" target="_blank">consultant</a>, teacher, fanboy, and architect rather than a <a title="WordPress Rockstars" href="http://werockwp.com/" target="_blank">WP Rockstar</a>, but hey, <a title="Adam W. Warner - WordPress Consultant" href="http://werockwp.com/adam-w-warner/" target="_blank">there I am</a> nonetheless.</p>
<p>If you like what I do, please <a title="Adam W. Warner - WordPress Consultant" href="http://werockwp.com/adam-w-warner/" target="_blank">head on over</a> and give me a rating:)</p>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/how-to-build-membership-site-wordpress-902.html" rel="bookmark" title="Permanent Link: WordPress Membership Site + WooThemes Adii Pienaar + Free Book">WordPress Membership Site + WooThemes Adii Pienaar + Free Book</a></li><li><a href="http://wpmodder.com/how-the-search-and-replace-plugin-helped-with-my-domain-change-824.html" rel="bookmark" title="Permanent Link: How the Search and Replace Plugin Helped with my Domain Change">How the Search and Replace Plugin Helped with my Domain Change</a></li><li><a href="http://wpmodder.com/project-community-wordpress-theme-help-make-a-great-theme-123.html" rel="bookmark" title="Permanent Link: Project Community WordPress Theme &#8211; Help Make a Great Theme!">Project Community WordPress Theme &#8211; Help Make a Great Theme!</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="I&#039;ve Always Wanted to be a Rockstar" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-520"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/ive-always-wanted-to-be-a-rockstar-520.html/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Extending WordPress by Using the Power of Video &#8211; Part Five</title>
		<link>http://wpmodder.com/extending-wordpress-by-using-the-power-of-video-part-five-493.html</link>
		<comments>http://wpmodder.com/extending-wordpress-by-using-the-power-of-video-part-five-493.html#comments</comments>
		<pubDate>Fri, 08 May 2009 18:23:29 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[Extend Wordpress]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Videoblogging]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=493</guid>
		<description><![CDATA[Read Parts One, Two, Three, and Four. This is the fifth post in my series about using video with WordPress. In this post, we&#8217;ll talk about how displaying video content can differ from the normal blog or website layout, and what themes are available to help your site stand out from the rest. Over the [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Read Parts <a title="One" href="http://wpmodder.com/extending-wordpress-by-using-the-power-of-video-part-one-155.html">One</a>, <a title="Two" href="http://wpmodder.com/extending-wordpress-by-using-the-power-of-video-part-two-157.html">Two</a>, <a title="Three" href="http://wpmodder.com/how-to-get-interactive-video-onto-your-wordpress-blog-290.html">Three</a>, and <a title="Four" href="http://wpmodder.com/extending-wordpress-by-using-the-power-of-video-part-four-440.html">Four</a>.</p>
<div class="wp-caption alignleft" style="width: 250px"><a href="http://www.flickr.com/photos/36521958135@N01/690887207"><img style="border: 0pt none; margin-left: 5px; margin-right: 5px;" title="Desiree Motamedi" src="http://farm2.static.flickr.com/1179/690887207_2dfd69ff2a_m.jpg" border="0" alt="Desiree Motamedi" hspace="5" width="240" height="160" /></a><p class="wp-caption-text">Web Video</p></div>
<p>This is the fifth post in my series about using video with WordPress. In this post, we&#8217;ll talk about how displaying video content can differ from the normal blog or website layout, and what themes are available to help your site stand out from the rest.</p>
<p>Over the last several years I&#8217;ve built many of my own sites using WordPress and have worked as a WordPress consultant with dozens of clients. In that time, one of the reoccurring challenges was to &#8220;break the blog format&#8221; with a theme design that would display video in a unique, and more importantly, a more navigable way. Whether it&#8217;s videoblogging, video tutorials, or citizen journalism, the last thing you want is one long line of posts with a page that scrolls forever. You want to get your videos in front of the viewer and not force them to search around to find something they <em>might</em> want to watch.</p>
<p>One of the first solutions to come from the WordPress community of developers was the Magazine theme style. These themes were OK for displaying video, and still are, but don&#8217;t focus quite enough on the video niche in my opinion. I&#8217;m not going to go into detail, I&#8217;m sure you&#8217;ve heard enough about these themes by now.</p>
<p>So I set off to offer another solution,<span id="more-493"></span> in conjunction with <a href="http://www.hummingcrow.com/">Cheryl Colan</a>, and with the full support of the <a href="http://showinabox.tv">Show In a Box</a> team. We created the <a href="http://wpmodder.com/video-producer-double-feature-wordpress-theme-series-release-158.html">Video Producer Double Feature</a> theme.</p>
<div id="attachment_503" class="wp-caption aligncenter" style="width: 310px"><a href="http://wpmodder.com/wp-content/uploads/2009/05/video-producer-double-feature-wordpress-theme-copy.png"><img class="size-medium wp-image-503" title="video-producer-double-feature-wordpress-theme-copy" src="http://wpmodder.com/wp-content/uploads/2009/05/video-producer-double-feature-wordpress-theme-copy-300x282.png" alt="video-producer-double-feature-wordpress-theme-copy" width="300" height="282" /></a><p class="wp-caption-text">Video Producer WordPress Theme</p></div>
<p>I&#8217;m still rather proud of this theme as it was my first time coding a complete theme from scratch. I think it still stands up today, although it could probably use some updates.</p>
<p>Not to be ignored is the original theme developed for Show in a Box users, <a title="Spacey WordPress Theme" href="http://themes.graymattergravy.com/" target="_blank">Spacey</a>, by <a title="Michael Verdi" href="http://michaelverdi.com/" target="_blank">Michael Verdi</a>.</p>
<div id="attachment_505" class="wp-caption aligncenter" style="width: 310px"><a href="http://wpmodder.com/wp-content/uploads/2009/05/spacey-video-wordpress-theme-copy.png"><img class="size-medium wp-image-505" title="spacey-video-wordpress-theme-copy" src="http://wpmodder.com/wp-content/uploads/2009/05/spacey-video-wordpress-theme-copy-300x282.png" alt="Spacey Video WordPress Theme" width="300" height="282" /></a><p class="wp-caption-text">Spacey Video WordPress Theme</p></div>
<p>Another great video-specific theme is <a title="Video WordPress Theme Elegant Themes" href="http://www.elegantthemes.com/affiliates/idevaffiliate.php?id=1507_0_1_10" target="_blank">EVID</a> from <a title="Elegant WordPress Themes" href="http://www.elegantthemes.com/affiliates/idevaffiliate.php?id=1507_0_1_10" target="_blank">Elegant Themes</a>. This theme is only available to Elegant Themes members, but even if you only become a member in order to use this one theme, your $19.95 membership would be well spent. Of course, there are many other very beautiful themes available as well:)</p>
<div id="attachment_509" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.elegantthemes.com/affiliates/idevaffiliate.php?id=1507_0_1_10"><img class="size-medium wp-image-509" title="elegant-video-wordpress-themes" src="http://wpmodder.com/wp-content/uploads/2009/05/elegant-video-wordpress-themes-copy-300x282.png" alt="EVID Video WordPress Theme" width="300" height="282" /></a><p class="wp-caption-text">EVID Video WordPress Theme</p></div>
<p>The last group of video themes comes from <a title="Press75.com WordPress Themes" href="https://www.e-junkie.com/ecom/gb.php?ii=100780&amp;amp;c=ib&amp;amp;aff=12019" target="_blank">Press75.com</a>. This site&#8217;s themes are by far my favorite video WordPress themes, not just because they display video posts amazingly, but because they have some special features that make posting your videos very easy. My favorite theme on this site is named <a title="Video Flick WordPress Theme" href="https://www.e-junkie.com/ecom/gb.php?ii=100780&amp;amp;c=ib&amp;amp;aff=12019" target="_blank">Video Flick</a>.</p>
<div id="attachment_512" class="wp-caption aligncenter" style="width: 310px"><a href="https://www.e-junkie.com/ecom/gb.php?ii=100780&amp;amp;c=ib&amp;amp;aff=12019"><img class="size-medium wp-image-512" title="video-flick-wordpress-theme" src="http://wpmodder.com/wp-content/uploads/2009/05/video-flick-wordpress-theme-300x144.png" alt="Video Flick WordPress Theme" width="300" height="144" /></a><p class="wp-caption-text">Video Flick WordPress Theme</p></div>
<p>Just read some of the features:</p>
<blockquote><p>Video Flick is the latest addition to my “Video Centric” line of WordPress themes. The all new Video Flick theme features a “gallery” style design which gives your users access to more content on one page in an appealing and efficient way. Got WordPress 2.7? The new Video Flick theme is compatible with all the great new features released in 2.7 including threaded comments and several others. Also, with Video Flick you can seamlessly blend standard Blog and Video posts without having to do any extra work. In short, the Video Flick theme is the perfect all-around Video WordPress Theme. Continue reading below for a more detailed description of the features included with the Video Flick theme.</p>
<p>Check out Video Flick <a title="Video Flick WordPress Theme" href="https://www.e-junkie.com/ecom/gb.php?ii=100780&amp;amp;c=ib&amp;amp;aff=12019" target="_blank">here</a>.</p></blockquote>
<p>As you can see, there are some great video themes available for WordPress so far, and I&#8217;m guessing many more in the future. Do you have any favorite WordPress themes for video? Are you currently using a theme for your video site? Please share with us by leaving a link in the comment section.</p>
<p>[the-series]</p>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/extending-wordpress-by-using-the-power-of-video-part-four-440.html" rel="bookmark" title="Permanent Link: Extending WordPress by Using the Power of Video &#8211; Part Four">Extending WordPress by Using the Power of Video &#8211; Part Four</a></li><li><a href="http://wpmodder.com/extending-wordpress-by-using-the-power-of-video-part-one-155.html" rel="bookmark" title="Permanent Link: Extending WordPress by Using the Power of Video &#8211; Part One">Extending WordPress by Using the Power of Video &#8211; Part One</a></li><li><a href="http://wpmodder.com/how-to-get-interactive-video-onto-your-wordpress-blog-290.html" rel="bookmark" title="Permanent Link: Extending WordPress by Using the Power of Video &#8211; Part Three">Extending WordPress by Using the Power of Video &#8211; Part Three</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="Extending WordPress by Using the Power of Video &#8211; Part Five" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-493"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/extending-wordpress-by-using-the-power-of-video-part-five-493.html/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Dynamic Header Images in WordPress &#8211; The Ultimate Solution</title>
		<link>http://wpmodder.com/dynamic-header-images-in-wordpress-the-ultimate-solution-451.html</link>
		<comments>http://wpmodder.com/dynamic-header-images-in-wordpress-the-ultimate-solution-451.html#comments</comments>
		<pubDate>Thu, 30 Apr 2009 15:16:19 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress Tutorials]]></category>
		<category><![CDATA[header image]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=451</guid>
		<description><![CDATA[I&#8217;ve just been experimenting with dynamic headers on my development site, and the solution I&#8217;ve found is very cool. Imagine being able to set a different header image for each page on your WordPress-powered site. Now imagine being able to do that, and being able to set a different header for each post. Yes, I [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>I&#8217;ve just been experimenting with dynamic headers on my development site, and the solution I&#8217;ve found is very cool. Imagine being able to set a different header image for each page on your <a title="WordPress" href="http://wordpress.org/">WordPress</a>-powered site. Now imagine being able to do that, and being able to set a different header for each post. Yes, I know, super cool right?</p>
<p>The solution I found is the <a title="Dynamic Headers" href="http://wordpress.org/extend/plugins/dynamic-headers/">Dynamic Headers</a> plugin created by the team at <a title="Nicasio Design" href="http://www.nicasiodesign.com/">Nicasio Design</a>. I downloaded and installed the plugin, and I have to say, not only is this <a title="one of" href="http://wpmodder.com/query-posts-widget-plugin-widgetized-page-template-widget-logic-wordpress-gold-366.html">one of</a> the most useful plugins I&#8217;ve come across in awhile, but also one of the most impressive for it&#8217;s ease of use, and the possibilities of feature extensions in the future.</p>
<p>Let&#8217;s cut to the chase, shall we? After installing this plugin, you will see a new management panel in your <a title="WordPress Dashboard" href="http://codex.wordpress.org/Administration_Panels">WordPress Dashboard</a>, most likely all the way on the lower left.<span id="more-451"></span></p>
<div id="attachment_455" class="wp-caption alignleft" style="width: 163px"><img class="size-full wp-image-455" title="dynamic-headers-wordpress-plugin" src="http://wpmodder.com/wp-content/uploads/2009/04/dynamic-headers-wordpress-plugin.png" alt="Dynamic Headers Management Panel" width="153" height="151" /><p class="wp-caption-text">Dynamic Headers Management Panel</p></div>
<p>What I especially like about the management panel for this plugin is the very top item, <em>Directions</em>. I have experimented with hundreds of plugins and most of them have directions in a readme.txt file. Having the directions available right from the dashboard is very convenient, and a nice user-focused touch. (A testament to the <a title="Nicasio Design" href="http://www.nicasiodesign.com/">Nicasio Design</a> team&#8217;s design philosophy?)</p>
<p>After reading the directions, I created a couple of test headers and uploaded them using the &#8220;Add New File&#8221; option.</p>
<div id="attachment_460" class="wp-caption alignright" style="width: 310px"><a href="http://wpmodder.com/wp-content/uploads/2009/04/dynamic-headers-wordpress-plugin-add-new.png"><img class="size-medium wp-image-460" title="dynamic-headers-wordpress-plugin-add-new" src="http://wpmodder.com/wp-content/uploads/2009/04/dynamic-headers-wordpress-plugin-add-new-300x158.png" alt="Add New Header Image" width="300" height="158" /></a><p class="wp-caption-text">Add New Header Image</p></div>
<p>The next step was to make a simple edit to the header.php file in my theme. I know, in a perfect world, you don&#8217;t want to edit any files, both WordPress core files or theme files, but for some features, editing your theme files is necessary.</p>
<p>The edit you need to make is outlined, conveniently, under the <em>Directions</em> section. All you do is insert a <a title="template tag" href="http://codex.wordpress.org/Template_Tags">template tag</a> that this plugin creates into your header.php file in the place where you would like your <a title="Dynamic Header" href="http://wordpress.org/extend/plugins/dynamic-headers/">Dynamic Header</a> images to appear.</p>
<p>This is the Template Tag:</p>
<p>&lt;?php show_media_header(); ?&gt;</p>
<p>&#8230;and I placed it at the top of my header DIV&#8230;</p>
<p>&lt;div id=&#8221;header&#8221;&gt;<br />
&lt;?php show_media_header(); ?&gt;</p>
<p>The next step is to either edit a post/page or to create a new post/page. Once in edit/write mode on a post or page, you will see the Dynamic Headers option at the bottom. Simply choose the image you want to display in the header for that post or page, and publish. Remember, the images you choose from will have already been added above.</p>
<div id="attachment_462" class="wp-caption aligncenter" style="width: 310px"><a href="http://wpmodder.com/wp-content/uploads/2009/04/dynamic-headers-wordpress-plugin-choose-header.png"><img class="size-medium wp-image-462" title="dynamic-headers-wordpress-plugin-choose-header" src="http://wpmodder.com/wp-content/uploads/2009/04/dynamic-headers-wordpress-plugin-choose-header-300x88.png" alt="Choose Header in Edit/Write Mode" width="300" height="88" /></a><p class="wp-caption-text">Choose Header in Edit/Write Mode</p></div>
<p>For my testing purposes, I edited the &#8220;Contact Us&#8221; page on my development site. This is what the page looks like normally:</p>
<p style="text-align: center;"><a href="http://wpmodder.com/wp-content/uploads/2009/04/before-dynamic-headers.png"><img class="size-medium wp-image-465 aligncenter" title="before-dynamic-headers" src="http://wpmodder.com/wp-content/uploads/2009/04/before-dynamic-headers-300x96.png" alt="before-dynamic-headers" width="300" height="96" /></a></p>
<p>&#8230;and after I edited the page and choose a header image&#8230;</p>
<p style="text-align: center;"><a href="http://wpmodder.com/wp-content/uploads/2009/04/after-dynamic-headers.png"><img class="size-medium wp-image-466 aligncenter" title="after-dynamic-headers" src="http://wpmodder.com/wp-content/uploads/2009/04/after-dynamic-headers-300x95.png" alt="after-dynamic-headers" width="300" height="95" /></a></p>
<p>Can it get any more simple!?</p>
<p>Why Use It?</p>
<p>Using this plugin will allow you to target your header images to match the content of your posts and pages. At first thought, it&#8217;s mostly for aesthetic reasons. If have a post about my family, on that post I could have a header image showing a group photo from a family reunion. On another post about my dog&#8217;s latest visit to the dog park, I could have a header image showing a collage of images of just my dog.</p>
<p>However, you may want to use this plugin&#8217;s features as an extra marketing tool for your site, or even for your other sites. Let&#8217;s suppose you want to use a header image to advertise some specific part of your site. For instance, if I have a post detailing <a title="how to add an affiliate store" href="http://wpmodder.com/should-you-add-a-store-to-your-wordpress-powered-website-42.html">how to add an affiliate store</a> to your WordPress site, then at the top of any post that discusses anything to do with affiliate marketing, I can have a header that advertises that part of my site. Are the wheels turning?</p>
<p>There&#8217;s only one shortfall with this idea. If you advertised an area of your site (or another one of your sites) using this method, there is no way to hyperlink these dynamic header images that I&#8217;m aware of. Using the example above, I would want to link my header image to a page, post, or category archive page that deals with affiliate marketing. To my knowledge, this cannot currently be done in <em>with regular images that is</em>. <strong>EDIT:</strong> I was just notified by <a href="http://blog.nicasiodesign.com/author/dan_cannon/" target="_blank">Dan Cannon</a> that this functionality is planned for future versions!</p>
<p>This plugin also accepts Flash files, which I am guessing could contain url links. I have not tested this as I am not familiar enough with Flash creation to try, but if this is the case, would it then be possible to create not only header images with links, but completely different Flash navigation menus and insert those into your theme files as well?</p>
<p>What do you think? How could the Dynamic Headers plugin be used other than what is described above?</p>
<div style="margin: 0 0 10px 0; padding: 4px; width: 595px; border: 2px dashed #990000;">
<p><h1>Want to learn WordPress on the go?</h1></p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" style="border: 0pt none;" src="../wp-content/uploads/2010/09/app-icon-trans2-image-from-itunes.png" border="0" alt="The WP Modder App provides you with WordPress plugin and WordPress theme reviews to help you make informed decisions when building your WordPress websites, either for yourself or your clients." width="125" height="124" /></a><a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><em>Download the WP Modder App</em> now!</a></p>

<p>Learn more about WordPress anywhere with the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank">WP Modder App</a> for <em>iPhone</em>, <em>iPod Touch</em>, and <em>iPad</em>. You'll have access to all of my past and future written and video tutorials as well as reviews of the latest plugins and themes, all from the comfort of your mobile device!</p> <p>How many times have you have you wished you could run through a WordPress tutorial while in the bathroom? C'mon, you know you <a href="http://www.facebook.com/pages/WordPress-Modder-Customizing-WordPress-just-got-easier/10093119109">Facebook</a> in there anyway. Why not learn something while you're at it? It's the ultimate in time management. But seriously...</p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" src="../wp-content/uploads/2010/10/home-appstore.png" alt="" width="142" height="50" /></a>You'll also gain the ability to gain access to free image and link promotion back to your own WordPress powered site! See <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">more details</a> and get the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">WP Modder App</a> now.</p>

</div>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/?wdca_custom_ad=enter-our-ultimate-wordpress-giveaway-now" rel="bookmark" title="Permanent Link: Enter Our Ultimate WordPress Giveaway Now">Enter Our Ultimate WordPress Giveaway Now</a></li><li><a href="http://wpmodder.com/ithemes-releases-deep-order-premium-web-20-135.html" rel="bookmark" title="Permanent Link: iThemes Releases Deep Order Premium Web 2.0">iThemes Releases Deep Order Premium Web 2.0</a></li><li><a href="http://wpmodder.com/how-to-troubleshoot-css-styles-on-a-live-wordpress-website-1172.html" rel="bookmark" title="Permanent Link: How to Troubleshoot CSS Styles on a Live WordPress Website">How to Troubleshoot CSS Styles on a Live WordPress Website</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="Dynamic Header Images in WordPress &#8211; The Ultimate Solution" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-451"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/dynamic-header-images-in-wordpress-the-ultimate-solution-451.html/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Do you want to help guide the development of my latest project?</title>
		<link>http://wpmodder.com/do-you-want-to-help-guide-the-development-of-my-latest-project-444.html</link>
		<comments>http://wpmodder.com/do-you-want-to-help-guide-the-development-of-my-latest-project-444.html#comments</comments>
		<pubDate>Fri, 24 Apr 2009 14:55:23 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[Blogging Tools]]></category>
		<category><![CDATA[Extend Wordpress]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=444</guid>
		<description><![CDATA[About a week ago I shared a tidbit of information concerning my web development secret. To my delight, it was very well received and there is genuine excitement about it. As a big thank you to all who read this and have visited the project page, I would like to bring you in on some [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><img class="alignleft" style="margin: 2px;" title="What Direction Should I Take?" onclick="insert_image('http://www.flickr.com/photos/80384851@N00/3102081817', 'http://farm4.static.flickr.com/3100/3102081817_43ffaf7ccd', 'ein- und ausfahrt');" src="http://farm4.static.flickr.com/3100/3102081817_43ffaf7ccd_s.jpg" alt="" hspace="2" vspace="2" width="75" height="75" />About a week ago I shared a tidbit of information concerning my web development <a title="WordPress Development Secret" href="http://wpmodder.com/i-have-a-web-development-secret-can-you-help-me-break-the-silence-436.html" target="_blank">secret</a>. To my delight, it was very well received and there is genuine excitement about it. As a big thank you to all who read this and have visited the project page, I would like to bring you in on some of the decisions surrounding this site&#8217;s development (you will also learn more details about the site and it&#8217;s eventual contents).</p>
<p>I have created a <a title="WordPress Development Survey" href="http://surveys.polldaddy.com/s/2AEF76FA26FADF3D/" target="_blank">survey</a>, and would be very honored if you could take a couple of  minutes and give me your opinions. <em>Your input will directly affect the content and direction of this site.</em></p>
<p>The survey can be found on the project page <a title="LearnWebTools.com" href="http://learnwebtools.com/" target="_blank">here</a>, or directly <a title="WordPress Development Survey" href="http://surveys.polldaddy.com/s/2AEF76FA26FADF3D/" target="_blank">here</a>.</p>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/i-have-a-web-development-secret-can-you-help-me-break-the-silence-436.html" rel="bookmark" title="Permanent Link: I Have a Web Development Secret &#8211; Can You Help Me Break the Silence?">I Have a Web Development Secret &#8211; Can You Help Me Break the Silence?</a></li><li><a href="http://wpmodder.com/wordpress-books-giveaway-698.html" rel="bookmark" title="Permanent Link: WordPress Books Giveaway!">WordPress Books Giveaway!</a></li><li><a href="http://wpmodder.com/project-community-wordpress-theme-help-make-a-great-theme-123.html" rel="bookmark" title="Permanent Link: Project Community WordPress Theme &#8211; Help Make a Great Theme!">Project Community WordPress Theme &#8211; Help Make a Great Theme!</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="Do you want to help guide the development of my latest project?" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-444"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/do-you-want-to-help-guide-the-development-of-my-latest-project-444.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extending WordPress by Using the Power of Video &#8211; Part Four</title>
		<link>http://wpmodder.com/extending-wordpress-by-using-the-power-of-video-part-four-440.html</link>
		<comments>http://wpmodder.com/extending-wordpress-by-using-the-power-of-video-part-four-440.html#comments</comments>
		<pubDate>Sun, 19 Apr 2009 14:43:40 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[Extend Wordpress]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Videoblogging]]></category>
		<category><![CDATA[web video]]></category>
		<category><![CDATA[wordpress video]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=440</guid>
		<description><![CDATA[Read Parts One, Two, and Three. This is the fourth post in my series about using video with WordPress. However, this post doesn&#8217;t specifically target WordPress related video, so much as it targets video on the web in general, and the exciting news about the upcoming video web standards in HTML 5. Jay Dedman, in [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Read Parts <a title="One" href="http://wpmodder.com/extending-wordpress-by-using-the-power-of-video-part-one-155.html">One</a>, <a title="Two" href="http://wpmodder.com/extending-wordpress-by-using-the-power-of-video-part-two-157.html">Two</a>, and <a title="Three" href="http://wpmodder.com/how-to-get-interactive-video-onto-your-wordpress-blog-290.html">Three</a>.</p>
<div class="wp-caption alignleft" style="width: 250px"><a href="http://www.flickr.com/photos/37803129@N00/199247527"><img style="border: 0pt none; margin-left: 5px; margin-right: 5px;" title="Video on the Web using HTML 5" src="http://farm1.static.flickr.com/58/199247527_f9c82b8da0_m.jpg" border="0" alt="The most expensive webcam of all times?" hspace="5" width="240" height="162" /></a><p class="wp-caption-text">HTML 5 and Web Standards for Video</p></div>
<p>This is the fourth post in my series about using video with WordPress. However, this post doesn&#8217;t specifically target WordPress related video, so much as it targets video on the web in general, and the exciting news about the upcoming video web standards in HTML 5.</p>
<p><a title="Jay Dedman" href="http://momentshowing.net/">Jay Dedman</a>, in his usual style of keeping up with all things video, posted <a title="Original Videoblogging List" href="http://tech.groups.yahoo.com/group/videoblogging/message/74757" target="_blank">this message</a> on the <em>original</em> Videoblogging list. The short story is that he shared a link to a video detailing the upcoming video web standards posted by Tristan on <a title="StandBlog.org" href="http://standblog.org/blog/en" target="_blank">StandBlog.org</a> and produced by <a title="Paul Rouget" href="http://people.mozilla.com/~prouget/demos/DynamicContentInjection/play.xhtml" target="_blank">Paul Rouget</a>.</p>
<p>The implications of video web standards in HTML 5 are very exciting indeed. Have a look at the <a title="Video Web Standards in HTML 5" href="http://standblog.org/blog/en" target="_blank">video</a> to see what I mean.</p>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/extending-wordpress-by-using-the-power-of-video-part-one-155.html" rel="bookmark" title="Permanent Link: Extending WordPress by Using the Power of Video &#8211; Part One">Extending WordPress by Using the Power of Video &#8211; Part One</a></li><li><a href="http://wpmodder.com/how-to-get-interactive-video-onto-your-wordpress-blog-290.html" rel="bookmark" title="Permanent Link: Extending WordPress by Using the Power of Video &#8211; Part Three">Extending WordPress by Using the Power of Video &#8211; Part Three</a></li><li><a href="http://wpmodder.com/extending-wordpress-by-using-the-power-of-video-part-two-157.html" rel="bookmark" title="Permanent Link: Extending WordPress by Using the Power of Video &#8211; Part Two">Extending WordPress by Using the Power of Video &#8211; Part Two</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="Extending WordPress by Using the Power of Video &#8211; Part Four" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-440"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/extending-wordpress-by-using-the-power-of-video-part-four-440.html/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>I Have a Web Development Secret &#8211; Can You Help Me Break the Silence?</title>
		<link>http://wpmodder.com/i-have-a-web-development-secret-can-you-help-me-break-the-silence-436.html</link>
		<comments>http://wpmodder.com/i-have-a-web-development-secret-can-you-help-me-break-the-silence-436.html#comments</comments>
		<pubDate>Fri, 17 Apr 2009 20:06:35 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[Extend Wordpress]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[WordPress Tutorials]]></category>
		<category><![CDATA[wordpress development tools]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=436</guid>
		<description><![CDATA[Ok, so I tried to make that title draw you in a bit. Did it work? However, it&#8217;s true, I have been quietly working on a secret development project, and although it&#8217;s not quite ready, I&#8217;d like to give the WPM readers the first chance to learn about it, then hopefully, pass it on. Go [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><div class="wp-caption alignleft" style="width: 250px"><a href="http://www.flickr.com/photos/60849961@N00/1290565748"><img style="border: 0pt none; margin-left: 5px; margin-right: 5px;" title="For WordPress Modder Readers Only" src="http://farm2.static.flickr.com/1398/1290565748_7448a210a9_m.jpg" border="0" alt="Day 174: Amazing Push-Button Shushing Action!" hspace="5" width="240" height="160" /></a><p class="wp-caption-text">Super Secret Development Project</p></div>
<p>Ok, so I tried to make that title draw you in a bit. Did it work? However, it&#8217;s true, I have been quietly working on a secret development project, and although it&#8217;s not quite ready, I&#8217;d like to give the WPM readers the first chance to learn about it, then hopefully, pass it on.</p>
<p>Go <a title="Super Secret WordPress Development Project" href="http://learnwebtools.com/" target="_blank">here</a>, sign up for email or RSS updates, and then sit back and relax. You&#8217;ll get an email describing more about the project within 24 hours via Feedburner.</p>
<p>I hope you find it intriguing, and if you know someone else who would be interested, please do me a favor and Tweet, Facebook, Stumble, or otherwise digitally socialize it.</p>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/do-you-want-to-help-guide-the-development-of-my-latest-project-444.html" rel="bookmark" title="Permanent Link: Do you want to help guide the development of my latest project?">Do you want to help guide the development of my latest project?</a></li><li><a href="http://wpmodder.com/how-to-split-a-post-or-page-into-many-69.html" rel="bookmark" title="Permanent Link: How to Split a Post or Page into Many">How to Split a Post or Page into Many</a></li><li><a href="http://wpmodder.com/the-four-hour-work-week-and-wordpress-do-gooders-141.html" rel="bookmark" title="Permanent Link: The Four Hour Work Week and WordPress Do-Gooders">The Four Hour Work Week and WordPress Do-Gooders</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="I Have a Web Development Secret &#8211; Can You Help Me Break the Silence?" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-436"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/i-have-a-web-development-secret-can-you-help-me-break-the-silence-436.html/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Simple WordPress Forum Plugin &#8211; Revisted</title>
		<link>http://wpmodder.com/simple-wordpress-forum-plugin-426.html</link>
		<comments>http://wpmodder.com/simple-wordpress-forum-plugin-426.html#comments</comments>
		<pubDate>Tue, 14 Apr 2009 13:38:20 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[Extend Wordpress]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[forum]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[simple wordpress forum]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=426</guid>
		<description><![CDATA[Some time ago, I wrote about Simple:Press &#8211; The Forum Plugin for WordPress. When I first posted about this plugin, I hadn&#8217;t yet made use of it, but shortly after, I experimented and quickly became a huge fan. Yes, there are other solutions out there, but Simple:Press has the power and flexibility of other open [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Some time ago, I wrote about <a title="Simple Forum Plugin for WordPress" href="http://simplepressforum.com/" target="_blank">Simple:Press</a> &#8211; The Forum Plugin for WordPress. When I <a title="Do You Need a Simple Forum for WordPress?" href="http://wpmodder.com/simple-wordpress-forum-38.html" target="_blank">first posted</a> about this plugin, I hadn&#8217;t yet made use of it, but shortly after, I experimented and quickly became a huge fan. Yes, there are other solutions out there, but <a title="WordPress Forum plugin" href="http://simplepressforum.com/" target="_blank">Simple:Press</a> has the power and flexibility of other open source forum solutions, while integrating seamlessly with your existing WordPress users and database.</p>
<div id="attachment_431" class="wp-caption aligncenter" style="width: 367px"><a href="http://simplepressforum.com/"><img class="size-full wp-image-431" title="Simple:Press WordPress Forum Plugin" src="http://wpmodder.com/wp-content/uploads/2009/04/simple-press-forum-plugin-wordpress1.png" alt="The Forum Plugin for WordPress" width="357" height="92" /></a><p class="wp-caption-text">The Forum Plugin for WordPress</p></div>
<p style="text-align: center;">
<p>Better still, the development of this plugin has been non-stop since it&#8217;s creation, so you can be fairly certain that it will continue indefinitely. Just look at some of the features:<span id="more-426"></span></p>
<ul>
<li>Fully integrated with WordPress user registrations and logins</li>
<li>Creates &#8216;pretty/seo friendly&#8217; permalinks</li>
<li>Underpinned by a powerful user and permission system</li>
<li>Can create private forums</li>
<li>Forums can be &#8216;Members Only&#8217; or can allow for Guests</li>
<li>Private Messaging system</li>
<li>Admins can allow for post moderation (approval)</li>
<li>Built in Search tool</li>
<li>Fully customisable skins and icons</li>
<li>Most rendering functions are &#8216;pluggable&#8217;</li>
<li>Member Profile updating &#8211; users can change own passwords</li>
<li>Choice of Editors (RTE, HTML, bbCODE)</li>
<li>Options Signatures, Signature Image, Avatars, and Rankings</li>
<li>A variery of Template Tags &#8211; recent posts etc</li>
<li>Progammable Hooks for user extension</li>
<li>Optional Spam Prevention tools</li>
<li>Optional Cookies to track Guests and Members</li>
<li>Fully Localised for language support</li>
<li>Optional and various RSS feeds and email subscription to topics</li>
<li>Various display options to suit your needs and theme</li>
<li>An Admin toolset to perform many tasks from within the forum itself</li>
<li>Blog Posts and Forum Topics can be linked</li>
<li>Support for the Democracy Polls plugin</li>
<li>Support for the Gravatars 2 plugin</li>
<li>Forum Statistics &#8211; including who is online</li>
<li>Complete uninstall/removal option</li>
<li>Support for the All In One SEO Pack Plugin (Browser title bar)</li>
<li>View Admins New Post Queue from ALL views with &#8216;Quick Reply&#8217;</li>
<li>Right-to-left language support in the TinyMCE editor</li>
<li>Topic Status Tracking</li>
<li>Custom Smileys</li>
<li>RTE Toolbar Customisation</li>
<li>Pre-registration Policy display option</li>
<li>Post Ratings</li>
<li>Add Custom Profile data items</li>
<li>&#8216;Watched&#8217; topics</li>
<li>Multiple forum Admins</li>
<li>Members List</li>
</ul>
<p>Get Simple:Press <a title="Simple Forum Plugin for WordPress" href="http://simplepressforum.com/" target="_blank">here</a>. If you&#8217;re using this plugin, or about to try it out, the WPM readers would be happy to here of your endeavors. Feel free to leave your comments below:)</p>
<div style="margin: 0 0 10px 0; padding: 4px; width: 595px; border: 2px dashed #990000;">
<p><h1>Want to learn WordPress on the go?</h1></p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" style="border: 0pt none;" src="../wp-content/uploads/2010/09/app-icon-trans2-image-from-itunes.png" border="0" alt="The WP Modder App provides you with WordPress plugin and WordPress theme reviews to help you make informed decisions when building your WordPress websites, either for yourself or your clients." width="125" height="124" /></a><a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><em>Download the WP Modder App</em> now!</a></p>

<p>Learn more about WordPress anywhere with the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank">WP Modder App</a> for <em>iPhone</em>, <em>iPod Touch</em>, and <em>iPad</em>. You'll have access to all of my past and future written and video tutorials as well as reviews of the latest plugins and themes, all from the comfort of your mobile device!</p> <p>How many times have you have you wished you could run through a WordPress tutorial while in the bathroom? C'mon, you know you <a href="http://www.facebook.com/pages/WordPress-Modder-Customizing-WordPress-just-got-easier/10093119109">Facebook</a> in there anyway. Why not learn something while you're at it? It's the ultimate in time management. But seriously...</p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" src="../wp-content/uploads/2010/10/home-appstore.png" alt="" width="142" height="50" /></a>You'll also gain the ability to gain access to free image and link promotion back to your own WordPress powered site! See <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">more details</a> and get the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">WP Modder App</a> now.</p>

</div>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/simple-wordpress-forum-38.html" rel="bookmark" title="Permanent Link: Do You Need a Simple WordPress Forum?">Do You Need a Simple WordPress Forum?</a></li><li><a href="http://wpmodder.com/simplepress-forum-updates-are-coming-538.html" rel="bookmark" title="Permanent Link: Simple:Press Forum Updates are Coming">Simple:Press Forum Updates are Coming</a></li><li><a href="http://wpmodder.com/yet-another-paypal-plugin-for-wordpress-it-might-be-just-what-you-need-715.html" rel="bookmark" title="Permanent Link: Yet Another Paypal Plugin for WordPress &#8211; It Might be Just What You Need">Yet Another Paypal Plugin for WordPress &#8211; It Might be Just What You Need</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="Simple WordPress Forum Plugin &#8211; Revisted" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-426"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/simple-wordpress-forum-plugin-426.html/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Making a Difference in the World &#8211; The Social Power of Blogging &#8211; Being Transparent Online</title>
		<link>http://wpmodder.com/making-a-difference-in-the-world-the-social-power-of-blogging-being-transparent-online-376.html</link>
		<comments>http://wpmodder.com/making-a-difference-in-the-world-the-social-power-of-blogging-being-transparent-online-376.html#comments</comments>
		<pubDate>Sun, 05 Apr 2009 23:32:46 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Human Contact]]></category>
		<category><![CDATA[Videoblogging]]></category>
		<category><![CDATA[make a difference]]></category>
		<category><![CDATA[social media]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=376</guid>
		<description><![CDATA[If you&#8217;ve followed this blog for awhile, you probably know that most of my posts don&#8217;t dive too deep into personal details. However, over the past few months I&#8217;ve made some connections through my site that have made me more aware of how easy it can be to make a difference in the world, right [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>If you&#8217;ve followed this blog for awhile, you probably know that most of my posts don&#8217;t dive too deep into personal details. However, over the past few months I&#8217;ve made some connections through my site that have made me more aware of how easy it can be to make a difference in the world, right from my coffee table. That felt <em>really</em> good, and I plan to continue.</p>
<p>Several years ago I became involved with the (then fairly new) videoblogging <a title="The Original Yahoo Videoblogging List" href="http://groups.yahoo.com/group/videoblogging/" target="_blank">community</a>. I was moved by much of what I saw, but mostly by the idea that I was now able to get a more intimate and personalized view of people from around the world, and every walk of life. I briefly posted my own videos, became involved in videoblogging <a title="ShowInABox.tv" href="http://showinabox.tv/" target="_blank">projects</a>, but life happened and other pursuits took precedence on my time. However, I never stopped watching videoblogs and listening to the videoblogging community.</p>
<p>That&#8217;s how I became aware of <a title="InvisiblePeople.tv" href="http://invisiblepeople.tv/blog/" target="_blank">InvisiblePeople.tv.</a> , featuring video interviews with people who are homeless. I am restraining my writing because I want to get to my point, but to keep it simple, these stories moved me, <em><strong>deeply</strong></em>. I highly suggest you summon the courage to watch a few and ask yourself how you can help. That&#8217;s what I did&#8230;</p>
<p>I had been watching this videoblog for several months, when an <a title="Brianna - GirlsGuideToHomelessness" href="http://invisiblepeople.tv/blog/2009/03/brianna/" target="_blank">episode</a> was posted about a girl named <a title="Brianna - Homelessness" href="http://invisiblepeople.tv/blog/2009/03/brianna/" target="_blank">Brianna</a>.</p>
<div id="attachment_382" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-382" title="brianna-girls-guide-to-homelessness" src="http://wpmodder.com/wp-content/uploads/2009/04/brianna-girls-guide-to-homelessness-300x172.png" alt="Brianna - Girls Guide to Homelessness" width="300" height="172" /><p class="wp-caption-text">Brianna - Girls Guide to Homelessness</p></div>
<p>I&#8217;ll let you learn of Brianna&#8217;s circumstances for yourself by watching <a title="Brianna - Homelessness" href="http://invisiblepeople.tv/blog/2009/03/brianna/" target="_blank">the video</a>, but when I saw her story, I knew I could help, although not financially. Brianna had been <a title="The Girls Guide To Homelessness" href="http://girlsguidetohomelessness.blogspot.com/" target="_blank">blogging</a> about her situation for some time, and using the internet to make connections and learn how to survive&#8230;better and safer. Since I&#8217;m an internet junkie, web developer, and <a title="WordPress" href="http://wordpress.org" target="_blank">WordPress</a> fanboy, I knew I could enhance her blogging life by offering her a <a title="The Girls Guide To Homelessness" href="http://girlsguidetohomelessness.com/" target="_blank">free domain name</a>, hosted WordPress blog, ongoing support, and technical guidance in the future. That&#8217;s what I did, and she accepted. After I had her <a title="The Girls Guide To Homelessness" href="http://girlsguidetohomelessness.com/" target="_blank">new site</a> configured, we worked out a migration plan to get her posts from Blogger to WordPress, and the new site was <a title="Brianna - GirlsGuideToHomelessness" href="http://girlsguidetohomelessness.com/" target="_blank">born</a>. I hope you&#8217;ll take a look and follow her progress.</p>
<p>My hope is that Brianna will continue to persevere and succeed in whatever she pursues, but also that she will continue her blogging with the knowledge that she <em><strong>is</strong></em> changing the world and <em><strong>affecting others</strong></em> in a very positive way.</p>
<p>Thank you Brianna.</p>
<div style="margin: 0 0 10px 0; padding: 4px; width: 595px; border: 2px dashed #990000;">
<p><h1>Want to learn WordPress on the go?</h1></p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" style="border: 0pt none;" src="../wp-content/uploads/2010/09/app-icon-trans2-image-from-itunes.png" border="0" alt="The WP Modder App provides you with WordPress plugin and WordPress theme reviews to help you make informed decisions when building your WordPress websites, either for yourself or your clients." width="125" height="124" /></a><a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><em>Download the WP Modder App</em> now!</a></p>

<p>Learn more about WordPress anywhere with the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank">WP Modder App</a> for <em>iPhone</em>, <em>iPod Touch</em>, and <em>iPad</em>. You'll have access to all of my past and future written and video tutorials as well as reviews of the latest plugins and themes, all from the comfort of your mobile device!</p> <p>How many times have you have you wished you could run through a WordPress tutorial while in the bathroom? C'mon, you know you <a href="http://www.facebook.com/pages/WordPress-Modder-Customizing-WordPress-just-got-easier/10093119109">Facebook</a> in there anyway. Why not learn something while you're at it? It's the ultimate in time management. But seriously...</p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" src="../wp-content/uploads/2010/10/home-appstore.png" alt="" width="142" height="50" /></a>You'll also gain the ability to gain access to free image and link promotion back to your own WordPress powered site! See <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">more details</a> and get the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">WP Modder App</a> now.</p>

</div>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/more-proof-of-how-the-power-of-blogging-can-change-lives-657.html" rel="bookmark" title="Permanent Link: More Proof of How the Power of Blogging Can Change Lives">More Proof of How the Power of Blogging Can Change Lives</a></li><li><a href="http://wpmodder.com/wordpress-for-nonprofits-the-why-what-and-how-735.html" rel="bookmark" title="Permanent Link: WordPress for Nonprofits &#8211; The Why, What, and How">WordPress for Nonprofits &#8211; The Why, What, and How</a></li><li><a href="http://wpmodder.com/the-real-deal-on-how-to-create-your-own-blogging-success-story-263.html" rel="bookmark" title="Permanent Link: The Real Deal On How To Create Your Own Blogging Success Story">The Real Deal On How To Create Your Own Blogging Success Story</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="Making a Difference in the World &#8211; The Social Power of Blogging &#8211; Being Transparent Online" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-376"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/making-a-difference-in-the-world-the-social-power-of-blogging-being-transparent-online-376.html/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Query Posts Widget Plugin + Widgetized Page Template + Widget Logic = WordPress Gold</title>
		<link>http://wpmodder.com/query-posts-widget-plugin-widgetized-page-template-widget-logic-wordpress-gold-366.html</link>
		<comments>http://wpmodder.com/query-posts-widget-plugin-widgetized-page-template-widget-logic-wordpress-gold-366.html#comments</comments>
		<pubDate>Wed, 25 Mar 2009 01:57:24 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[WordPress Tutorials]]></category>
		<category><![CDATA[query posts plugin]]></category>
		<category><![CDATA[widget logic]]></category>
		<category><![CDATA[widgetized page templates]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=366</guid>
		<description><![CDATA[You may remember my post from last week describing Justin Tadlock&#8217;s amazing Query Posts Widget Plugin, and you may have seen the video showing a quick overview of this plugin&#8217;s functionality here or here. When I created that first post and video, I knew the possibilities were numerous, and I had read about using this [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>You may remember my <a title="How to use wordpress query posts widget plugin video" href="http://wpmodder.com/query-posts-widget-wordpress-plugin-video-overview-tutorial-350.html" target="_blank">post</a> from last week describing <a title="Justin Tadlock" href="http://justintadlock.com" target="_self">Justin Tadlock&#8217;s</a> amazing <a title="Query Posts Widget Plugin" href="http://justintadlock.com/archives/2009/03/15/query-posts-widget-wordpress-plugin" target="_blank">Query Posts Widget Plugin</a>, and you may have seen the video showing a quick overview of this plugin&#8217;s functionality <a title="How to use wordpress query posts widget plugin video" href="http://wpmodder.com/query-posts-widget-wordpress-plugin-video-overview-tutorial-350.html" target="_self">here</a> or <a title="WordPress.tv - how to use the query posts widget overview video" href="http://wordpress.tv/2009/03/17/using-the-query-posts-widget-plugin-video-overview-tutorial/" target="_blank">here</a>. When I created that first post and video, I knew the possibilities were numerous, and I had read about using this plugin in conjuction with widgetized page templates, but I was having trouble getting my head around the concept. Mostly because I hadn&#8217;t taken advantage of widgetized page templates yet. If you aren&#8217;t familiar with widgetized page templates, download the <a title="Justin Tadlock's Hybrid Theme Framework at ThemeHybrid.com" href="http://themehybrid.com/themes/hybrid" target="_blank">Hybrid</a> theme.</p>
<p>I have seen the light folks, and I&#8217;ve created video to show you the true power of combining the <a title="Query Posts Widget Plugin Download" href="http://wordpress.org/extend/plugins/query-posts" target="_blank">Query Posts Widget</a> plugin, a Widgetized Page Template, and the <a title="WordPress Widget Logic Plugin" href="http://wordpress.org/extend/plugins/widget-logic/" target="_blank">Widget Logic</a> plugin. It&#8217;s 9:52 long, but it&#8217;s filled with information. If you have any comments about the plugins or the video, please leave a comment below.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="600" height="470" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="data" value="http://blip.tv/play/gutX9cFsAA" /><param name="src" value="http://blip.tv/play/gutX9cFsAA" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="600" height="470" src="http://blip.tv/play/gutX9cFsAA" allowfullscreen="true" data="http://blip.tv/play/gutX9cFsAA"></embed></object></p>
<div style="margin: 0 0 10px 0; padding: 4px; width: 595px; border: 2px dashed #990000;">
<p><h1>Want to learn WordPress on the go?</h1></p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" style="border: 0pt none;" src="../wp-content/uploads/2010/09/app-icon-trans2-image-from-itunes.png" border="0" alt="The WP Modder App provides you with WordPress plugin and WordPress theme reviews to help you make informed decisions when building your WordPress websites, either for yourself or your clients." width="125" height="124" /></a><a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><em>Download the WP Modder App</em> now!</a></p>

<p>Learn more about WordPress anywhere with the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank">WP Modder App</a> for <em>iPhone</em>, <em>iPod Touch</em>, and <em>iPad</em>. You'll have access to all of my past and future written and video tutorials as well as reviews of the latest plugins and themes, all from the comfort of your mobile device!</p> <p>How many times have you have you wished you could run through a WordPress tutorial while in the bathroom? C'mon, you know you <a href="http://www.facebook.com/pages/WordPress-Modder-Customizing-WordPress-just-got-easier/10093119109">Facebook</a> in there anyway. Why not learn something while you're at it? It's the ultimate in time management. But seriously...</p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" src="../wp-content/uploads/2010/10/home-appstore.png" alt="" width="142" height="50" /></a>You'll also gain the ability to gain access to free image and link promotion back to your own WordPress powered site! See <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">more details</a> and get the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">WP Modder App</a> now.</p>

</div>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/query-posts-widget-wordpress-plugin-video-overview-tutorial-350.html" rel="bookmark" title="Permanent Link: Query Posts Widget: WordPress Plugin &#8211; Video Overview Tutorial">Query Posts Widget: WordPress Plugin &#8211; Video Overview Tutorial</a></li><li><a href="http://wpmodder.com/how-to-change-your-wordpress-theme-without-losing-your-widgets-or-your-composure-525.html" rel="bookmark" title="Permanent Link: How to Change Your WordPress Theme Without Losing Your Widgets (or your composure)">How to Change Your WordPress Theme Without Losing Your Widgets (or your composure)</a></li><li><a href="http://wpmodder.com/dynamic-header-images-in-wordpress-the-ultimate-solution-451.html" rel="bookmark" title="Permanent Link: Dynamic Header Images in WordPress &#8211; The Ultimate Solution">Dynamic Header Images in WordPress &#8211; The Ultimate Solution</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="Query Posts Widget Plugin + Widgetized Page Template + Widget Logic = WordPress Gold" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-366"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/query-posts-widget-plugin-widgetized-page-template-widget-logic-wordpress-gold-366.html/feed/</wfw:commentRss>
		<slash:comments>32</slash:comments>
		</item>
		<item>
		<title>How to Make a Social Bookmarking WordPress Plugin &#8211; Step by Step</title>
		<link>http://wpmodder.com/how-to-make-a-social-bookmarking-wordpress-plugin-step-by-step-356.html</link>
		<comments>http://wpmodder.com/how-to-make-a-social-bookmarking-wordpress-plugin-step-by-step-356.html#comments</comments>
		<pubDate>Fri, 20 Mar 2009 14:22:32 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress Tutorials]]></category>
		<category><![CDATA[plugin development]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=356</guid>
		<description><![CDATA[Related posts:WordPress Books Giveaway!A Visual Guide to Installing WordPress for the Complete NoviceSetup WordPress for Blogging or Business (Free Course)Copyright &#169; 2011 http://wpmodder.com. All tutorials are written by: Adam W. Warner This feed is for personal, non-commercial use only. The use of this feed on other websites breaches copyright. If this content is not in [...]]]></description>
			<content:encoded><![CDATA[Related posts:WordPress Books Giveaway!A Visual Guide to Installing WordPress for the Complete NoviceSetup WordPress for Blogging or Business (Free Course)Copyright &#169; 2011 http://wpmodder.com. All tutorials are written by: Adam W. Warner This feed is for personal, non-commercial use only. The use of this feed on other websites breaches copyright. If this content is not in [...]]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/how-to-make-a-social-bookmarking-wordpress-plugin-step-by-step-356.html/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Query Posts Widget: WordPress Plugin &#8211; Video Overview Tutorial</title>
		<link>http://wpmodder.com/query-posts-widget-wordpress-plugin-video-overview-tutorial-350.html</link>
		<comments>http://wpmodder.com/query-posts-widget-wordpress-plugin-video-overview-tutorial-350.html#comments</comments>
		<pubDate>Sun, 15 Mar 2009 17:51:35 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress Tutorials]]></category>
		<category><![CDATA[query posts]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=350</guid>
		<description><![CDATA[Justin Tadlock has just released what I consider to be one of the most powerful, unique, and user-friendly WordPress plugins I have ever seen. It&#8217;s named Query Posts Widget and it&#8217;s designed to do just that, query posts. If you&#8217;re new to WordPress or aren&#8217;t familiar with developer terminology, you may not know exactly what [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><a title="Justin Tadlock" href="http://justintadlock.com" target="_blank">Justin Tadlock</a> has just released what I consider to be one of the most powerful, unique, and user-friendly WordPress plugins I have ever seen. It&#8217;s named <a title="Query Posts Plugin" href="http://justintadlock.com/archives/2009/03/15/query-posts-widget-wordpress-plugin" target="_blank">Query Posts Widget</a> and it&#8217;s designed to do just that, query posts. If you&#8217;re new to WordPress or aren&#8217;t familiar with developer terminology, you may not know exactly what this plugin is for by reading it&#8217;s name only.</p>
<p>A description from Justin&#8217;s site:</p>
<blockquote><p>This widget has everything you’ll ever need to show posts on your site without touching code. It’s like having a WordPress developer ready to do your bidding all wrapped up in a widget. All you need is a theme that’s widgetized, which I believe is pretty standard these days.</p>
<p>What does the Query Posts widget do?</p>
<p>It lets you displays posts by nearly any criteria you can imagine using the query_posts() function, except you don’t need to know anything about PHP to use it. You can do all kinds of neat things:</p>
<p>* Posts by tag.<br />
* Posts by category.<br />
* Posts by author.<br />
* Posts by time/date.<br />
* Posts by custom field key and/or value.<br />
* Choose any number.<br />
* Order by various terms.<br />
* Show pages.<br />
* Show the full post, excerpt, or even order them in a list.<br />
* And much more…</p></blockquote>
<p>Making sense now? I&#8217;ve yet to test the true power of this plugin, but I whipped up a quick little overview video so you can get a better visual of just what this plugin does. Please keep in mind that this video only explains the tip of the iceberg of what this widget plugin can do:</p>
<p class="note">Make sure to it the &#8220;Full Screen&#8221; button on the lower right of the video for a better viewing experience.</p>
<p><object width="590" height="460" data="http://blip.tv/play/gutX868jAA" type="application/x-shockwave-flash"><param name="src" value="http://blip.tv/play/gutX868jAA" /><param name="allowfullscreen" value="true" /></object></p>
<p>How do you think YOU would use this plugin on your site? Are you already? Leave a link and explanation below.</p>
<div style="margin: 0 0 10px 0; padding: 4px; width: 595px; border: 2px dashed #990000;">
<p><h1>Want to learn WordPress on the go?</h1></p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" style="border: 0pt none;" src="../wp-content/uploads/2010/09/app-icon-trans2-image-from-itunes.png" border="0" alt="The WP Modder App provides you with WordPress plugin and WordPress theme reviews to help you make informed decisions when building your WordPress websites, either for yourself or your clients." width="125" height="124" /></a><a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><em>Download the WP Modder App</em> now!</a></p>

<p>Learn more about WordPress anywhere with the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank">WP Modder App</a> for <em>iPhone</em>, <em>iPod Touch</em>, and <em>iPad</em>. You'll have access to all of my past and future written and video tutorials as well as reviews of the latest plugins and themes, all from the comfort of your mobile device!</p> <p>How many times have you have you wished you could run through a WordPress tutorial while in the bathroom? C'mon, you know you <a href="http://www.facebook.com/pages/WordPress-Modder-Customizing-WordPress-just-got-easier/10093119109">Facebook</a> in there anyway. Why not learn something while you're at it? It's the ultimate in time management. But seriously...</p>

<p><a href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_blank"><img class="alignleft" src="../wp-content/uploads/2010/10/home-appstore.png" alt="" width="142" height="50" /></a>You'll also gain the ability to gain access to free image and link promotion back to your own WordPress powered site! See <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">more details</a> and get the <a title="WordPress iPhone App - WordPress Tutuorials, Plugin Reviews, Theme Reviews" href="http://itunes.apple.com/us/app/wp-modder-customizing-wordpress/id391781922?mt=8#" target="_self">WP Modder App</a> now.</p>

</div>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/query-posts-widget-plugin-widgetized-page-template-widget-logic-wordpress-gold-366.html" rel="bookmark" title="Permanent Link: Query Posts Widget Plugin + Widgetized Page Template + Widget Logic = WordPress Gold">Query Posts Widget Plugin + Widgetized Page Template + Widget Logic = WordPress Gold</a></li><li><a href="http://wpmodder.com/how-to-change-your-wordpress-theme-without-losing-your-widgets-or-your-composure-525.html" rel="bookmark" title="Permanent Link: How to Change Your WordPress Theme Without Losing Your Widgets (or your composure)">How to Change Your WordPress Theme Without Losing Your Widgets (or your composure)</a></li><li><a href="http://wpmodder.com/secondary-html-content-plugin-video-overview-728.html" rel="bookmark" title="Permanent Link: Secondary HTML Content Plugin Video Overview">Secondary HTML Content Plugin Video Overview</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="Query Posts Widget: WordPress Plugin &#8211; Video Overview Tutorial" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-350"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/query-posts-widget-wordpress-plugin-video-overview-tutorial-350.html/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Open Source Software Review &#8211; ResourceSpace &#8211; Digital Asset Management</title>
		<link>http://wpmodder.com/open-source-software-review-resourcespace-digital-asset-management-328.html</link>
		<comments>http://wpmodder.com/open-source-software-review-resourcespace-digital-asset-management-328.html#comments</comments>
		<pubDate>Thu, 26 Feb 2009 22:02:53 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[Extend Wordpress]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[digital asset management]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=328</guid>
		<description><![CDATA[Hey there fellow WordPress freaks! The information contained in this post isn&#8217;t necessarily about WordPress itself, or themes, or even plugins; but I had to share this with my readers because I&#8217;ve found it to be very useful and to have a very supportive community around it. As referenced above, today&#8217;s post is about ResourceSpace, [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Hey there fellow WordPress freaks! The information contained in this post isn&#8217;t necessarily about WordPress itself, or themes, or even plugins; but I had to share this with my readers because I&#8217;ve found it to be very useful and to have a very supportive community around it.</p>
<p>As referenced above, today&#8217;s post is about <a title="ResourceSpace Digital Asset Management" href="http://www.montala.net/resourcespace.php" target="_blank">ResourceSpace</a>, an Open Source Digital Asset Management application. Gulp! That&#8217;s a mouthful eh? Let&#8217;s cut to the chase&#8230;</p>
<p class="note">Note: Make sure to read through to the end to read my personal experience with <a title="ResourceSpace Digital Asset Management" href="http://www.montala.net/resourcespace.php" target="_blank">ResourceSpace</a> and further support links.</p>
<h2>What is it?</h2>
<blockquote><p>ResourceSpace is a <strong>web-based, open source digital asset management system</strong> which has been designed by <a title="ResourceSpace Digital Asset Management" href="http://www.montala.net/index.php" target="_blank">Montala</a> to give your content creators easy and fast access to print and web ready assets.</p></blockquote>
<p>In other words, you can manage your images, pdfs, videos, documents, etc. in one location and it is searchable using the metadata contained in these files. It will also automatically create previews and different resolutions and make them available for download to whoever you choose.</p>
<p style="text-align: center;"><a href="http://www.montala.net/"><img class="aligncenter" title="ResourceSpace Screenshot" src="http://www.montala.net/screens/resourcespace1.jpg" alt="" width="667" height="634" /></a></p>
<h2>What are the Benefits and Features?</h2>
<blockquote><p><strong>Benefits</strong></p>
<ul>
<li>Your users serve themselves so your <strong>internal workload is reduced</strong>.</li>
<li>Resources are <strong>found easily and quickly</strong>.</li>
<li>You can <strong>respond faster</strong> to external resource requests</li>
<li>It&#8217;s much easier to <strong>send your resources</strong> to those that need them without using up your own bandwidth: suppliers receive links via e-mail so they can download the resources themselves directly from the system.</li>
<li><strong>Higher quality</strong> resources are promoted so use of your best resources is encouraged.</li>
<li>A centralised and well organised repository encourages the <strong>re-use</strong> of purchased resources.</li>
<li>Only a <strong>web browser</strong> is needed &#8211; no cumbersome client software installations.</li>
<li><strong>Collaboration</strong> is encouraged through the use of shared resource collections and searches.</li>
<li>Discover and respond to trends by using the detailed <strong>reporting and statistics</strong> functionality.</li>
</ul>
<p><strong>Features</strong></p></blockquote>
<blockquote>
<ul>
<li><strong>Intuitive interface</strong> &#8211; a visually rich, user focused interface to support you in accessing and organising your resources</li>
<li><strong>Pure web interface</strong> &#8211; manage and share your resources through your browser, no application install required.</li>
<li><strong>Standards based</strong> &#8211; works with current browsers on all the popular platforms.</li>
<li><strong>Simple and advanced search</strong> &#8211; the main search panel is available on every page allowing quick and intuitive access to the resources while the comprehensive advanced search lets you to focus your search and you are looking for. Use the &#8216;search for similar&#8217; options to find other resources based on those you have selected.</li>
<li><strong>Intelligent search ordering</strong> &#8211; resources are scored against each keyword using user search activity</li>
<li><strong>Resources</strong> &#8211; detailed resource information, thumbnails and visual previews help you find the best and most relevant resources.</li>
<li><strong>Organisation, collaboration and distribution</strong> &#8211; tools to organise your resources, share with colleagues on projects  and distribute to others; no longer any need to e-mail large files.</li>
<li><strong>Direct access to resource files</strong> &#8211; resources can be downloaded to your computer in a variety of sizes so your users can choose if they require high quality print files or lower quality screen / web resolution files.</li>
<li><strong>Themes</strong> &#8211; pre-selected groups of the best resources.</li>
<li><strong>Permissions</strong> &#8211; set resource access level by user group.</li>
<li><strong>Research services</strong> &#8211; allows specific requests to be made to a central resources team.</li>
<li><strong>Archiving</strong> &#8211; resources can be archived and are then not visible in the main search.</li>
<li><strong>User contributions</strong> &#8211; allow your users to submit resources directly, which can then be processed by a central team before being made available to other users. Ideal for remote-working photographers.</li>
<li><strong>Multilingual</strong> &#8211; the application is multilingual capable with most major European languages supported.</li>
<li><strong>Batch file editing</strong> means it&#8217;s easy to work with the metadata for large groups of resources.</li>
<li><strong>Batch file upload</strong> using SWFupload &#8211; upload large resource sets using nothing but your browser.</li>
<li><strong>Automatic thumbnail creation</strong> for hundreds of image and document types including JPEG, GIF, PNG, PDF, TIFF Photoshop PSD, InDesign, OpenOffice using <a href="http://en.wikipedia.org/wiki/ImageMagick">ImageMagick</a>. Support for most digital camera raw formats using <a href="http://en.wikipedia.org/wiki/Dcraw">dcraw</a> (<a href="http://rswiki.montala.net/index.php/Supported_file_types_for_thumbnails/previews">view full list</a>)</li>
<li><strong>Automatic video thumbnails and Flash video previews</strong> for most video file types using <a href="http://en.wikipedia.org/wiki/FFmpeg">FFmpeg</a>.</li>
<li><strong>Page by page browsing</strong> of PDF files using <a href="http://en.wikipedia.org/wiki/Ghostscript">Ghostscript</a>.</li>
<li><strong>Automatic EXIF/IPTC/XMP header import and export</strong> using <a href="http://en.wikipedia.org/wiki/ExifTool">ExifTool</a>.</li>
<li><strong>Minimal hosting requirements</strong> &#8211; uses PHP/MySQL technology which is supported by all major hosting providers.</li>
<li><strong>Plugin support</strong> &#8211; third party developers can create plugins to extend functionality.</li>
<li><strong>Open source</strong> &#8211; released under a BSD style license and is therefore completely free of charge, and you are free to develop the product further without any restrictions.</li>
</ul>
</blockquote>
<h2>Are you starting to see why this could be useful?</h2>
<p>I decided to post here about <a title="ResourceSpace Digital Asset Management" href="http://www.montala.net/resourcespace.php" target="_blank">ResourceSpace</a> for several reasons:</p>
<ul>
<li>This software solved a need for a client of mine, and saved them thousands of dollars</li>
<li>The developers and community around this software have proved to be very helpful and patient with someone new to this type of functionality, and were willing to help me out one on one in order for me to move forward.</li>
<li>I believe this software will become the default open source DAM (digital asset management) because of the two reasons above, and as more people learn of it, hopefully more and more developers will contribute.</li>
<li>Lastly, because the <a title="ResourceSpace Support Group" href="http://groups.google.com/group/resourcespace?hl=en" target="_blank">ResourceSpace group</a> asked for satisfied users to help spread the word;)</li>
</ul>
<h2>No Open Source software is without it downfalls. Can you give us the inside scoop on your experience?</h2>
<p>Sure. First of all, it&#8217;s different from what you may be used to with WP; in functionality, server requirements, configuration, and theming. I had a hard time breaking out of the WP way of thinking when working with this software. It took a few days and several posts to the group to understand both what some things were for, and how to configure them. It was only after working with it for many hours that I started to realize the full potential, and I&#8217;m pretty sure I have much more to discover.</p>
<p>There are two themes available with the initial download, and again, when I say themes, you&#8217;ll have to break out of the WP thinking. I found the themes to be somewhat difficult for me to create, as I am not a Photoshop expert and much of the changes involved editing the existing images used. I would prefer to be able to edit and create a theme using pure CSS, and maybe that&#8217;s possible, but not in the time frame my client had in mind. Having said that, the two themes provided proved to be configurable enough for me to use for the purpose I needed.</p>
<p class="note">If you would like to learn more about <a title="ResourceSpace Digital Asset Management" href="http://www.montala.net/resourcespace.php" target="_blank">ResourceSpace</a>, you can visit the main site <a title="ResourceSpace Digital Asset Management" href="http://www.montala.net/index.php" target="_blank">here</a>, or the online documentation <a title="ResourceSpace Documentation Wiki" href="http://rswiki.montala.net/index.php/Main_Page" target="_blank">wiki here</a>, or the Google <a title="ResourceSpace Support Group" href="http://groups.google.com/group/resourcespace?hl=en" target="_blank">group here</a>. Make sure to comment here if you&#8217;re already using <a title="ResourceSpace Digital Asset Management" href="http://www.montala.net/resourcespace.php" target="_blank">ResourceSpace</a>, if you&#8217;re new to it, or with any questions you may have.</p>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/how-to-get-interactive-video-onto-your-wordpress-blog-290.html" rel="bookmark" title="Permanent Link: Extending WordPress by Using the Power of Video &#8211; Part Three">Extending WordPress by Using the Power of Video &#8211; Part Three</a></li><li><a href="http://wpmodder.com/simple-wordpress-forum-38.html" rel="bookmark" title="Permanent Link: Do You Need a Simple WordPress Forum?">Do You Need a Simple WordPress Forum?</a></li><li><a href="http://wpmodder.com/my-favorite-blogging-tool-and-it-does-not-have-a-keyboard-84.html" rel="bookmark" title="Permanent Link: My Favorite Blogging Tool, and it Does Not have a Keyboard">My Favorite Blogging Tool, and it Does Not have a Keyboard</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="Open Source Software Review &#8211; ResourceSpace &#8211; Digital Asset Management" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-328"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/open-source-software-review-resourcespace-digital-asset-management-328.html/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>How to Invoice and Bill Clients Directly from your WordPress Installtion</title>
		<link>http://wpmodder.com/how-to-invoice-and-bill-clients-directly-from-your-wordpress-installtion-322.html</link>
		<comments>http://wpmodder.com/how-to-invoice-and-bill-clients-directly-from-your-wordpress-installtion-322.html#comments</comments>
		<pubDate>Sun, 08 Feb 2009 16:37:07 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[invoice plugin]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=322</guid>
		<description><![CDATA[Are you a freelance graphic artist, designer, or web developer? Do you have a need to bill clients for any service at all? If you&#8217;re using WordPress to power your site (and you should be), then you&#8217;ll be interested in the WP-Invoice plugin from TwinCitiesTech. From the plugin summary: WP-Invoice lets WordPress blog owners send [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Are you a freelance graphic artist, designer, or web developer? Do you have a need to bill clients for any service at all? If you&#8217;re using WordPress to power your site (and you should be), then you&#8217;ll be interested in the <a title="WP-Invoice Download" href="http://twincitiestech.com/services/wp-invoice/" target="_blank">WP-Invoice</a> plugin from <a title="WP-Invoice Information" href="http://twincitiestech.com/" target="_blank">TwinCitiesTech</a>.</p>
<div id="attachment_323" class="wp-caption aligncenter" style="width: 520px"><a href="http://twincitiestech.com/services/wp-invoice/"><img class="size-full wp-image-323" title="wp-invoice-plugin" src="http://wpmodder.com/wp-content/uploads/2009/02/picture-6.png" alt="WP-Invoice" width="510" height="372" /></a><p class="wp-caption-text">WP-Invoice</p></div>
<p>From the plugin summary:</p>
<blockquote>
<div class="summary">WP-Invoice lets WordPress blog owners send itemized invoices to their clients. Ideal for web developers, SEO consultants, general contractors, or anyone with a WordPress blog and clients to bill. The plugin ties into WP’s user management database to keep track of your clients and their information.</div>
<div class="summary">Once an invoice is created from the WP admin section, an email with a brief description and a unique link is sent to your client. Clients follow the link to your blog’s special invoice page, view their invoice, and pay their bill using their credit card.</div>
<p>Credit card payments may be accepted via Authorize.net, MerchantPlus’ NaviGate, or PayPal. For recurring billing we have integrated Authorize.net’s ARB API that will allow you to setup payment schedules along with invoices.</p></blockquote>
<p>I applaud TwinCitiesTech for making this plugin available to the WordPress community, great stuff guys! Grab the plugin from <a title="WP-Invoice Download" href="http://twincitiestech.com/services/wp-invoice/" target="_blank">TwinCitiesTech</a>.</p>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/do-you-want-to-help-guide-the-development-of-my-latest-project-444.html" rel="bookmark" title="Permanent Link: Do you want to help guide the development of my latest project?">Do you want to help guide the development of my latest project?</a></li><li><a href="http://wpmodder.com/wpdesigner-announces-the-five-dollar-theme-club-56.html" rel="bookmark" title="Permanent Link: WPDesigner Announces the Five Dollar Theme Club!">WPDesigner Announces the Five Dollar Theme Club!</a></li><li><a href="http://wpmodder.com/embedding-media-in-wordpress-is-about-to-become-simple-690.html" rel="bookmark" title="Permanent Link: Embedding Media in WordPress is About to Become Simple">Embedding Media in WordPress is About to Become Simple</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="How to Invoice and Bill Clients Directly from your WordPress Installtion" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-322"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/how-to-invoice-and-bill-clients-directly-from-your-wordpress-installtion-322.html/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Freebie for Kurt Cobain Fans</title>
		<link>http://wpmodder.com/freebie-for-kurt-cobain-fans-312.html</link>
		<comments>http://wpmodder.com/freebie-for-kurt-cobain-fans-312.html#comments</comments>
		<pubDate>Wed, 04 Feb 2009 23:10:10 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[Off Beat]]></category>
		<category><![CDATA[contest]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=312</guid>
		<description><![CDATA[Caution: This is a completely non-WordPress related post. I was contacted by a representative from New Video today, letting me know that the documentary &#8220;Kurt and Courtney&#8221; is now available on iTunes. I asked if they would be so kind as to offer a free copy to my readers, and lovingly, they obliged. This chilling [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p class="warning">Caution: This is a completely non-WordPress related post.</p>
<p>I was contacted by a representative from <a href="http://newvideo.com" target="_blank">New Video</a> today, letting me know that the documentary &#8220;Kurt and Courtney&#8221; is now available on iTunes. I asked if they would be so kind as to offer a free copy to my readers, and lovingly, they obliged.</p>
<div id="attachment_315" class="wp-caption aligncenter" style="width: 542px"><span><a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewMovie?id=299546551&amp;s=1"><img class="size-full wp-image-315" title="itunes_kurt_and_courtney_free_movie" src="http://wpmodder.com/wp-content/uploads/2009/02/itunes_kurtandcourtenyhome.jpg" alt="Kurt and Courtney" width="532" height="263" /></a></span><p class="wp-caption-text">Kurt and Courtney</p></div>
<p><span style="font-family: Verdana,Helvetica,Arial;"><br />
This chilling documentary investigates the apparent suicide of <span id="lw_1233787493_6" class="yshortcuts" style="border-bottom: 1px dashed #0066cc; cursor: pointer;">Kurt Cobain</span>. Director Nick Broomsfield talks to conspiracy theorists, grudge-carrying<br />
ex-boyfriends and estranged parents of <span id="lw_1233787493_7" class="yshortcuts" style="border-bottom: 1px dashed #0066cc; background: transparent none repeat scroll 0% 0%; cursor: pointer;">Courtney Love</span> who all suggest Love might have had Cobain murdered.</span></p>
<p class="warning"><span style="font-family: Verdana,Helvetica,Arial;">It couldn&#8217;t be easier to get your free copy, I&#8217;m simply asking for a little post and link love back to <a href="http://wpmodder.com">WordPress Modder</a>. Write a post about WPM, insert a link back to any page on the site, leave a comment here, and at the end of Febuary, I&#8217;ll draw the names out of a bowl.</span></p>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/discount-coupon-at-wpmudev-simple-entry-one-lucky-winner-1180.html" rel="bookmark" title="Permanent Link: Discount Coupon at WPMUDEV &#8211; Simple Entry &#8211; One Lucky Winner">Discount Coupon at WPMUDEV &#8211; Simple Entry &#8211; One Lucky Winner</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="Freebie for Kurt Cobain Fans" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-312"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/freebie-for-kurt-cobain-fans-312.html/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Extending WordPress by Using the Power of Video &#8211; Part Three</title>
		<link>http://wpmodder.com/how-to-get-interactive-video-onto-your-wordpress-blog-290.html</link>
		<comments>http://wpmodder.com/how-to-get-interactive-video-onto-your-wordpress-blog-290.html#comments</comments>
		<pubDate>Fri, 30 Jan 2009 14:56:02 +0000</pubDate>
		<dc:creator>Adam W. Warner</dc:creator>
				<category><![CDATA[Extend Wordpress]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Videoblogging]]></category>
		<category><![CDATA[how to use video with wordpress]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[power of adding wordpress video]]></category>
		<category><![CDATA[video and wordpress]]></category>

		<guid isPermaLink="false">http://wpmodder.com/?p=290</guid>
		<description><![CDATA[I feel lucky to have several posts on my site that consistently drive huge amounts of traffic, and create interaction between myself and my readers. Of those, the series of posts entitled Extending WordPress by Using the Power of Video &#8211; Part One, and Part Two, take up a large portion of that traffic. This [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>I feel lucky to have several posts on my site that consistently drive huge amounts of traffic, and create interaction between myself and my readers. Of those, the series of posts entitled <a title="How to Extend WordPress by Using the Power of Video" href="http://wpmodder.com/?s=power+of+video&amp;submit=Go" target="_self">Extending WordPress by Using the Power of Video</a> &#8211; <a title="Use Video on Your WordPress Blog to Interest Your Readers and Drive Traffic" href="http://wpmodder.com/extending-wordpress-by-using-the-power-of-video-part-one-155.html" target="_self">Part One</a>, and <a title="Video Plugins and Tools for WordPress - The Ultimate List" href="http://wpmodder.com/extending-wordpress-by-using-the-power-of-video-part-two-157.html" target="_self">Part Two</a>, take up a large portion of that traffic.</p>
<p>This post is number three in this series, and if you are truly interested in using the power of video to enhance your site, read on.</p>
<p>This post is all about <a title="Open Source Video" href="http://corp.kaltura.com/" target="_blank">Kaltura</a>. I have known about Kaltura for some time, and have been following it&#8217;s development, and I&#8217;m happy to say that the integration with <a title="Get WordPress" href="http://wordpress.org" target="_blank">WordPress</a> seems to be at a rather mature state. So, what is Kaltura?</p>
<p>In a nutshell:</p>
<h3>Kaltura is – The 1st Open-Source Platform for Video Creation, Management, Interaction, and Collaboration</h3>
<p>There are many facets of the Kaltura platform. There are <a title="Kaltura Open Source Video Solutions for Business" href="http://corp.kaltura.com/solutions/overview" target="_blank">business solutions</a> and there are <a title="Kaltura Open Source Video Solutions for the Little Guy" href="http://corp.kaltura.com/download" target="_blank">self-serve solutions</a>. What we&#8217;re interested in here is the <a title="Download the Kaltura Interactive Video Plugin" href="http://wordpress.org/extend/plugins/kaltura-interactive-video/" target="_blank">Kaltura Interactive Video Plugin</a> available for download in the <a title="Download the Kaltura Interactive Video Plugin" href="http://wordpress.org/extend/plugins/kaltura-interactive-video/" target="_blank">WordPress Extend plugin depository</a>. By adding this one plugin to your WordPress powered site arsenal, you immediately take a huge leap in the capabilities available to you, and the readers of your blog. Take a look at the highlights list:</p>
<ul>
<li>Upload, record from webcam and import all rich-media directly to your blog post;</li>
<li>Edit and remix videos using Kaltura&#8217;s online full-featured video editor;</li>
<li>Easily import all rich media (video, audio, pictures&#8230;) from other sites and social networks, such as YouTube, MySpace, Flickr, CCMixter, Jamendo, New York Public Library etc. and;</li>
<li>Allow readers and subscribers to add video and audio comments, and to participate in collaborative videos;</li>
<li>Manage and track interactive videos through the management console;</li>
<li>Complete administrative capabilities. You decide who can add and edit videos;</li>
<li>Supports more than 150 video, audio and image file formats and codecs</li>
<li>Three different video player styles to choose from</li>
<li>Custom sizing of the video player</li>
<li>Advanced sharing options for videos</li>
<li>Easy installation that takes just 4 steps and a few minutes.</li>
</ul>
<p>Take a moment and think about the possibilities. What kind of site can you create using open source video? What extra functionality can you offer your visitors?</p>
<p>Feel free to leave a comment below the <em>very long screenshot </em>and let&#8217;s brainstorm. Oh, and you never know, I just might be up to something myself using this plugin&#8230;hint, hint.</p>
<p><span id="more-290"></span></p>
<div id="attachment_294" class="wp-caption aligncenter" style="width: 577px"><img class="size-full wp-image-294" title="kaltura" src="http://wpmodder.com/wp-content/uploads/2009/01/kaltura.png" alt="Kaltura - Open Source Video Plugin" width="567" height="3675" /><p class="wp-caption-text">Kaltura - Open Source Video Plugin</p></div>
<hr /><h2>Related posts:</h2><ul><li><a href="http://wpmodder.com/extending-wordpress-by-using-the-power-of-video-part-four-440.html" rel="bookmark" title="Permanent Link: Extending WordPress by Using the Power of Video &#8211; Part Four">Extending WordPress by Using the Power of Video &#8211; Part Four</a></li><li><a href="http://wpmodder.com/video-post-15.html" rel="bookmark" title="Permanent Link: WordPress Blog Search Engine Friendliness">WordPress Blog Search Engine Friendliness</a></li><li><a href="http://wpmodder.com/extending-wordpress-by-using-the-power-of-video-part-five-493.html" rel="bookmark" title="Permanent Link: Extending WordPress by Using the Power of Video &#8211; Part Five">Extending WordPress by Using the Power of Video &#8211; Part Five</a></li></ul><hr /><small>Copyright &copy; 2011 <a href="Extending WordPress by Using the Power of Video &#8211; Part Three" title="Please don't steal">http://wpmodder.com</a>. All tutorials are written by: <a href="http://adamwwarner.com" >Adam W. Warner</a><br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> aada03011397c3b017826d761b84678b)</small><div class="shr-publisher-290"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://wpmodder.com/how-to-get-interactive-video-onto-your-wordpress-blog-290.html/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 75/453 queries in 0.672 seconds using disk: basic
Object Caching 21937/22834 objects using disk: basic

Served from: wpmodder.com @ 2012-02-23 04:07:26 -->
