<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: Pages and Categories</title>
	<atom:link href="http://moshublog.com/2007/07/26/pages-and-categories/feed/" rel="self" type="application/rss+xml" />
	<link>http://moshublog.com/2007/07/26/pages-and-categories/</link>
	<description>The combined blog: about WordPress, the Canadian Prairies and myself</description>
	<pubDate>Thu, 17 May 2012 12:01:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dhruv</title>
		<link>http://moshublog.com/2007/07/26/pages-and-categories/comment-page-2/#comment-88349</link>
		<dc:creator>Dhruv</dc:creator>
		<pubDate>Fri, 09 Mar 2012 04:30:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.transycan.net/blogtest/2007/07/26/pages-and-categories/#comment-88349</guid>
		<description>very nice information...
what if i want to show different category on home page...</description>
		<content:encoded><![CDATA[<p>very nice information&#8230;<br />
what if i want to show different category on home page&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gel</title>
		<link>http://moshublog.com/2007/07/26/pages-and-categories/comment-page-2/#comment-86970</link>
		<dc:creator>Gel</dc:creator>
		<pubDate>Sat, 04 Feb 2012 10:46:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.transycan.net/blogtest/2007/07/26/pages-and-categories/#comment-86970</guid>
		<description>Hi Moshu! This seems to be the exact problem I am having. Unfortunately, I'm having a hard time understanding how to fix this because your language is too technical. You see, I'm just a beginner and if it's possible, maybe you can help me by explaining in a simpler language or visually using photos and videos? I would be deeply thankful!</description>
		<content:encoded><![CDATA[<p>Hi Moshu! This seems to be the exact problem I am having. Unfortunately, I&#8217;m having a hard time understanding how to fix this because your language is too technical. You see, I&#8217;m just a beginner and if it&#8217;s possible, maybe you can help me by explaining in a simpler language or visually using photos and videos? I would be deeply thankful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vaseem ansari</title>
		<link>http://moshublog.com/2007/07/26/pages-and-categories/comment-page-2/#comment-74761</link>
		<dc:creator>vaseem ansari</dc:creator>
		<pubDate>Thu, 14 Apr 2011 13:09:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.transycan.net/blogtest/2007/07/26/pages-and-categories/#comment-74761</guid>
		<description>php query_posts('showposts=1&#38;cat=75'); 
	php while (have_posts()) : the_post(); 
	php if(get_the_excerpt()) { echo substr(get_the_excerpt(),0,150);} else {the_content_rss('', TRUE, '', 200); } 

php endwhile;</description>
		<content:encoded><![CDATA[<p>php query_posts(&#8217;showposts=1&amp;cat=75&#8242;);<br />
	php while (have_posts()) : the_post();<br />
	php if(get_the_excerpt()) { echo substr(get_the_excerpt(),0,150);} else {the_content_rss(&#8221;, TRUE, &#8221;, 200); } </p>
<p>php endwhile;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vaseem ansari</title>
		<link>http://moshublog.com/2007/07/26/pages-and-categories/comment-page-2/#comment-74760</link>
		<dc:creator>vaseem ansari</dc:creator>
		<pubDate>Thu, 14 Apr 2011 13:07:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.transycan.net/blogtest/2007/07/26/pages-and-categories/#comment-74760</guid>
		<description>@Freelance Web developer
Hello buddy, showing a post from a category is really easy.
here is a simple code that you can use anywhere to show posts from certain category.
Find more tips about wordpress on my blog at
www.vaseemansari.com/blog/

Here is a code


	
	
	
</description>
		<content:encoded><![CDATA[<p>@Freelance Web developer<br />
Hello buddy, showing a post from a category is really easy.<br />
here is a simple code that you can use anywhere to show posts from certain category.<br />
Find more tips about wordpress on my blog at<br />
<a href="http://www.vaseemansari.com/blog/" rel="nofollow">http://www.vaseemansari.com/blog/</a></p>
<p>Here is a code</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Freelance Web developer</title>
		<link>http://moshublog.com/2007/07/26/pages-and-categories/comment-page-2/#comment-74729</link>
		<dc:creator>Freelance Web developer</dc:creator>
		<pubDate>Thu, 14 Apr 2011 08:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.transycan.net/blogtest/2007/07/26/pages-and-categories/#comment-74729</guid>
		<description>I wonder if you have a tutorial about displaying all post of a certain category to page?</description>
		<content:encoded><![CDATA[<p>I wonder if you have a tutorial about displaying all post of a certain category to page?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vaseem Ansari</title>
		<link>http://moshublog.com/2007/07/26/pages-and-categories/comment-page-2/#comment-66738</link>
		<dc:creator>Vaseem Ansari</dc:creator>
		<pubDate>Tue, 11 Jan 2011 07:16:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.transycan.net/blogtest/2007/07/26/pages-and-categories/#comment-66738</guid>
		<description>This is really nice code and i need some help regarding my question
I want to show few categories in header dropdown(as i have so many categories and all can not be shown in header)
i want to use
wp_list_categories(‘orderby=name&#38;title_li=&#38;child_of=328′) parameter

I want when new category is added in admin under that category then it must start showing in front end automatically.
Do you have solution for this.
Thanks
Vaseem Ansari</description>
		<content:encoded><![CDATA[<p>This is really nice code and i need some help regarding my question<br />
I want to show few categories in header dropdown(as i have so many categories and all can not be shown in header)<br />
i want to use<br />
wp_list_categories(‘orderby=name&amp;title_li=&amp;child_of=328′) parameter</p>
<p>I want when new category is added in admin under that category then it must start showing in front end automatically.<br />
Do you have solution for this.<br />
Thanks<br />
Vaseem Ansari</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: graham</title>
		<link>http://moshublog.com/2007/07/26/pages-and-categories/comment-page-2/#comment-65850</link>
		<dc:creator>graham</dc:creator>
		<pubDate>Sat, 25 Dec 2010 22:31:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.transycan.net/blogtest/2007/07/26/pages-and-categories/#comment-65850</guid>
		<description>Aha at last a blog I may leave a comment on about the question of Wordpress posts, pages and categories.
Now don't get me wrong I love Wp but here are my thoughts on this topic...

The protocol for posts, pages and categories is a total **** up, the coder(s) for this nightmare should be shot (not fatally).

Sorry guys it is so user unfriendly for anyone like me who knows nothing about coding at all, as soon as I see php my eyes glaze over.

If I could code I would be determined to rewrite everything, indeed if I had the money I would pay someone to change it.

This is how... 

1. Add a new page.

2. Add a category.

3. Add a post.

Just like Windows file manager, simple, easy to understand, job done. No problems for anyone.

But I expect because I don't understand the ins and outs it cannot be done otherwise it would have been done that way to start with right?

Right, that's got that off my chest, I would like to say a big thank you to everyone involved in Wp
it really is brilliant.
Tim.</description>
		<content:encoded><![CDATA[<p>Aha at last a blog I may leave a comment on about the question of Wordpress posts, pages and categories.<br />
Now don&#8217;t get me wrong I love Wp but here are my thoughts on this topic&#8230;</p>
<p>The protocol for posts, pages and categories is a total **** up, the coder(s) for this nightmare should be shot (not fatally).</p>
<p>Sorry guys it is so user unfriendly for anyone like me who knows nothing about coding at all, as soon as I see php my eyes glaze over.</p>
<p>If I could code I would be determined to rewrite everything, indeed if I had the money I would pay someone to change it.</p>
<p>This is how&#8230; </p>
<p>1. Add a new page.</p>
<p>2. Add a category.</p>
<p>3. Add a post.</p>
<p>Just like Windows file manager, simple, easy to understand, job done. No problems for anyone.</p>
<p>But I expect because I don&#8217;t understand the ins and outs it cannot be done otherwise it would have been done that way to start with right?</p>
<p>Right, that&#8217;s got that off my chest, I would like to say a big thank you to everyone involved in Wp<br />
it really is brilliant.<br />
Tim.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sara</title>
		<link>http://moshublog.com/2007/07/26/pages-and-categories/comment-page-2/#comment-65757</link>
		<dc:creator>sara</dc:creator>
		<pubDate>Thu, 23 Dec 2010 06:01:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.transycan.net/blogtest/2007/07/26/pages-and-categories/#comment-65757</guid>
		<description>Hi Moshu..

I am trying add category in new page in my website
http://www.designscripting.com/
but it show error..

any idea?</description>
		<content:encoded><![CDATA[<p>Hi Moshu..</p>
<p>I am trying add category in new page in my website<br />
<a href="http://www.designscripting.com/" rel="nofollow">http://www.designscripting.com/</a><br />
but it show error..</p>
<p>any idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amy @ Marvelous Mommy</title>
		<link>http://moshublog.com/2007/07/26/pages-and-categories/comment-page-2/#comment-65706</link>
		<dc:creator>Amy @ Marvelous Mommy</dc:creator>
		<pubDate>Tue, 21 Dec 2010 16:20:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.transycan.net/blogtest/2007/07/26/pages-and-categories/#comment-65706</guid>
		<description>THANK YOU so much! I have been looking for a post like this for 2 days!! It worked perfectly! 

Is there a way to show an image (like the first image of the post) beside each post intro?? I'm sure it's just a simple code but I'm not very familiar with PHP.  

http://marvelousmommy.com/category/giveaway/</description>
		<content:encoded><![CDATA[<p>THANK YOU so much! I have been looking for a post like this for 2 days!! It worked perfectly! </p>
<p>Is there a way to show an image (like the first image of the post) beside each post intro?? I&#8217;m sure it&#8217;s just a simple code but I&#8217;m not very familiar with PHP.  </p>
<p><a href="http://marvelousmommy.com/category/giveaway/" rel="nofollow">http://marvelousmommy.com/category/giveaway/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ABCDiamond</title>
		<link>http://moshublog.com/2007/07/26/pages-and-categories/comment-page-2/#comment-64913</link>
		<dc:creator>ABCDiamond</dc:creator>
		<pubDate>Wed, 01 Dec 2010 22:16:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.transycan.net/blogtest/2007/07/26/pages-and-categories/#comment-64913</guid>
		<description>Thanks Moshu, you have indeed, pointed me in the right direction again.

I just need to look deeper into doing things the right way.</description>
		<content:encoded><![CDATA[<p>Thanks Moshu, you have indeed, pointed me in the right direction again.</p>
<p>I just need to look deeper into doing things the right way.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

