<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>THE MOLITOR FORUMS &#187; Topic: FAQ - Disable posts at bottom of page</title>
		<link>http://www.themolitor.com/forums/topic/disable-sticky-posts-at-bottom</link>
		<description>THE MOLITOR FORUMS &#187; Topic: FAQ - Disable posts at bottom of page</description>
		<language>en-US</language>
		<pubDate>Fri, 12 Jun 2026 10:30:14 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/disable-sticky-posts-at-bottom" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "FAQ - Disable posts at bottom of page"</title>
			<link>http://www.themolitor.com/forums/topic/disable-sticky-posts-at-bottom#post-31651</link>
			<pubDate>Fri, 31 Oct 2014 09:51:36 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">31651@http://www.themolitor.com/forums/</guid>
			<description><p>You bet!
</p></description>
		</item>
		<item>
			<title>barnhart on "FAQ - Disable posts at bottom of page"</title>
			<link>http://www.themolitor.com/forums/topic/disable-sticky-posts-at-bottom#post-31635</link>
			<pubDate>Thu, 30 Oct 2014 13:11:14 +0000</pubDate>
			<dc:creator>barnhart</dc:creator>
			<guid isPermaLink="false">31635@http://www.themolitor.com/forums/</guid>
			<description><p>Worked great thank you
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "FAQ - Disable posts at bottom of page"</title>
			<link>http://www.themolitor.com/forums/topic/disable-sticky-posts-at-bottom#post-31624</link>
			<pubDate>Wed, 29 Oct 2014 13:58:28 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">31624@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Open up sticky-posts.php and remove the following on lines 42-87...</p>
<pre><code>//////////////
//STICKY POSTS
//////////////
else {

	//THE QUERY
	$query1 = new WP_Query(array(
		&#039;posts_per_page&#039; =&#62; 2,
		&#039;post__in&#039;  =&#62; get_option( &#039;sticky_posts&#039; ),
		&#039;ignore_sticky_posts&#039; =&#62; 1,
		&#039;orderby&#039; =&#62; &#039;rand&#039;,
		&#039;tax_query&#039; =&#62; array(
			array(
			&#039;taxonomy&#039; =&#62; &#039;post_format&#039;,
			&#039;field&#039;    =&#62; &#039;slug&#039;,
			&#039;terms&#039;    =&#62; array( &#039;post-format-aside&#039;, &#039;post-format-quote&#039; ),
			&#039;operator&#039; =&#62; &#039;NOT IN&#039;,
			)
	 	)
	));

	//IF STUFF EXISTS...
	if( $query1-&#62;have_posts() ){

		echo &#039;&#60;div id=&#34;stickyPosts&#34;&#62;&#039;;

		while ( $query1-&#62;have_posts() ) {
			$query1-&#62;the_post();
			$post_id = $query1-&#62;post-&#62;ID;
			$postCategory = get_the_category($post_id);
			$postLink = get_permalink( $post_id );
			$postThumb = wp_get_attachment_image_src( get_post_thumbnail_id($post_id), &#039;larg&#039; );
			$postThumburl = $postThumb[&#039;0&#039;];
			?&#62;
			&#60;a href=&#34;&#60;?php echo $postLink; ?&#62;&#34; class=&#34;nextPrevItem&#34; style=&#34;background-image:url(&#039;&#60;?php echo $postThumburl;?&#62;&#039;);&#34;&#62;
				&#60;div&#62;&#60;p&#62;&#60;span&#62;&#60;?php if( is_sticky() ) { _e(&#039;Featured&#039;,&#039;themolitor&#039;); } else { echo _e(&#039;Latest&#039;,&#039;themolitor&#039;); } echo &#039; &#039;.$postCategory[0]-&#62;cat_name.&#039; &#039;; _e(&#039;Item&#039;,&#039;themolitor&#039;);?&#62;&#60;/span&#62;&#60;?php echo get_the_title($post_id); ?&#62;&#60;/p&#62;&#60;/div&#62;
			&#60;/a&#62;&#60;!--end rightNextItem--&#62;
		&#60;?php } //END WHILE

		echo &#039;&#60;div class=&#34;clear&#34;&#62;&#60;/div&#62;&#60;/div&#62;&#60;!--end stickyPosts--&#62;&#039;;

	}//END IF

	wp_reset_postdata();

}//END STICKY POSTS</code></pre>
<p>That should do the trick.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>barnhart on "FAQ - Disable posts at bottom of page"</title>
			<link>http://www.themolitor.com/forums/topic/disable-sticky-posts-at-bottom#post-31604</link>
			<pubDate>Tue, 28 Oct 2014 13:58:48 +0000</pubDate>
			<dc:creator>barnhart</dc:creator>
			<guid isPermaLink="false">31604@http://www.themolitor.com/forums/</guid>
			<description><p>Hello - Is there anyway to disable the posts at the bottom of the page? Basically, I'd like for the homepage to end with the footer information.
</p></description>
		</item>

	</channel>
</rss>
