<?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 User Favorites: abietto</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support User Favorites: abietto</description>
<language>en</language>
<pubDate>Thu, 26 Nov 2009 14:14:47 +0000</pubDate>

<item>
<title>sithicus on "Display only subcategories of one category"</title>
<link>http://wordpress.org/support/topic/4736#post-478014</link>
<pubDate>Mon, 27 Nov 2006 01:15:14 +0000</pubDate>
<dc:creator>sithicus</dc:creator>
<guid isPermaLink="false">478014@http://wordpress.org/support/</guid>
<description>&#60;p&#62;It's in the WP wiki - you can display the subcategories using:&#60;br /&#62;
wp_list_cats('child_of=#')&#60;br /&#62;
where #=main category # (not child category #)&#60;br /&#62;
This will display only the children of the specified category, but not the main category itself.&#60;/p&#62;
&#60;p&#62;In response to this:&#60;/p&#62;
&#60;p&#62;Is there a way to auto detect what category it is in so we don't need to create x number of category pages?  X being the number of categories?
&#60;/p&#62;</description>
</item>
<item>
<title>textfield on "Navigo and sub-categories"</title>
<link>http://wordpress.org/support/topic/49561#post-348203</link>
<pubDate>Sun, 19 Mar 2006 19:23:45 +0000</pubDate>
<dc:creator>textfield</dc:creator>
<guid isPermaLink="false">348203@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Were you ever able to find a solution for this? I am looking for the same thing for my categories...
&#60;/p&#62;</description>
</item>
<item>
<title>stew278 on "Using  'Get Custom Field Values' in sidebar"</title>
<link>http://wordpress.org/support/topic/48932#post-287567</link>
<pubDate>Mon, 19 Dec 2005 08:20:17 +0000</pubDate>
<dc:creator>stew278</dc:creator>
<guid isPermaLink="false">287567@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I'm trying to use this plugin to get an entry (which is a photo) to post as a background image (running a photoblog). Having no luck so far ... wouldn't mind somebody's interest in helping out.
&#60;/p&#62;</description>
</item>
<item>
<title>3stripe on "Using  'Get Custom Field Values' in sidebar"</title>
<link>http://wordpress.org/support/topic/48932#post-286061</link>
<pubDate>Thu, 15 Dec 2005 22:31:14 +0000</pubDate>
<dc:creator>3stripe</dc:creator>
<guid isPermaLink="false">286061@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Abietto, I gave up on this I'm afraid, couldn't even get any answers from the plugin author :-(
&#60;/p&#62;</description>
</item>
<item>
<title>abietto on "Using  'Get Custom Field Values' in sidebar"</title>
<link>http://wordpress.org/support/topic/48932#post-281883</link>
<pubDate>Wed, 07 Dec 2005 02:20:13 +0000</pubDate>
<dc:creator>abietto</dc:creator>
<guid isPermaLink="false">281883@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I have the very same problem, sadly.&#60;br /&#62;
In my website I have a section of static pages regarding reviews, tales, long articles and such. In the review section I want to have in the sidebar (through a different page template and a different sidebar template) a box containing information regarding the movie or the book I'm reviewing. The point is: c2c_get_custom DOES NOT work OUTSIDE the loop, and the c2c_get_recent_custom shows only the most recent entries in a custom field. In this way, if I submit Review1 with, let's say &#34;Director: Steven Spielberg&#34; and save, it shows just fine. But if I submit Review2 with &#34;Director: John Woo&#34;, it will show this last entry in the Review1 page too.&#60;br /&#62;
How can we use this plugin to have individual custom fields values for each page? Is it possible?
&#60;/p&#62;</description>
</item>
<item>
<title>3stripe on "Using  'Get Custom Field Values' in sidebar"</title>
<link>http://wordpress.org/support/topic/48932#post-273002</link>
<pubDate>Thu, 17 Nov 2005 21:24:09 +0000</pubDate>
<dc:creator>3stripe</dc:creator>
<guid isPermaLink="false">273002@http://wordpress.org/support/</guid>
<description>&#60;p&#62;This has proved much harder than I imagined, sadly.&#60;/p&#62;
&#60;p&#62;For anyone else trying this, you might find my solution easier - just use the excerpt field to hold any extra information for your post (date/location etc) - as it is much easier to use this in the loop than custom fields!
&#60;/p&#62;</description>
</item>
<item>
<title>abietto on "Navigo and sub-categories"</title>
<link>http://wordpress.org/support/topic/49561#post-272331</link>
<pubDate>Wed, 16 Nov 2005 09:57:53 +0000</pubDate>
<dc:creator>abietto</dc:creator>
<guid isPermaLink="false">272331@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi!&#60;br /&#62;
I downloaded and installed the plugin Navigo. It lets you display only children of a particular page, while all the other sub-pages collapse. Say, if you have&#60;/p&#62;
&#60;p&#62;Articles&#60;br /&#62;
-Music&#60;br /&#62;
-Movies&#60;br /&#62;
Reviews&#60;br /&#62;
-Music&#60;br /&#62;
-Movies&#60;/p&#62;
&#60;p&#62;and you go see the &#34;movies reviews&#34; page, you will see:&#60;/p&#62;
&#60;p&#62;Articles&#60;br /&#62;
Reviews&#60;br /&#62;
-Music&#60;br /&#62;
-Movies&#60;br /&#62;
--Actual pages of movies reviews&#60;/p&#62;
&#60;p&#62;While if you go to Music Articles page, you'll see&#60;/p&#62;
&#60;p&#62;Articles&#60;br /&#62;
-Music&#60;br /&#62;
--Actual music articles&#60;br /&#62;
-Movies&#60;br /&#62;
Reviews&#60;/p&#62;
&#60;p&#62;That's great! And it was exactly what I was looking for. The point is, I would like to have this too for my categories and sub-categories tree, but as far as I can see and read out there, there's no way to do it. I mean, with &#34;child_of&#34; and &#34;exclude&#34; you can fine tune the display of the various sub-categories, but the point is: how can I add code to the cats showing in the sidebar in the template, so that it shows only the MAIN list of categories and the CHILDREN of the category (or sub-category) selected, without having to edit every single sidebar in every single page?&#60;/p&#62;
&#60;p&#62;Let's say you have this category tree:&#60;/p&#62;
&#60;p&#62;Blog&#60;br /&#62;
News&#60;br /&#62;
-Music&#60;br /&#62;
-Movies&#60;br /&#62;
Plug&#60;br /&#62;
-Cool sites&#60;br /&#62;
-Other blogs&#60;/p&#62;
&#60;p&#62;And let's say you are in the main homepage. I would like to show only&#60;/p&#62;
&#60;p&#62;Blog&#60;br /&#62;
News&#60;br /&#62;
Plug&#60;/p&#62;
&#60;p&#62;But if you select the &#34;News&#34; category and you go to that page, I would like to show:&#60;/p&#62;
&#60;p&#62;Blog&#60;br /&#62;
News&#60;br /&#62;
-Music&#60;br /&#62;
-Movies&#60;br /&#62;
Plug&#60;/p&#62;
&#60;p&#62;And so on. Can anyone of you help me understand how to achieve that? Can you use the internal variable '$cat_ID' somewhere or there is any plugin available to do that?&#60;/p&#62;
&#60;p&#62;Thank you very much in advance!&#60;/p&#62;
&#60;p&#62;-abietto-
&#60;/p&#62;</description>
</item>
<item>
<title>3stripe on "Using  'Get Custom Field Values' in sidebar"</title>
<link>http://wordpress.org/support/topic/48932#post-271616</link>
<pubDate>Mon, 14 Nov 2005 19:29:20 +0000</pubDate>
<dc:creator>3stripe</dc:creator>
<guid isPermaLink="false">271616@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Yes of course, I'm not that stupid... but I didn't explain too well, so sorry for that.&#60;/p&#62;
&#60;p&#62;Ok here's the science bit. &#60;/p&#62;
&#60;p&#62;'c2c_get_recent_custom' seems to just pull out the most recently used words in that custom field... so in my case it just spits out a couple of recent entries into that custom field, without relating them to any post...&#60;/p&#62;
&#60;p&#62;&#34;c2c_get_recent_custom(), as you know, works outside the loop, but in so doing it isn't associated with any particular post. It gets the recent occurances of custom fields.&#34;&#60;/p&#62;
&#60;p&#62;i'm gonna look for another plugin in case there's an easier way forward here :-)
&#60;/p&#62;</description>
</item>
<item>
<title>logista on "Using  'Get Custom Field Values' in sidebar"</title>
<link>http://wordpress.org/support/topic/48932#post-271026</link>
<pubDate>Sun, 13 Nov 2005 13:10:23 +0000</pubDate>
<dc:creator>logista</dc:creator>
<guid isPermaLink="false">271026@http://wordpress.org/support/</guid>
<description>&#60;blockquote&#62;&#60;p&#62;Use the function c2c_get_custom somewhere inside &#34;the loop&#34; and/or use the function &#60;strong&#62;c2c_get_recent_custom&#60;/strong&#62; outside &#34;the loop&#34;; use 'echo' to display the contents of the custom field; or use as an argument to another function
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;Have you tried &#60;code&#62;c2c_get_recent_custom&#60;/code&#62;? What happens?
&#60;/p&#62;</description>
</item>
<item>
<title>3stripe on "Using  'Get Custom Field Values' in sidebar"</title>
<link>http://wordpress.org/support/topic/48932#post-271011</link>
<pubDate>Sun, 13 Nov 2005 10:39:50 +0000</pubDate>
<dc:creator>3stripe</dc:creator>
<guid isPermaLink="false">271011@http://wordpress.org/support/</guid>
<description>&#60;p&#62;This is proving tricky (mainly because I'm stupid haha).
&#60;/p&#62;</description>
</item>
<item>
<title>3stripe on "Using  'Get Custom Field Values' in sidebar"</title>
<link>http://wordpress.org/support/topic/48932#post-269435</link>
<pubDate>Wed, 09 Nov 2005 08:26:23 +0000</pubDate>
<dc:creator>3stripe</dc:creator>
<guid isPermaLink="false">269435@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Heheh I got that bit moshu, but I can't work it out at all in the context above I'm afraid, so just wondering if anyone has done this before? &#60;/p&#62;
&#60;p&#62;I'm not even sure if the plugin will do what I need it to in this case...
&#60;/p&#62;</description>
</item>
<item>
<title>moshu on "Using  'Get Custom Field Values' in sidebar"</title>
<link>http://wordpress.org/support/topic/48932#post-269316</link>
<pubDate>Wed, 09 Nov 2005 01:29:13 +0000</pubDate>
<dc:creator>moshu</dc:creator>
<guid isPermaLink="false">269316@http://wordpress.org/support/</guid>
<description>&#60;p&#62;The very first sentence from the plugin's page:&#60;br /&#62;
&#60;em&#62;Easily retrieve and control the display of any custom field values/meta data for posts, inside &#60;strong&#62;or outside&#60;/strong&#62; &#34;the loop&#34;. &#60;/em&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>3stripe on "Using  'Get Custom Field Values' in sidebar"</title>
<link>http://wordpress.org/support/topic/48932#post-269306</link>
<pubDate>Wed, 09 Nov 2005 00:59:52 +0000</pubDate>
<dc:creator>3stripe</dc:creator>
<guid isPermaLink="false">269306@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hello there!&#60;/p&#62;
&#60;p&#62;I'm very confused by the coffee2code.com plugin to show custom field data... I'd like to use it in my sidebar to display 2 custom fields, 'Location' and 'Date(s)'...&#60;/p&#62;
&#60;p&#62;At the moment I'm using the following snippet in my sidebar to list recent Exhibitions, and it's here I'd like to add these custom fields, after the post_URL if possible:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;li&#38;gt;&#38;lt;h2&#38;gt;Exhibitions&#38;lt;/h2&#38;gt;&#60;br /&#62;
&#38;lt;ul&#38;gt;&#60;br /&#62;
&#38;lt;?php c2c_get_recent_posts(5, &#38;quot;&#38;lt;li&#38;gt;%post_URL%&#38;lt;/li&#38;gt;&#38;quot;, &#38;quot;4&#38;quot;); ?&#38;gt;&#60;br /&#62;
&#38;lt;/ul&#38;gt;&#60;br /&#62;
&#38;lt;/li&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Can anyone help me out on this?&#60;/p&#62;
&#60;p&#62;Cheers,&#60;/p&#62;
&#60;p&#62;James&#60;/p&#62;
&#60;p&#62;PS. I know how to do this inside a normal loop... it's just in the sidebar that's confusing me!&#60;br /&#62;
&#60;code&#62;&#38;lt;?php echo c2c_get_custom(&#38;#39;Location&#38;#39;); ?&#38;gt;&#60;br /&#62;
&#38;lt;?php echo c2c_get_custom(&#38;#39;Date(s)&#38;#39;); ?&#38;gt;&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>Lorelle on "Display only subcategories of one category"</title>
<link>http://wordpress.org/support/topic/4736#post-136715</link>
<pubDate>Sun, 20 Feb 2005 04:59:12 +0000</pubDate>
<dc:creator>Lorelle</dc:creator>
<guid isPermaLink="false">136715@http://wordpress.org/support/</guid>
<description>&#60;p&#62;But has anyone solved the issue of getting the children of categories to only show up when visiting that category while the rest of the children stay hidden?&#60;/p&#62;
&#60;p&#62;I see it asked all the time on the forum and I've been waiting for an answer.
&#60;/p&#62;</description>
</item>
<item>
<title>Minna on "Display only subcategories of one category"</title>
<link>http://wordpress.org/support/topic/4736#post-130170</link>
<pubDate>Wed, 09 Feb 2005 13:22:34 +0000</pubDate>
<dc:creator>Minna</dc:creator>
<guid isPermaLink="false">130170@http://wordpress.org/support/</guid>
<description>&#60;p&#62;If a (sub)category doesn't have posts, it won't show up. If that's your problem (and it's still a current issue), you can get the &#34;effect&#34; by using the argument 'hide_empty=0': &#60;code&#62;&#38;lt;?php wp_list_cats(&#38;#39;hide_empty=0&#38;#39;); ?&#38;gt;&#60;/code&#62; or, if there already are other arguments inside brackets, you can add it at the end as &#60;code&#62;&#38;#38;hide_empty=0&#60;/code&#62; so that all arguments (something=something) are inside one pair of single quotes.&#60;br /&#62;
And you can put it wherever you want :D Most likely in a sidebar. So, if you are using 1.5 it should/could be in sidebar.php file, or for 1.2.x in index.php wherever the div IDed menu or sidebar is
&#60;/p&#62;</description>
</item>
<item>
<title>mofotronimus on "Display only subcategories of one category"</title>
<link>http://wordpress.org/support/topic/4736#post-122573</link>
<pubDate>Sun, 23 Jan 2005 19:47:43 +0000</pubDate>
<dc:creator>mofotronimus</dc:creator>
<guid isPermaLink="false">122573@http://wordpress.org/support/</guid>
<description>&#60;p&#62;hello,  I'm a complete moron when it comes to this jargon.   I think i'm looking to do what everyone else here is:  list subcategories underneath main categories... &#60;/p&#62;
&#60;p&#62;It seems like there' s a solution here, but i'm still unsure how to implement it.  could anyone explain how- where to put it, so that someone as clueless as me can understand it?&#60;/p&#62;
&#60;p&#62;  - thanks much
&#60;/p&#62;</description>
</item>
<item>
<title>Minna on "Display only subcategories of one category"</title>
<link>http://wordpress.org/support/topic/4736#post-117965</link>
<pubDate>Thu, 13 Jan 2005 11:03:06 +0000</pubDate>
<dc:creator>Minna</dc:creator>
<guid isPermaLink="false">117965@http://wordpress.org/support/</guid>
<description>&#60;p&#62;&#60;a href=&#34;http://wiki.wordpress.org/?pagename=wp_list_cats&#34;&#62;here's the wp_list_cats tag&#60;/a&#62;&#60;br /&#62;
but if you want to hide a category from the main page etc. that's not going to help. See &#60;a href=&#34;http://mookitty.co.uk/devblog/catagories/show-categories/&#34;&#62;Kitten's Show Categories plugin&#60;/a&#62; (that's an old link but the plugin can be downloaded there, I haven't figured out the repository yet). &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wiki.wordpress.org/?pagename=TemplateTags&#34;&#62;Template Tags&#60;/a&#62;, that's the place to go looking for, er, template tags.
&#60;/p&#62;</description>
</item>
<item>
<title>paperlion on "Display only subcategories of one category"</title>
<link>http://wordpress.org/support/topic/4736#post-117909</link>
<pubDate>Thu, 13 Jan 2005 05:04:26 +0000</pubDate>
<dc:creator>paperlion</dc:creator>
<guid isPermaLink="false">117909@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I can't seem to find this ref in the Wiki. Anyone know where it is.&#60;/p&#62;
&#60;p&#62;This is almost exactly what I'm looking for. I put some foreign language posts in their own category and want to keep them from displaying except in their own segregated pages.&#60;/p&#62;
&#60;p&#62;thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>theuniek1 on "Display only subcategories of one category"</title>
<link>http://wordpress.org/support/topic/4736#post-101879</link>
<pubDate>Wed, 01 Dec 2004 00:19:21 +0000</pubDate>
<dc:creator>theuniek1</dc:creator>
<guid isPermaLink="false">101879@http://wordpress.org/support/</guid>
<description>&#60;p&#62;It's in the WP wiki - you can display the subcategories using:&#60;br /&#62;
wp_list_cats('child_of=#')&#60;br /&#62;
where #=main category # (not child category #)&#60;br /&#62;
This will display only the children of the specified category, but not the main category itself.&#60;br /&#62;
Hope this helps someone out :)&#60;/p&#62;</description>
</item>
<item>
<title>shirasade on "Display only subcategories of one category"</title>
<link>http://wordpress.org/support/topic/4736#post-28912</link>
<pubDate>Sun, 02 May 2004 16:44:58 +0000</pubDate>
<dc:creator>shirasade</dc:creator>
<guid isPermaLink="false">28912@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Thank you! I do hope I only have to exclude the top-level categories, else it'll take me a while to get all the different IDs for the subcategories (took me forever to create the hard-coded drop-down menus I'm using at the moment)... But thanks a lot for your help, I'm sure I can manage this! :)&#60;/p&#62;</description>
</item>
<item>
<title>carthik on "Display only subcategories of one category"</title>
<link>http://wordpress.org/support/topic/4736#post-28872</link>
<pubDate>Sun, 02 May 2004 13:54:57 +0000</pubDate>
<dc:creator>carthik</dc:creator>
<guid isPermaLink="false">28872@http://wordpress.org/support/</guid>
<description>&#60;p&#62;&#60;code&#62;wp_list_cats(&#38;#39;exclude=1,2,3&#38;#39;);&#60;/code&#62;&#60;br /&#62;
if you want to exclude the categories with id 1, 2 and 3.&#60;br /&#62;
if you want to exclude only category with id 4, use&#60;br /&#62;
&#60;code&#62;wp_list_cats(&#38;#39;exclude=4&#38;#39;);&#60;/code&#62;&#60;br /&#62;
If you are using permalinks, you can still find the category id from the admin interface...just hover your mouse pointer over the category names in the edit category interface, and you will be able to see the ?cat=XX in the status bar...&#60;br /&#62;
 :)&#60;/p&#62;</description>
