<?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: Hack: WordPress function &#8216;wp_list_pages&#8217; to output page description (or other custom fields) in your page lists</title>
	<atom:link href="http://tech.shantanugoel.com/2008/03/19/hack-wordpress-function-wp_list_pages-to-output-page-description-or-other-custom-fields-in-your-page-lists.html/feed" rel="self" type="application/rss+xml" />
	<link>http://tech.shantanugoel.com/2008/03/19/hack-wordpress-function-wp_list_pages-to-output-page-description-or-other-custom-fields-in-your-page-lists.html</link>
	<description>Shantanu's Gadgets, Gizmos, Hacks, Tips, Tricks, Technology...and your kitchen sink</description>
	<lastBuildDate>Wed, 08 Feb 2012 20:40:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: datshay</title>
		<link>http://tech.shantanugoel.com/2008/03/19/hack-wordpress-function-wp_list_pages-to-output-page-description-or-other-custom-fields-in-your-page-lists.html#comment-26603</link>
		<dc:creator>datshay</dc:creator>
		<pubDate>Fri, 17 Jun 2011 12:55:21 +0000</pubDate>
		<guid isPermaLink="false">http://tech.shantanugoel.com/2008/03/19/hack-wordpress-function-wp_list_pages-to-output-page-description-or-other-custom-fields-in-your-page-lists.html#comment-26603</guid>
		<description>I am  using the lates wp version and cant find the file u specified... Can u tell me where is that function defined in new version. I really need this....</description>
		<content:encoded><![CDATA[<p>I am  using the lates wp version and cant find the file u specified&#8230; Can u tell me where is that function defined in new version. I really need this&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dinesh</title>
		<link>http://tech.shantanugoel.com/2008/03/19/hack-wordpress-function-wp_list_pages-to-output-page-description-or-other-custom-fields-in-your-page-lists.html#comment-19906</link>
		<dc:creator>Dinesh</dc:creator>
		<pubDate>Tue, 29 Jun 2010 06:57:09 +0000</pubDate>
		<guid isPermaLink="false">http://tech.shantanugoel.com/2008/03/19/hack-wordpress-function-wp_list_pages-to-output-page-description-or-other-custom-fields-in-your-page-lists.html#comment-19906</guid>
		<description>It&#039;s not recommended to edit WP core files. If you  wish to distribute your WP theme you have to attach the core files saying &quot;hay guys, goto your WP installation folder and replace core WP files with this in oder to get the theme working&quot;. If that poor guy was using an update version of WP then your file will replace it and :( :( who knows what will happen.</description>
		<content:encoded><![CDATA[<p>It&#8217;s not recommended to edit WP core files. If you  wish to distribute your WP theme you have to attach the core files saying &#8220;hay guys, goto your WP installation folder and replace core WP files with this in oder to get the theme working&#8221;. If that poor guy was using an update version of WP then your file will replace it and <img src='http://tech.shantanugoel.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  <img src='http://tech.shantanugoel.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  who knows what will happen.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shantanu Goel</title>
		<link>http://tech.shantanugoel.com/2008/03/19/hack-wordpress-function-wp_list_pages-to-output-page-description-or-other-custom-fields-in-your-page-lists.html#comment-18407</link>
		<dc:creator>Shantanu Goel</dc:creator>
		<pubDate>Sun, 21 Mar 2010 17:34:35 +0000</pubDate>
		<guid isPermaLink="false">http://tech.shantanugoel.com/2008/03/19/hack-wordpress-function-wp_list_pages-to-output-page-description-or-other-custom-fields-in-your-page-lists.html#comment-18407</guid>
		<description>@Daniel, it is pretty simple, you can use the get_post_meta function multiple times (as many times as the number of custom fields you need) and just change the custom field name given in the function&#039;s arguments.</description>
		<content:encoded><![CDATA[<p>@Daniel, it is pretty simple, you can use the get_post_meta function multiple times (as many times as the number of custom fields you need) and just change the custom field name given in the function&#8217;s arguments.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://tech.shantanugoel.com/2008/03/19/hack-wordpress-function-wp_list_pages-to-output-page-description-or-other-custom-fields-in-your-page-lists.html#comment-18404</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Sun, 21 Mar 2010 11:12:19 +0000</pubDate>
		<guid isPermaLink="false">http://tech.shantanugoel.com/2008/03/19/hack-wordpress-function-wp_list_pages-to-output-page-description-or-other-custom-fields-in-your-page-lists.html#comment-18404</guid>
		<description>Hi, 
Could you help me pls. with displaying list of pages with at least 3-5 custom fields ? I’m almost for 14 days searching on internet, I have only found this article, but there is only one custom field:
http://www.wprecipes.com/how-to-use-a-custom-blurb-when-listing-pages
, I asked him for the help to add more fields but no answer .
Is it hard to modify it, to add other fields , to implement it with your code?
I have changed my wp-pages into girl’s portfolios so i need list of girls with the girl’s names(page title), country,province,city,age and one thumbnail image(custom field.
Thanks a lot Daniel</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Could you help me pls. with displaying list of pages with at least 3-5 custom fields ? I’m almost for 14 days searching on internet, I have only found this article, but there is only one custom field:<br />
<a href="http://www.wprecipes.com/how-to-use-a-custom-blurb-when-listing-pages" rel="nofollow">http://www.wprecipes.com/how-to-use-a-custom-blurb-when-listing-pages</a><br />
, I asked him for the help to add more fields but no answer .<br />
Is it hard to modify it, to add other fields , to implement it with your code?<br />
I have changed my wp-pages into girl’s portfolios so i need list of girls with the girl’s names(page title), country,province,city,age and one thumbnail image(custom field.<br />
Thanks a lot Daniel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manuel</title>
		<link>http://tech.shantanugoel.com/2008/03/19/hack-wordpress-function-wp_list_pages-to-output-page-description-or-other-custom-fields-in-your-page-lists.html#comment-18390</link>
		<dc:creator>Manuel</dc:creator>
		<pubDate>Mon, 15 Mar 2010 17:48:53 +0000</pubDate>
		<guid isPermaLink="false">http://tech.shantanugoel.com/2008/03/19/hack-wordpress-function-wp_list_pages-to-output-page-description-or-other-custom-fields-in-your-page-lists.html#comment-18390</guid>
		<description>Hey! thank you very much!</description>
		<content:encoded><![CDATA[<p>Hey! thank you very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Graveto</title>
		<link>http://tech.shantanugoel.com/2008/03/19/hack-wordpress-function-wp_list_pages-to-output-page-description-or-other-custom-fields-in-your-page-lists.html#comment-17993</link>
		<dc:creator>Graveto</dc:creator>
		<pubDate>Wed, 03 Feb 2010 23:00:55 +0000</pubDate>
		<guid isPermaLink="false">http://tech.shantanugoel.com/2008/03/19/hack-wordpress-function-wp_list_pages-to-output-page-description-or-other-custom-fields-in-your-page-lists.html#comment-17993</guid>
		<description>Hi,

first of all I want to say this is a very usefull thing to know. Thank you!
But...I&#039;ve got a problem with the hack because I want to use it in my header.php to generate a dropdown-navigation which includes small discriptions.
Everything works fine. The discription appears where it should. 
They are the smaller words are under the main menue points:

http://annettes.alfahosting.org/MLI/

But when I visit a subpage the discription disappears. 

Why does this happen?
Has anyone a idea to solve this? 

Thank you...</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>first of all I want to say this is a very usefull thing to know. Thank you!<br />
But&#8230;I&#8217;ve got a problem with the hack because I want to use it in my header.php to generate a dropdown-navigation which includes small discriptions.<br />
Everything works fine. The discription appears where it should.<br />
They are the smaller words are under the main menue points:</p>
<p><a href="http://annettes.alfahosting.org/MLI/" rel="nofollow">http://annettes.alfahosting.org/MLI/</a></p>
<p>But when I visit a subpage the discription disappears. </p>
<p>Why does this happen?<br />
Has anyone a idea to solve this? </p>
<p>Thank you&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Kristian</title>
		<link>http://tech.shantanugoel.com/2008/03/19/hack-wordpress-function-wp_list_pages-to-output-page-description-or-other-custom-fields-in-your-page-lists.html#comment-17426</link>
		<dc:creator>Jon Kristian</dc:creator>
		<pubDate>Fri, 30 Oct 2009 17:07:22 +0000</pubDate>
		<guid isPermaLink="false">http://tech.shantanugoel.com/2008/03/19/hack-wordpress-function-wp_list_pages-to-output-page-description-or-other-custom-fields-in-your-page-lists.html#comment-17426</guid>
		<description>Here&#039;s my take on this: http://jonkristian.no/2009/10/a-smarter-menu-for-wordpress/ Enjoy:)</description>
		<content:encoded><![CDATA[<p>Here&#8217;s my take on this: <a href="http://jonkristian.no/2009/10/a-smarter-menu-for-wordpress/" rel="nofollow">http://jonkristian.no/2009/10/a-smarter-menu-for-wordpress/</a> Enjoy:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Kristian &#187; Menu Subtitles</title>
		<link>http://tech.shantanugoel.com/2008/03/19/hack-wordpress-function-wp_list_pages-to-output-page-description-or-other-custom-fields-in-your-page-lists.html#comment-17422</link>
		<dc:creator>Jon Kristian &#187; Menu Subtitles</dc:creator>
		<pubDate>Fri, 30 Oct 2009 13:04:07 +0000</pubDate>
		<guid isPermaLink="false">http://tech.shantanugoel.com/2008/03/19/hack-wordpress-function-wp_list_pages-to-output-page-description-or-other-custom-fields-in-your-page-lists.html#comment-17422</guid>
		<description>[...] to wp_list_pages and found a couple of posts on how to achieve this. In the first post I found by Shantanu one had to hack classes.php, a WordPress core file, and the second one by Theme Shaper was lacking [...]</description>
		<content:encoded><![CDATA[<p>[...] to wp_list_pages and found a couple of posts on how to achieve this. In the first post I found by Shantanu one had to hack classes.php, a WordPress core file, and the second one by Theme Shaper was lacking [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shantanu Goel</title>
		<link>http://tech.shantanugoel.com/2008/03/19/hack-wordpress-function-wp_list_pages-to-output-page-description-or-other-custom-fields-in-your-page-lists.html#comment-16400</link>
		<dc:creator>Shantanu Goel</dc:creator>
		<pubDate>Tue, 30 Jun 2009 06:10:05 +0000</pubDate>
		<guid isPermaLink="false">http://tech.shantanugoel.com/2008/03/19/hack-wordpress-function-wp_list_pages-to-output-page-description-or-other-custom-fields-in-your-page-lists.html#comment-16400</guid>
		<description>@Shane: Search for &quot;custom fields&quot;. You can use custom fields for what you want..</description>
		<content:encoded><![CDATA[<p>@Shane: Search for &#8220;custom fields&#8221;. You can use custom fields for what you want..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane</title>
		<link>http://tech.shantanugoel.com/2008/03/19/hack-wordpress-function-wp_list_pages-to-output-page-description-or-other-custom-fields-in-your-page-lists.html#comment-16362</link>
		<dc:creator>Shane</dc:creator>
		<pubDate>Mon, 29 Jun 2009 11:44:14 +0000</pubDate>
		<guid isPermaLink="false">http://tech.shantanugoel.com/2008/03/19/hack-wordpress-function-wp_list_pages-to-output-page-description-or-other-custom-fields-in-your-page-lists.html#comment-16362</guid>
		<description>Hi, just exactly what i was looking for. this works great. The only thing i have changed so far is amend the output with span&#039;s with a class name for full CSS control. Could anyone please provide me with an example of how i can extend this in case i wanted to have more than one description ? some kind of loop ? my PHP is not very good :( 

any help would be great.</description>
		<content:encoded><![CDATA[<p>Hi, just exactly what i was looking for. this works great. The only thing i have changed so far is amend the output with span&#8217;s with a class name for full CSS control. Could anyone please provide me with an example of how i can extend this in case i wanted to have more than one description ? some kind of loop ? my PHP is not very good <img src='http://tech.shantanugoel.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  </p>
<p>any help would be great.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

