<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WordPress &#8250; Support Topic: Is there a way that I can post to different PAGES?</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Topic: Is there a way that I can post to different PAGES?</description>
<language>en</language>
<pubDate>Wed, 25 Nov 2009 22:48:22 +0000</pubDate>

<item>
<title>kluna on "Is there a way that I can post to different PAGES?"</title>
<link>http://wordpress.org/support/topic/286080#post-1125491</link>
<pubDate>Fri, 03 Jul 2009 23:37:33 +0000</pubDate>
<dc:creator>kluna</dc:creator>
<guid isPermaLink="false">1125491@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Ok, so I'm getting closer.  Now when I click the PAGE, it is showing the posts related to the Category I specified.  However, each post is showing &#34;Posted in UNCATEGORIZED&#34;, even though they are in Categories.
&#60;/p&#62;</description>
</item>
<item>
<title>kluna on "Is there a way that I can post to different PAGES?"</title>
<link>http://wordpress.org/support/topic/286080#post-1125481</link>
<pubDate>Fri, 03 Jul 2009 23:15:38 +0000</pubDate>
<dc:creator>kluna</dc:creator>
<guid isPermaLink="false">1125481@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Ok.  So i got the Category ID and the Page ID.  So, correct me if I'm wrong but this is how it should work:&#60;/p&#62;
&#60;p&#62;When someone clicks on the specified page, what should open next is page with a list of all the posts that are in that Category?  So for example, this is my PageofPosts.php: page 73 should open up all in Category 7, correct?&#60;/p&#62;
&#60;p&#62;&#38;lt;?php&#60;br /&#62;
/*&#60;br /&#62;
Template Name: PageOfPosts&#60;br /&#62;
*/&#60;/p&#62;
&#60;p&#62;get_header(); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;	&#38;lt;div id=&#34;content&#34; class=&#34;narrowcolumn&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php&#60;br /&#62;
// page id 21 will get category ID 12 posts, page 16 will get category 32 posts, page 28 will get category 17 posts&#60;br /&#62;
if (is_page('73') ) {&#60;br /&#62;
$cat = array(7);&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;When I click on the PAGE, it goes to that page, it's now showing posts relating to that Category ID.
&#60;/p&#62;</description>
</item>
<item>
<title>esmi on "Is there a way that I can post to different PAGES?"</title>
<link>http://wordpress.org/support/topic/286080#post-1125451</link>
<pubDate>Fri, 03 Jul 2009 22:36:47 +0000</pubDate>
<dc:creator>esmi</dc:creator>
<guid isPermaLink="false">1125451@http://wordpress.org/support/</guid>
<description>&#60;p&#62;You don't create a category id. WordPress does when you create a category for your posts. To find the id for any given category, use the same approach as &#60;a href=&#34;http://quirm.net/2009/06/24/finding-wordpress-post-ids/&#34;&#62;finding a post id&#60;/a&#62; but, obviously, look within Admin/Posts/Categories.
&#60;/p&#62;</description>
</item>
<item>
<title>kluna on "Is there a way that I can post to different PAGES?"</title>
<link>http://wordpress.org/support/topic/286080#post-1125413</link>
<pubDate>Fri, 03 Jul 2009 22:06:26 +0000</pubDate>
<dc:creator>kluna</dc:creator>
<guid isPermaLink="false">1125413@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Im going to need a little help here.  Im confused on how to create a category ID.  It says:&#60;/p&#62;
&#60;p&#62;// page id 21 will get category ID 12 posts, page 16 will get category 32 posts, page 28 will get category 17 posts&#60;/p&#62;
&#60;p&#62;So, I know what the page ID is and how to find out (it says it in the URL of the page when I click it).  How do I create this Category Page?
&#60;/p&#62;</description>
</item>
<item>
<title>viceng on "Is there a way that I can post to different PAGES?"</title>
<link>http://wordpress.org/support/topic/286080#post-1124529</link>
<pubDate>Fri, 03 Jul 2009 04:01:21 +0000</pubDate>
<dc:creator>viceng</dc:creator>
<guid isPermaLink="false">1124529@http://wordpress.org/support/</guid>
<description>&#60;p&#62;go to the doc that esmi gave you and read the example about a page  of posts....this allows you to display posts with a specified category on a page.
&#60;/p&#62;</description>
</item>
<item>
<title>kluna on "Is there a way that I can post to different PAGES?"</title>
<link>http://wordpress.org/support/topic/286080#post-1124380</link>
<pubDate>Fri, 03 Jul 2009 00:30:26 +0000</pubDate>
<dc:creator>kluna</dc:creator>
<guid isPermaLink="false">1124380@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Anyone know how to do this?
&#60;/p&#62;</description>
</item>
<item>
<title>kluna on "Is there a way that I can post to different PAGES?"</title>
<link>http://wordpress.org/support/topic/286080#post-1124309</link>
<pubDate>Thu, 02 Jul 2009 22:35:00 +0000</pubDate>
<dc:creator>kluna</dc:creator>
<guid isPermaLink="false">1124309@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I am referring to Wordpress Pages.  For example the following blogsite has the pages on the top(BARGAIN BUYS, HOW TO, INSPIRATION)...when you go to them it actually has posts in them.  So my question is how do I post like that in Wordpress Pages.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.thebargainqueen.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.thebargainqueen.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I notice that if I hover my mouse over the link, the URL shows &#60;a href=&#34;http://thebargainqueen.com/categories/name&#34; rel=&#34;nofollow&#34;&#62;http://thebargainqueen.com/categories/name&#60;/a&#62; of page&#60;/p&#62;
&#60;p&#62;Maybe this involved something with Categories and Pages?
&#60;/p&#62;</description>
</item>
<item>
<title>esmi on "Is there a way that I can post to different PAGES?"</title>
<link>http://wordpress.org/support/topic/286080#post-1124286</link>
<pubDate>Thu, 02 Jul 2009 22:11:44 +0000</pubDate>
<dc:creator>esmi</dc:creator>
<guid isPermaLink="false">1124286@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Whatever you post does tend to be displayed, in date order, on your home page (or main posts page) in most themes. yes.&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;Is there a way that I can post to different PAGES?&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;Now - you need to be a bit careful with the terminology here. Do you mean &#60;a href=&#34;http://codex.wordpress.org/Pages&#34;&#62;WordPress Pages&#60;/a&#62; or different post listing pages (called archives or category pages).&#60;/p&#62;
&#60;p&#62;Assuming you mean the latter, your posts will also appear, automatically, on pages that list posts by category and those that list posts by date.&#60;/p&#62;
&#60;p&#62;So, what is it that you want to do? Exclude certain types of posts from appearing on your main posts page?
&#60;/p&#62;</description>
</item>
<item>
<title>kluna on "Is there a way that I can post to different PAGES?"</title>
<link>http://wordpress.org/support/topic/286080#post-1124236</link>
<pubDate>Thu, 02 Jul 2009 21:21:51 +0000</pubDate>
<dc:creator>kluna</dc:creator>
<guid isPermaLink="false">1124236@http://wordpress.org/support/</guid>
<description>&#60;p&#62;So I understand that whatever I post goes to the main page.  Is there a way that I can post to different PAGES?  Does a theme exist that can do this, or something I can edit in the theme?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