</item>
<item>
<title>shirasade on "Display only subcategories of one category"</title>
<link>http://wordpress.org/support/topic/4736#post-28868</link>
<pubDate>Sun, 02 May 2004 13:16:52 +0000</pubDate>
<dc:creator>shirasade</dc:creator>
<guid isPermaLink="false">28868@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Great, I've upgrated right away! So, how to I implement that new function now? I'm sorry, but I'm truly clueless...&#60;/p&#62;</description>
</item>
<item>
<title>carthik on "Display only subcategories of one category"</title>
<link>http://wordpress.org/support/topic/4736#post-28828</link>
<pubDate>Sun, 02 May 2004 08:18:26 +0000</pubDate>
<dc:creator>carthik</dc:creator>
<guid isPermaLink="false">28828@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Dougal has added the parameter &#38;#36;exclude to the the function now. You should be able to get that new function with the latest version/build.&#60;/p&#62;</description>
</item>
<item>
<title>shirasade on "Display only subcategories of one category"</title>
<link>http://wordpress.org/support/topic/4736#post-28792</link>
<pubDate>Sun, 02 May 2004 02:30:09 +0000</pubDate>
<dc:creator>shirasade</dc:creator>
<guid isPermaLink="false">28792@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Rec = recommendations... :)&#60;/p&#62;</description>
</item>
<item>
<title>lamb on "Display only subcategories of one category"</title>
<link>http://wordpress.org/support/topic/4736#post-28621</link>
<pubDate>Sat, 01 May 2004 09:21:39 +0000</pubDate>
<dc:creator>lamb</dc:creator>
<guid isPermaLink="false">28621@http://wordpress.org/support/</guid>
<description>&#60;p&#62;HmMm.. yah i would love that too..&#60;/p&#62;</description>
</item>
<item>
<title>TechGnome on "Display only subcategories of one category"</title>
<link>http://wordpress.org/support/topic/4736#post-28551</link>
<pubDate>Fri, 30 Apr 2004 23:11:36 +0000</pubDate>
<dc:creator>TechGnome</dc:creator>
<guid isPermaLink="false">28551@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Rec = &#34;recreational&#34; .... I think.....&#60;br /&#62;
TG&#60;/p&#62;</description>
</item>
<item>
<title>Anonymous on "Display only subcategories of one category"</title>
<link>http://wordpress.org/support/topic/4736#post-28549</link>
<pubDate>Fri, 30 Apr 2004 22:59:25 +0000</pubDate>
<dc:creator>Anonymous</dc:creator>
<guid isPermaLink="false">28549@http://wordpress.org/support/</guid>
<description>&#60;p&#62;What's a &#34;rec&#34;?&#60;/p&#62;</description>
</item>
<item>
<title>shirasade on "Display only subcategories of one category"</title>
<link>http://wordpress.org/support/topic/4736#post-28376</link>
<pubDate>Fri, 30 Apr 2004 02:41:30 +0000</pubDate>
<dc:creator>shirasade</dc:creator>
<guid isPermaLink="false">28376@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I just created my first WP-run site, to run a &#60;a href=&#34;http://thebookshelf.org&#34;&#62;rec page&#60;/a&#62; with it. I'm using a nightly of 1.2, because I need the subcategory function. Now I've been looking for a solution of my biggest problem so far: People need to be able to navigate from main category to subcategory, in order to find exactly the recs they're looking for.&#60;br /&#62;
Using this bit of coding&#60;br /&#62;
&#38;lt; ?php list_cats(0, 'All', 'name','','',TRUE, FALSE, FALSE, FALSE, FALSE, TRUE); ? &#38;gt;&#60;br /&#62;
I can &#60;a href=&#34;http://thebookshelf.org/staff.php&#34;&#62;display the complete tree&#60;/a&#62; of categories and subcategories - but now I'd love to choose one category and display only the tree beneath it. Just thought I'd ask here if someone knew how to do that, because I know nothing about php and can't write my own code.&#60;br /&#62;
Also, sorry about probably messing up the code, but I don't know what 'backticks' are. As I said - total newbie... Thanks for any help!&#60;/p&#62;</description>
</item>

</channel>
</rss>
