<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<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>WordPress.com Forums &#187; User Favorites: coolhouseonline</title>
		<link>http://en.forums.wordpress.com/profile/</link>
		<description>WordPress.com Forums &#187; User Favorites: coolhouseonline</description>
		<language>en</language>
		<pubDate>Wed, 22 May 2013 23:01:21 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>1tess on "Previous/Next Links Won&#039;t Work"</title>
			<link>http://en.forums.wordpress.com/topic/previousnext-links-wont-work#post-489062</link>
			<pubDate>Mon, 26 Jul 2010 05:21:03 +0000</pubDate>
			<dc:creator>1tess</dc:creator>
			<guid isPermaLink="false">489062@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Sorry to say, but you are asking for help in the wrong forum.<br />
It can be confusing, but wordpress.COM<br />
is separate from wordpress.ORG.</p>
<p>Yours is a self-hosted blog, powered by wordpress:<br />
scroll down to the bottom of you blog and click on "powered by wordpress"<br />
and you will find yourself in the place you want:<br />
<a href="http://wordpress.org/support/" rel="nofollow">http://wordpress.org/support/</a></p>
<p>Our answers won't apply to you (and we cannot do anything with php so honestly I have no clue). Details here:<br />
<a href="http://en.support.wordpress.com/com-vs-org/" rel="nofollow">http://en.support.wordpress.com/com-vs-org/</a>
</p>
]]></description>
					</item>
		<item>
			<title>coolhouseonline on "Previous/Next Links Won&#039;t Work"</title>
			<link>http://en.forums.wordpress.com/topic/previousnext-links-wont-work#post-489038</link>
			<pubDate>Mon, 26 Jul 2010 03:21:11 +0000</pubDate>
			<dc:creator>coolhouseonline</dc:creator>
			<guid isPermaLink="false">489038@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The previous and next links on my site keep displaying everything on my home page.<br />
Here is the site <a href="http://www.coolhouseonline.com" rel="nofollow">http://www.coolhouseonline.com</a> </p>
<p>Here is the code:<br />
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br />
&#60;?php<br />
$blog_category = get_option('T_blog_category');<br />
?&#62;<br />
&#60;!-- Begin blog --&#62;<br />
&#60;div id="blog-section"&#62;<br />
&#60;div class="span-&#60;?php $sidebar = get_option('T_sidebar'); if($sidebar &#124;&#124; (!$theme_options &#38;&#38; !$sidebar)) { echo "15 colborder home"; } else { echo "24 last"; } ?&#62;"&#62;<br />
&#60;h3 class="sub"&#62;&#60;?php echo ""; ?&#62;&#60;/h3&#62;<br />
	&#60;?php $blog_query = new WP_Query("category_name='$blog_category'&#38;showposts=7"); $b == 0; ?&#62;<br />
	&#60;?php while ($blog_query-&#62;have_posts()) : $blog_query-&#62;the_post();<br />
		$do_not_duplicate = $post-&#62;ID; ?&#62;<br />
		&#60;?php $b++; ?&#62;<br />
			&#60;div &#60;?php if(function_exists('post_class')) : ?&#62;&#60;?php post_class(); ?&#62;&#60;?php else : ?&#62;class="post post-&#60;?php the_ID(); ?&#62;"&#60;?php endif; ?&#62;&#62;<br />
				&#60;h2&#62;<a>" rel="bookmark" title="Permanent Link to &#60;?php the_title_attribute(); ?&#62;"&#62;&#60;?php the_title(); ?&#62;</a>&#60;/h2&#62;<br />
				&#60;div class="entry"&#62;<br />
					&#60;?php include (THEMELIB . '/apps/multimedia.php'); ?&#62;<br />
                    &#60;p&#62;&#60;?php echo gPPGetVideo($post-&#62;ID); ?&#62;&#60;/p&#62;<br />
					&#60;?php the_content(); ?&#62;<br />
					&#60;?php if ($b == 1) { ?&#62;<br />
					&#60;?php include (THEMELIB . '/apps/ad-main.php'); ?&#62;<br />
					&#60;?php } ?&#62;<br />
				&#60;/div&#62;<br />
				&#60;div class="clear"&#62;&#60;/div&#62;<br />
				&#60;p class="postmetadata"&#62;&#60;?php the_time('M d, Y') ?&#62; &#124; Categories: &#60;?php if (the_category(', '))  the_category(); ?&#62; &#60;?php if (get_the_tags()) the_tags('&#124; Tags: '); ?&#62; &#124; &#60;?php comments_popup_link('Leave A Comment &#187;', '1 Comment &#187;', '% Comments &#187;'); ?&#62; &#60;?php edit_post_link('Edit', '&#124; ', ''); ?&#62; &#60;/p&#62;<br />
			&#60;/div&#62;<br />
		&#60;div class="clear"&#62;&#60;/div&#62;</p>
<p>		&#60;?php endwhile; wp_reset_query(); $b == 0; ?&#62;</p>
<p>		&#60;div class="nav"&#62;<br />
			&#60;div class="alignleft"&#62;&#60;?php next_posts_link('&#171; Older Entries') ?&#62;&#60;/div&#62;<br />
			&#60;div class="alignright"&#62;&#60;?php previous_posts_link('Newer Entries &#187;') ?&#62;&#60;/div&#62;<br />
		&#60;/div&#62;<br />
		&#60;div class="clear"&#62;&#60;/div&#62;</p>
<p>&#60;/div&#62;<br />
&#60;/div&#62;<br />
&#60;?php $sidebar = get_option('T_sidebar'); if($sidebar &#124;&#124; (!$theme_options &#38;&#38; !$sidebar)) { get_sidebar(); } ?&#62;<br />
&#60;hr /&#62;</p>
<p>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</p>
<p>Please help! I can't figure this out.
</p>
]]></description>
					</item>

	</channel>
</rss>
