<?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; secret keys</title>
	<atom:link href="http://maketecheasier.com/tag/secret-keys/feed" rel="self" type="application/rss+xml" />
	<link>http://maketecheasier.com</link>
	<description>Uncomplicating the complicated, making life easier</description>
	<lastBuildDate>Fri, 25 May 2012 23:58:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>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 Oh</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... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/4-hidden-wordpress-features-that-are-unknown-to-many/2008/08/13&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/4-hidden-wordpress-features-that-are-unknown-to-many/2008/08/13" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/4-hidden-wordpress-features-that-are-unknown-to-many/2008/08/13" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/4-hidden-wordpress-features-that-are-unknown-to-many/2008/08/13" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/4-hidden-wordpress-features-that-are-unknown-to-many/2008/08/13&amp;title=4+Hidden+WordPress+Features+That+Are+unknown+to+Many&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/4-hidden-wordpress-features-that-are-unknown-to-many/2008/08/13" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<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>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><!--adsense#300x300--></p>
<p><img class="alignnone size-full wp-image-709" title="wordpress-feature" src="http://imagecdn.maketecheasier.com/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><span id="more-706"></span><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(&#8216;WP_POST_REVISIONS&#8217;, false);</p>
<p>after the line <em>define (&#8216;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(&#8216;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(&#8216;AUTH_KEY&#8217;, &#8216;put your unique phrase here&#8217;); // Change this to a unique phrase.<br />
define(&#8216;SECURE_AUTH_KEY&#8217;, &#8216;put your unique phrase here&#8217;); // Change this to a unique phrase.<br />
define(&#8216;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://imagecdn.maketecheasier.com/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(&#8216;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(&#8216;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://imagecdn.maketecheasier.com/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><!--adsense#468x60--><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/7simple-wordpress-tricks-that-you-thought-you-know/2008/11/10' title='7 Simple WordPress Tricks That You Thought You Know'>7 Simple WordPress Tricks That You Thought You Know</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/4-hidden-wordpress-features-that-are-unknown-to-many/2008/08/13&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/4-hidden-wordpress-features-that-are-unknown-to-many/2008/08/13" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/4-hidden-wordpress-features-that-are-unknown-to-many/2008/08/13" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/4-hidden-wordpress-features-that-are-unknown-to-many/2008/08/13" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/4-hidden-wordpress-features-that-are-unknown-to-many/2008/08/13&amp;title=4+Hidden+WordPress+Features+That+Are+unknown+to+Many&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/4-hidden-wordpress-features-that-are-unknown-to-many/2008/08/13" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<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>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></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>8</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using disk: enhanced
Content Delivery Network via Amazon Web Services: CloudFront: cdn.maketecheasier.com

Served from: maketecheasier.com @ 2012-05-25 21:12:11 -->
