<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Support Forum - Topic: How to make pages that include posts of specific categories or tags?</title>
		<link>http://www.kriesi.at/support/topic/how-to-make-pages-that-include-posts-of-specific-categories-or-tags</link>
		<description>Support Forum - Topic: How to make pages that include posts of specific categories or tags?</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 07:13:37 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/how-to-make-pages-that-include-posts-of-specific-categories-or-tags" rel="self" type="application/rss+xml" />

		<item>
			<title>hubbabubba on "How to make pages that include posts of specific categories or tags?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-make-pages-that-include-posts-of-specific-categories-or-tags#post-2357</link>
			<pubDate>Mon, 09 Aug 2010 14:59:36 +0000</pubDate>
			<dc:creator>hubbabubba</dc:creator>
			<guid isPermaLink="false">2357@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Thank you again, I definitely have a great deal to learn...&#60;/p&#62;
&#60;p&#62;Here is a sample page on what I would like to do:  &#60;a href=&#34;http://bit.ly/cbddQ4&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/cbddQ4&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;On this page, if I would like to have AFTER everything else the posts from the category &#34;Spotlight&#34;, what would I exactly need?&#60;/p&#62;
&#60;p&#62;I don't want to have a list of the posts, but actually a condensed version of the posts displayed (as on the frontpage) where once they click on it, they would get the full post.  It would be even better if I could have the small article version in 2 columns.&#60;/p&#62;
&#60;p&#62;Also, instead of having the page run on forever, is it possible for it to go on to the next page after a certain number of posts?&#60;/p&#62;
&#60;p&#62;Thank you so much!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "How to make pages that include posts of specific categories or tags?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-make-pages-that-include-posts-of-specific-categories-or-tags#post-2317</link>
			<pubDate>Mon, 09 Aug 2010 12:24:38 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">2317@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The plugin is the easiest way to do this, but if you wanted to get down and dirty with PHP, this code would get you started:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
$additional_loop = new WP_Query(&#38;quot;ENTER-YOUR-QUERY-STRING&#38;quot;);

while ($additional_loop-&#38;gt;have_posts()) : $additional_loop-&#38;gt;the_post();
the_excerpt();
endwhile;
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You need to replace ENTER-YOUR-QUERY-STRING with the posts you want to display - see the &#60;a href=&#34;http://codex.wordpress.org/Function_Reference/WP_Query&#34;&#62;Codex&#60;/a&#62; for more details.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hubbabubba on "How to make pages that include posts of specific categories or tags?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-make-pages-that-include-posts-of-specific-categories-or-tags#post-2215</link>
			<pubDate>Sat, 07 Aug 2010 14:34:30 +0000</pubDate>
			<dc:creator>hubbabubba</dc:creator>
			<guid isPermaLink="false">2215@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I was looking at that myself, but it seems quite complicated.  Meanwhile, I'm sure it isn't :) , but I'm not too experienced with this.&#60;/p&#62;
&#60;p&#62;All I really need is to have something like the Newscast Sidebar News Widget where I can specify which category(ies) to include, but just for the page format.&#60;/p&#62;
&#60;p&#62;So if there is a specific code that I could use that I just enter on the page that I want (after my other page content), that would be perfect.&#60;/p&#62;
&#60;p&#62;Can you please help me with that?&#60;/p&#62;
&#60;p&#62;Thanks so much!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "How to make pages that include posts of specific categories or tags?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-make-pages-that-include-posts-of-specific-categories-or-tags#post-2189</link>
			<pubDate>Sat, 07 Aug 2010 11:53:55 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">2189@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; I would suggest a plugin for this, &#60;a href=&#34;http://wordpress.org/extend/plugins/yet-another-related-posts-plugin/&#34;&#62;Yet Another Related Posts Plugin&#60;/a&#62; springs to mind. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hubbabubba on "How to make pages that include posts of specific categories or tags?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-make-pages-that-include-posts-of-specific-categories-or-tags#post-2146</link>
			<pubDate>Fri, 06 Aug 2010 23:17:14 +0000</pubDate>
			<dc:creator>hubbabubba</dc:creator>
			<guid isPermaLink="false">2146@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Just looking at it again, what I am hoping to do is not just a list - it would actually display something like 3 summaries of the recent posts in a category and then the smaller posts.  It would be the same thing as it is now on the newscast theme: click on a category like &#34;CARS&#34;, and you'll get an archive with several summaries followed by the smaller posts.  I just want to have a page like that but be able to add extra content (images, video, other text, etc.) before the posts appear.&#60;/p&#62;
&#60;p&#62;Any suggestions there?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hubbabubba on "How to make pages that include posts of specific categories or tags?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-make-pages-that-include-posts-of-specific-categories-or-tags#post-2145</link>
			<pubDate>Fri, 06 Aug 2010 23:11:31 +0000</pubDate>
			<dc:creator>hubbabubba</dc:creator>
			<guid isPermaLink="false">2145@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Thank you fwhamm for your suggestion!&#60;/p&#62;
&#60;p&#62;If there is no &#34;official&#34; workaround with the theme, then I think this may be the best way to go.  I'll definitely check it out.&#60;/p&#62;
&#60;p&#62;Thanks again!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fwhamm on "How to make pages that include posts of specific categories or tags?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-make-pages-that-include-posts-of-specific-categories-or-tags#post-2079</link>
			<pubDate>Fri, 06 Aug 2010 08:03:09 +0000</pubDate>
			<dc:creator>fwhamm</dc:creator>
			<guid isPermaLink="false">2079@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Maybe this WP plugin is the solution for you: &#60;a href=&#34;http://wordpress.org/extend/plugins/list-category-posts/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/list-category-posts/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I installed it cause I want to display a list of recent posts within a page. I tested it with the Avisio theme and will implement it this weekend.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hubbabubba on "How to make pages that include posts of specific categories or tags?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-make-pages-that-include-posts-of-specific-categories-or-tags#post-2057</link>
			<pubDate>Thu, 05 Aug 2010 23:53:38 +0000</pubDate>
			<dc:creator>hubbabubba</dc:creator>
			<guid isPermaLink="false">2057@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Thanks for all your help so far, I really appreciate it!&#60;/p&#62;
&#60;p&#62;On my site, I want to create a page (for example, &#34;CARS&#34;) - how can I make the page so that several of the posts in the specific category or tag &#34;CARS&#34; show up on the page?  It works perfectly fine to just click on the category and I will get the posts, but I want to be able to have some other content (such as images, etc.) on that page.  &#60;/p&#62;
&#60;p&#62;Thanks again!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
