<?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>Make Tech Easier &#187; WordPress tricks</title>
	<atom:link href="http://maketecheasier.com/tag/wordpress-tricks/feed" rel="self" type="application/rss+xml" />
	<link>http://maketecheasier.com</link>
	<description>Uncomplicating the complicated, making life easier</description>
	<lastBuildDate>Fri, 20 Nov 2009 13:39:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>7 Simple WordPress Tricks That You Thought You Know</title>
		<link>http://maketecheasier.com/7simple-wordpress-tricks-that-you-thought-you-know/2008/11/10</link>
		<comments>http://maketecheasier.com/7simple-wordpress-tricks-that-you-thought-you-know/2008/11/10#comments</comments>
		<pubDate>Mon, 10 Nov 2008 07:25:28 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress tricks]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=1056</guid>
		<description><![CDATA[
While WordPress is a powerful and easy to use blogging software, there are several useful features that are hidden or not visible to many and one have to dig deeper to uncover the gems. Many times, I have people asking me how to do this and how to do that in WordPress. I realize that [...]<p><strong><a href="http://maketecheasier.com/7simple-wordpress-tricks-that-you-thought-you-know/2008/11/10">7 Simple WordPress Tricks That You Thought You Know</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/4-hidden-wordpress-features-that-are-unknown-to-many/2008/08/13' rel='bookmark' title='Permanent Link: 4 Hidden WordPress Features That Are unknown to Many'>4 Hidden WordPress Features That Are unknown to Many</a></li><li><a href='http://maketecheasier.com/clone-and-migrate-wordpress-blog-to-new-server/2008/01/30' rel='bookmark' title='Permanent Link: [Hacking WordPress]: How To Clone And Migrate Your WordPress Blog To New Server'>[Hacking WordPress]: How To Clone And Migrate Your WordPress Blog To New Server</a></li><li><a href='http://maketecheasier.com/8-useful-tricks-to-clean-up-streamline-your-wordpress-database/2009/02/17' rel='bookmark' title='Permanent Link: 8 Useful Tricks To Clean Up &#038; Streamline Your Wordpress Database'>8 Useful Tricks To Clean Up &#038; Streamline Your Wordpress Database</a></li><li><a href='http://maketecheasier.com/useful-wordpress-wp-config-tricks-that-you-may-not-know/2009/11/17' rel='bookmark' title='Permanent Link: Useful WordPress wp-config Tricks That You May Not Know'>Useful WordPress wp-config Tricks That You May Not Know</a></li><li><a href='http://maketecheasier.com/wordpress-26-beta-2-review/2008/07/03' rel='bookmark' title='Permanent Link: WordPress 2.6 Beta 2 Review'>WordPress 2.6 Beta 2 Review</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><!--adsense#300x300--></p>
<p><img class="alignleft" src="http://images.maketecheasier.com/2008/10/wp27.jpg" alt="" width="130" height="130"/>While WordPress is a powerful and easy to use blogging software, there are several useful features that are hidden or not visible to many and one have to dig deeper to uncover the gems. Many times, I have people asking me how to do this and how to do that in WordPress. I realize that what seems like a simple and easy task to me appears to be a complete alien to some others.</p>
<p>Here is a list of the most commonly asked &#8216;how-to&#8217; that I have received.</p>
<h3>1) Split a post and replace with a &#8216;Continue Reading&#8230;&#8217; link</h3>
<p>In the home page of Make Tech Easier, you will find that only the first paragraph of each post is shown and you have to click on the &#8216;<em>Continue Reading &#8230;</em>&#8216; link to read the full post. This can be easily achieved with the &#8216;<em>more</em>&#8216; tag.</p>
<p>If you are using the rich-text editor, along the row of iconbar, you should be able to find an icon that shows two white rectangles with a dotted line in-between. That is the <em>more</em> tag icon.</p>
<p><img style="border:1px solid #000" title="insert-more-tag" src="http://images.maketecheasier.com/2008/11/insert-more-tag.jpg" alt="insert-more-tag" width="580" height="109" /></p>
<p>Whenever you want to break the post with the &#8216;Continue Reading&#8230;&#8217; link, just place the cursor at the end of the first paragraph and click on the icon to insert the <em>more</em> tag. You should see something like this:</p>
<p><img class="alignnone size-full wp-image-1059" style="border:1px solid #000" title="after-insert-more" src="http://images.maketecheasier.com/2008/11/after-insert-more.jpg" alt="after-insert-more tag" width="578" height="155" /></p>
<p>If you are using the HTML mode, simple insert</p>
<p class="codeblock"><code>&lt;!--more--&gt;</code></p>
<p>at the appropriate paragraph to achieve the same effect.</p>
<p>If the splitting link shows &#8216;Read more&#8230;&#8217; instead of &#8216;<em>Continue Reading&#8230;</em>&#8216; or you want to change to other phrase, you will have to change your theme template.</p>
<p>In your WordPress Admin area, go to <em>Design -&gt; Theme Editor</em>. On the right hand side where you see a list of template files, select <em>Main Index Template (index.php).</em> On the left text area, search for the line</p>
<p class="codeblock">&lt;?php the_content(&#8217;Read more &#8230;&#8217;); ?&gt;</p>
<p>and replace the <em>&#8216;Read more &#8230;&#8217;</em> with anything you want it to display.</p>
<p>If you find the above too troublesome for you, you can simply use the plugin <a href="http://www.jenst.se/2007/12/03/wp-limit-posts-automatically" target="_blank">Wp Limit Posts Automatically</a> to automate the whole process.</p>
<h3>2) Split a long post into several pages</h3>
<p>Sometime your post might get too long and you wanted to split it to several pages. In WordPress, this can be done using the <em>nextpage</em> tag.</p>
<p>Unlike the <em>more</em> tag, there is no icon for the <em>nextpage</em> tag. You will have to manually insert the <em>nextpage</em> tag in the HTML mode.</p>
<p><img class="alignnone size-full wp-image-1060" style="border:1px solid #000" title="insert-nextpage-tag" src="http://images.maketecheasier.com/2008/11/insert-nextpage-tag.jpg" alt="insert-nextpage-tag" width="578" height="196" /></p>
<h3>3) Cancel out content in the post</h3>
<p>In some incidents where you have posted some out of date (or wrong) content, you might want to do an update by inserting a strikethrough line through the old content and update with the new one. This is done by pressing the strikethrough icon (the third icon from the left) on the icon bar.</p>
<ul>
<li>Highlight the word, phrase, lines or paragraph that you wanted to cancel out</li>
<li>Click on the strikethrough icon to insert the strikethrough line.</li>
</ul>
<p><img class="alignnone size-full wp-image-1061" title="insert-strikethrough" src="http://images.maketecheasier.com/2008/11/insert-strikethrough.jpg" alt="insert-strikethrough" width="578" height="126" /></p>
<h3>4) Disable the image caption</h3>
<p>The image caption feature is made available since WordPress 2.5. Some of you like it and some of you don&#8217;t. I am one of those that don&#8217;t like it and find it annoying. If you are like me, here is a simple hack to disable the image caption altogether.</p>
<p>Go to <em>Design -&gt; Theme Editor</em>. On the right side, click on the <em>Theme Function (function.php)</em>. On the left, insert this line to appear at the end</p>
<p class="codeblock">add_filter(&#8217;disable_captions&#8217;, create_function(&#8217;$a&#8217;,'return true;&#8217;));</p>
<p>Save it. (Code adopted from <a href="http://katzwebdesign.wordpress.com/2008/07/21/how-to-turn-off-captions-in-wordpress-26/" target="_blank">Katz Web Design</a>)</p>
<h3>5) Change the maximum Image width</h3>
<p>While WordPress allows you to define your thumbnail and medium image size, you are not able to set the max size. When you insert an image as <em>Full Size</em> and expect it to show Full size, it doesn&#8217;t. Instead, WordPress automatically resize it to a width of 500 pixels (if the image is more than 500 pixels wide). While you can go into HTML mode and change it manually, it can become a very tedious and troublesome task if you have a lot of screenshots.</p>
<p>The solution to this is to hack into the internal WordPress code and change the default maximum width of the image.</p>
<p>Go to <em>Design -&gt; Theme Editor</em>. On the right side, click on the <em>Theme Function (function.php)</em>. On the left, insert this line to appear at the end</p>
<p class="codeblock">$GLOBALS['content_width'] = 800;</p>
<p>Change the 800 to the maximum width that you want to use.</p>
<p>Save it.</p>
<h3>6) Insert a double dash in the post</h3>
<p>If you are using two consecutive dashes (<code>--</code>) in your post, WordPress will automatically convert it to one single line (&#8211;). It might not matter for most of you, but for blogs that use a lot of command line code (especially for Linux command line), a single dash and a double dash can make a lot of differences.</p>
<p>In order for WordPress to show double dash instead of a single line, you have to:</p>
<ul>
<li>go to the HTML mode</li>
<li>highlight the <code>--</code></li>
<li>on the icon bar, click on the <em>code</em> button</li>
</ul>
<p><img class="alignnone size-full wp-image-1062" style="border:1px solid #000" title="insert-code-tag" src="http://images.maketecheasier.com/2008/11/insert-code-tag.jpg" alt="insert-code-tag" width="578" height="108" /></p>
<p>This will force WordPress to read the double dash as a code and display it as it is.</p>
<h3>7) Insert YouTube videos without plugin</h3>
<p>Occasionally, you might want to insert a video from Youtube into your post. There is no need to install a plugin just to do that. WordPress has a built in function that allows you to embed videos (and other flash content) into your post.</p>
<ul>
<li>On the icon bar, click <img class="alignnone size-full wp-image-1063" title="show-more-icon" src="http://images.maketecheasier.com/2008/11/show-more-icon.jpg" alt="" width="33" height="27" /> to show the second row of icons</li>
<li>Click on the <img class="alignnone size-full wp-image-1064" title="embed-flash" src="http://images.maketecheasier.com/2008/11/embed-flash.jpg" alt="embed-flash" width="28" height="20" /> icon</li>
<li>Go to Youtube and search for the video that you want to insert. On the right where you see the <em>Embed</em> input field, scroll along the line until you see the <em>&lt;embed src=&#8221;http://www.youtube..</em>. Highlight and copy the source of the flash video.</li>
</ul>
<p><img class="alignnone size-full wp-image-1065" style="border:1px solid #000" title="youtube-code" src="http://images.maketecheasier.com/2008/11/youtube-code.jpg" alt="youtube-code" width="580" height="367" /></p>
<ul>
<li>Paste the code to the embedded media page and set the video dimension. Click Insert to embed the video into the post.</li>
</ul>
<p><img class="alignnone size-full wp-image-1066" title="embed-youtube" src="http://images.maketecheasier.com/2008/11/embed-youtube.jpg" alt="embed-youtube" width="434" height="499" /></p>
<p>That&#8217;s all for now. Hopefully the above mentioned tricks are sufficient to help you to overcome some of the issues you face when using WordPress. If I have left out anything or there is some part that you want me to cover in more detail, feel free to <a href="http://maketecheasier.com/contact">contact</a> me.</p>
<p>(The above mentioned tricks are meant for WordPress 2.5 and 2.6. It has not been tested to work in WP2.7 yet.)</p>
<p><p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
<p><strong><a href="http://maketecheasier.com/7simple-wordpress-tricks-that-you-thought-you-know/2008/11/10">7 Simple WordPress Tricks That You Thought You Know</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/4-hidden-wordpress-features-that-are-unknown-to-many/2008/08/13' rel='bookmark' title='Permanent Link: 4 Hidden WordPress Features That Are unknown to Many'>4 Hidden WordPress Features That Are unknown to Many</a></li><li><a href='http://maketecheasier.com/clone-and-migrate-wordpress-blog-to-new-server/2008/01/30' rel='bookmark' title='Permanent Link: [Hacking WordPress]: How To Clone And Migrate Your WordPress Blog To New Server'>[Hacking WordPress]: How To Clone And Migrate Your WordPress Blog To New Server</a></li><li><a href='http://maketecheasier.com/8-useful-tricks-to-clean-up-streamline-your-wordpress-database/2009/02/17' rel='bookmark' title='Permanent Link: 8 Useful Tricks To Clean Up &#038; Streamline Your Wordpress Database'>8 Useful Tricks To Clean Up &#038; Streamline Your Wordpress Database</a></li><li><a href='http://maketecheasier.com/useful-wordpress-wp-config-tricks-that-you-may-not-know/2009/11/17' rel='bookmark' title='Permanent Link: Useful WordPress wp-config Tricks That You May Not Know'>Useful WordPress wp-config Tricks That You May Not Know</a></li><li><a href='http://maketecheasier.com/wordpress-26-beta-2-review/2008/07/03' rel='bookmark' title='Permanent Link: WordPress 2.6 Beta 2 Review'>WordPress 2.6 Beta 2 Review</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/7simple-wordpress-tricks-that-you-thought-you-know/2008/11/10/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>4 Hidden WordPress Features That Are unknown to Many</title>
		<link>http://maketecheasier.com/4-hidden-wordpress-features-that-are-unknown-to-many/2008/08/13</link>
		<comments>http://maketecheasier.com/4-hidden-wordpress-features-that-are-unknown-to-many/2008/08/13#comments</comments>
		<pubDate>Wed, 13 Aug 2008 04:34:58 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[secret keys]]></category>
		<category><![CDATA[wordpress features]]></category>
		<category><![CDATA[WordPress tricks]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=706</guid>
		<description><![CDATA[

You might already have used WordPress for a long time and get the hang of it. Well, here are 4 hidden WordPress features for you to maximize your WordPress blog and get the most out of it.
1) Turn off post revision
One of the new feature in WordPress 2.6 is the post revision. This is a [...]<p><strong><a href="http://maketecheasier.com/4-hidden-wordpress-features-that-are-unknown-to-many/2008/08/13">4 Hidden WordPress Features That Are unknown to Many</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/useful-wordpress-wp-config-tricks-that-you-may-not-know/2009/11/17' rel='bookmark' title='Permanent Link: Useful WordPress wp-config Tricks That You May Not Know'>Useful WordPress wp-config Tricks That You May Not Know</a></li><li><a href='http://maketecheasier.com/clone-and-migrate-wordpress-blog-to-new-server/2008/01/30' rel='bookmark' title='Permanent Link: [Hacking WordPress]: How To Clone And Migrate Your WordPress Blog To New Server'>[Hacking WordPress]: How To Clone And Migrate Your WordPress Blog To New Server</a></li><li><a href='http://maketecheasier.com/8-useful-tricks-to-clean-up-streamline-your-wordpress-database/2009/02/17' rel='bookmark' title='Permanent Link: 8 Useful Tricks To Clean Up &#038; Streamline Your Wordpress Database'>8 Useful Tricks To Clean Up &#038; Streamline Your Wordpress Database</a></li><li><a href='http://maketecheasier.com/7simple-wordpress-tricks-that-you-thought-you-know/2008/11/10' rel='bookmark' title='Permanent Link: 7 Simple WordPress Tricks That You Thought You Know'>7 Simple WordPress Tricks That You Thought You Know</a></li><li><a href='http://maketecheasier.com/install-and-test-wordpress-on-your-local-computer-mac/2009/11/10' rel='bookmark' title='Permanent Link: How to Install and Test Wordpress on Your Mac'>How to Install and Test Wordpress on Your Mac</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><!--adsense#300x300--></p>
<p><img class="alignnone size-full wp-image-709" title="wordpress-feature" src="http://maketecheasier.com/wp-content/uploads/2008/08/wordpress-feature.jpg" alt="" /></p>
<p>You might already have used WordPress for a long time and get the hang of it. Well, here are 4 hidden WordPress features for you to maximize your WordPress blog and get the most out of it.</p>
<p><strong>1) Turn off post revision</strong></p>
<p>One of the new feature in WordPress 2.6 is the <em>post revision</em>. This is a great feature that does a version control for all your posts. At any point of time, you can see what was changed in the post, by whom and when and revert back to the previous post if necessary. For a multi-authors blog, this is a splendid feature, but for single user, this could possibly lead to many duplicate of the same post that junk up your database.</p>
<p>By default, the post revisioning feature is turned <strong>ON</strong> by default and there is no options to turn it off in the Admin menu. To disable it, you have to download your <em>wp-config.php</em> file from the server (using any FTP program), add the following line:</p>
<p class="codeblock">define(&#8217;WP_POST_REVISIONS&#8217;, false);</p>
<p>after the line <em>define (&#8217;WPLANG&#8217;, &#8221;);</em></p>
<p>Now if you want to keep the post revisioning feature, but limit the number of revision copy, you can paste this line instead</p>
<p class="codeblock">define(&#8217;WP_POST_REVISIONS&#8217;, no_of_revision);</p>
<p>and replace the <em>no_of_revision</em> by the no of revision copy you want to keep.</p>
<p>Now, don&#8217;t forget to save the file and upload it back to your server.</p>
<p><strong>2) Configuring secret keys</strong></p>
<p>WordPress 2.6 includes three secret keys <strong>AUTH_KEY, SECURE_AUTH_KEY</strong>, and <strong>LOGGED_IN_KEY</strong> to make your login session more secure and more difficult for hacker to crack.</p>
<p>Similarly, there is no way to add this in the Admin menu. You have to configure it via the <em>wp-config.php</em> file.</p>
<p>Open up your <em>wp-config.php</em> (Assuming you are using WordPress 2.6 and have downloaded the file from your server), you should see the following three lines:</p>
<p class="codeblock">define(&#8217;AUTH_KEY&#8217;, &#8216;put your unique phrase here&#8217;); // Change this to a unique phrase.<br />
define(&#8217;SECURE_AUTH_KEY&#8217;, &#8216;put your unique phrase here&#8217;); // Change this to a unique phrase.<br />
define(&#8217;LOGGED_IN_KEY&#8217;, &#8216;put your unique phrase here&#8217;); // Change this to a unique phrase.</p>
<p>Now, go to <a href="http://api.wordpress.org/secret-key/1.1/" target="_blank">http://api.wordpress.org/secret-key/1.1/</a>. You should see the same three lines of code with a random weird string in the place of &#8216;<em>put your unique phrase here</em>&#8216;.</p>
<p><img class="alignnone size-full wp-image-708" title="wp-secret-keys" src="http://maketecheasier.com/wp-content/uploads/2008/08/wp-secret-keys.jpg" alt="wp-secret-keys" /></p>
<p>Copy the three lines from the site and replace the same three lines of code on the <em>wp-config.php</em>.</p>
<p>Save and upload the <em>wp-config.php</em> to your server.</p>
<p>(<em>If you are using WP2.5, you will only see one line define(&#8217;SECRET_KEY&#8217;, &#8216;put your unique phrase here&#8217;);. You can get the unique SECRET_KEY from <a href="http://api.wordpress.org/secret-key/1.0/" target="_blank">http://api.wordpress.org/secret-key/1.0/</a></em>)</p>
<p><strong>3) Split long post into two or more pages</strong></p>
<p>Sometimes you have written a long post and it become very lengthy and uncomfortable for your reader to read.  What you can do is to split it into several short posts. To do it, simply add a</p>
<p class="codeblock"><code>&lt;!--nextpage--&gt;</code></p>
<p>to the part of the post that you want to split.</p>
<p>To show the pagination at the bottom of the post, insert the line</p>
<p class="codeblock">&lt;?php wp_link_pages();?&gt;</p>
<p>to your theme <em>single.php</em> after the line  <em>&lt;?php the_content(&#8217;read more &#8230;&#8217;); ? &gt;</em></p>
<p><strong>4) Add a thumbnail for each post</strong></p>
<p>Have you ever wondered how others manage to embed a thumbnail for every single post? Well, you can simply do it by adding a custom field into your post.</p>
<p><img class="size-full wp-image-707" title="wp-custom-field" src="http://maketecheasier.com/wp-content/uploads/2008/08/wp-custom-field.jpg" alt="wp-custom-field" />In your WordPress <em>Write</em> section, scroll down to find &#8216;<em>Custom Fields</em>&#8216;. Click on it to reveal the input fields. Under the <em>Key</em>, type &#8216;<em>thumbnail</em>&#8216;. Under the <em>value</em>, type the URL of the thumbnail image that you want to embed. Click &#8216;<em>Add Custom Field</em>&#8216;.</p>
<p>To display the thumbnail on your blog, you can query it by inserting the following line to your wp theme.</p>
<p class="codeblock">&lt;img src=&#8221;&lt;?php echo get_post_meta($post-&gt;ID, &#8216;thumbnail&#8217;, true); ?&gt;&#8221; alt=&#8221;" width=&#8221;80&#8243; height=&#8221;80&#8243; /&gt;</p>
<p><p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
<p><strong><a href="http://maketecheasier.com/4-hidden-wordpress-features-that-are-unknown-to-many/2008/08/13">4 Hidden WordPress Features That Are unknown to Many</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/useful-wordpress-wp-config-tricks-that-you-may-not-know/2009/11/17' rel='bookmark' title='Permanent Link: Useful WordPress wp-config Tricks That You May Not Know'>Useful WordPress wp-config Tricks That You May Not Know</a></li><li><a href='http://maketecheasier.com/clone-and-migrate-wordpress-blog-to-new-server/2008/01/30' rel='bookmark' title='Permanent Link: [Hacking WordPress]: How To Clone And Migrate Your WordPress Blog To New Server'>[Hacking WordPress]: How To Clone And Migrate Your WordPress Blog To New Server</a></li><li><a href='http://maketecheasier.com/8-useful-tricks-to-clean-up-streamline-your-wordpress-database/2009/02/17' rel='bookmark' title='Permanent Link: 8 Useful Tricks To Clean Up &#038; Streamline Your Wordpress Database'>8 Useful Tricks To Clean Up &#038; Streamline Your Wordpress Database</a></li><li><a href='http://maketecheasier.com/7simple-wordpress-tricks-that-you-thought-you-know/2008/11/10' rel='bookmark' title='Permanent Link: 7 Simple WordPress Tricks That You Thought You Know'>7 Simple WordPress Tricks That You Thought You Know</a></li><li><a href='http://maketecheasier.com/install-and-test-wordpress-on-your-local-computer-mac/2009/11/10' rel='bookmark' title='Permanent Link: How to Install and Test Wordpress on Your Mac'>How to Install and Test Wordpress on Your Mac</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/4-hidden-wordpress-features-that-are-unknown-to-many/2008/08/13/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
