<?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>Siam Communications Web Services &#38; Tools &#187; stick post</title>
	<atom:link href="http://www.siamcomm.com/tag/stick-post/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.siamcomm.com</link>
	<description>Simple Web Sites that Produce Results</description>
	<lastBuildDate>Mon, 26 Jul 2010 09:01:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>WordPress: Sticky Posts</title>
		<link>http://www.siamcomm.com/how-tos/wordpress-sticky-posts/</link>
		<comments>http://www.siamcomm.com/how-tos/wordpress-sticky-posts/#comments</comments>
		<pubDate>Sun, 09 Nov 2008 02:07:52 +0000</pubDate>
		<dc:creator>The Coach</dc:creator>
				<category><![CDATA[How to's]]></category>
		<category><![CDATA[stick post]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wordpress plugin]]></category>

		<guid isPermaLink="false">http://www.siamcomm.com/blog/?p=370</guid>
		<description><![CDATA[Recently, someone posted a question on one of the forums asking if there was a way to make a particular blog post sticky, or always the first post displayed on the home page of the blog. I know of a way to edit the theme files to add static content, but that is the extent [...]


Related posts:<ol><li><a href='http://www.siamcomm.com/wordpress/adding-a-simple-contact-us-form-to-wordpress/' rel='bookmark' title='Permanent Link: Adding a Simple Contact Us Form to WordPress'>Adding a Simple Contact Us Form to WordPress</a></li>
<li><a href='http://www.siamcomm.com/how-tos/creating-your-own-wordpress-plug-in-and-widget/' rel='bookmark' title='Permanent Link: Creating Your own WordPress Plug-in and Widget'>Creating Your own WordPress Plug-in and Widget</a></li>
<li><a href='http://www.siamcomm.com/wordpress/hidden-gallery-shortcode-for-wordpress/' rel='bookmark' title='Permanent Link: Hidden Gallery Shortcode for WordPress'>Hidden Gallery Shortcode for WordPress</a></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.siamcomm.com%2Fhow-tos%2Fwordpress-sticky-posts%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.siamcomm.com%2Fhow-tos%2Fwordpress-sticky-posts%2F&amp;source=siamcomm&amp;style=normal&amp;service=bit.ly&amp;service_api=erbuc%3AR_4b34be0ba7f3518b2ad9e2565167eeae&amp;space=1" height="61" width="50" /><br />
			</a>
		</div>
<p>Recently, someone posted a question on one of the forums asking if there was a way to make a particular blog post sticky, or always the first post displayed on the home page of the blog.</p>
<p>I know of a way to edit the theme files to add static content, but that is the extent of my knowledge. So I got to thinking, there must be other ways to add static content &#8230; and perhaps I had missed something with this &#8220;sticky post&#8221; issue. So I set out to find some alternative methods for adding static content to a WordPress blog.</p>
<h3>Creating a Static Front Page</h3>
<p>There is a simple way to add a static page, based on the same theme as your blog.</p>
<p>You start by creating a page in WordPress from your admin panel. (Click &#8216;Write&#8217; and then &#8216;Page&#8217;)</p>
<p>Then proceed to your settings (Click &#8216;Settings&#8217; on the upper right) and click on the &#8216;Reading&#8217; section.</p>
<p>Here, you can let WordPress control the front page automatically with your latest blog post. Or you can manually select one of your newly created static WordPress pages as the start page for your blog.</p>
<h3>Use a Plug-in</h3>
<p>The most popular plug-in for sticky blog posts is <a href="http://wordpress.org/extend/plugins/wp-sticky/" target="_blank">Wp-Sticky from Lester &#8216;GaMerZ&#8217; Chan</a>. A plug-in is an easy and painless method for adding this functionality. I have not yet used this plug-in, so I would welcome any comments you may have.</p>
<p>If you simply want to add a small message to your readers, you could also consider the <a href="http://richardkmiller.com/wordpress-plugin-what-would-seth-godin-do" target="_blank">WWSGD WordPress plug-in (What Would Seth Godin Do)</a>. This plug-in allows you to set a message for new visitors that changes when the visitor returns. The message can be placed at the top or bottom of the first post on the home page, and on the post page.</p>
<h3>The WordPress Loop</h3>
<p>As with everything on the Internet, there is an easy way and a hard way. WordPress is no exception and has the ability to be edited to provide you with more flexibility. Be warned, this is not recommended for the average Internet user and requires some knowledge of coding.</p>
<p>The WordPress Loop is a reference to the part of code that processes you blog posts. By inserting your own code in specific locations, you can add static content to the beginning of a page, group specific posts, display more than one group of posts, and so on.</p>
<p>For the brave, you can find out more about the <a href="http://codex.wordpress.org/The_Loop" target="_blank">Worpress Loop in the online documentation</a>.</p>


<p>Related posts:<ol><li><a href='http://www.siamcomm.com/wordpress/adding-a-simple-contact-us-form-to-wordpress/' rel='bookmark' title='Permanent Link: Adding a Simple Contact Us Form to WordPress'>Adding a Simple Contact Us Form to WordPress</a></li>
<li><a href='http://www.siamcomm.com/how-tos/creating-your-own-wordpress-plug-in-and-widget/' rel='bookmark' title='Permanent Link: Creating Your own WordPress Plug-in and Widget'>Creating Your own WordPress Plug-in and Widget</a></li>
<li><a href='http://www.siamcomm.com/wordpress/hidden-gallery-shortcode-for-wordpress/' rel='bookmark' title='Permanent Link: Hidden Gallery Shortcode for WordPress'>Hidden Gallery Shortcode for WordPress</a></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.siamcomm.com/how-tos/wordpress-sticky-posts/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 26/61 queries in 0.126 seconds using disk

Served from: www.siamcomm.com @ 2010-07-30 03:38:51 -->