<?xml version="1.0"?><!-- 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>Blog Oh! Blog Forums Forum: Blog Design Tips</title>
<link>http://www.blogohblog.com/forums/</link>
<description>Blog Oh! Blog Forums Forum: Blog Design Tips</description>
<language>en</language>
<pubDate>Fri, 08 Aug 2008 18:24:44 +0000</pubDate>

<item>
<title>thewackonerd on "lsidebar.php for DailyPress"</title>
<link>http://www.blogohblog.com/forums/topic/lsidebarphp-for-dailypress#post-633</link>
<pubDate>Wed, 30 Jul 2008 00:53:49 +0000</pubDate>
<dc:creator>thewackonerd</dc:creator>
<guid isPermaLink="false">633@http://www.blogohblog.com/forums/</guid>
<description>&#60;p&#62;I see the order of the categories is oldest to newest (well it is on my site) so how do I change it to newest to oldest?
&#60;/p&#62;</description>
</item>
<item>
<title>Jai on "I DARE YOU TO STEAL MY BLOG"</title>
<link>http://www.blogohblog.com/forums/topic/i-dare-you-to-steal-my-blog#post-564</link>
<pubDate>Sat, 28 Jun 2008 02:23:05 +0000</pubDate>
<dc:creator>Jai</dc:creator>
<guid isPermaLink="false">564@http://www.blogohblog.com/forums/</guid>
<description>&#60;p&#62;Nice Find.
&#60;/p&#62;</description>
</item>
<item>
<title>dravid on "I DARE YOU TO STEAL MY BLOG"</title>
<link>http://www.blogohblog.com/forums/topic/i-dare-you-to-steal-my-blog#post-562</link>
<pubDate>Fri, 27 Jun 2008 10:23:44 +0000</pubDate>
<dc:creator>dravid</dc:creator>
<guid isPermaLink="false">562@http://www.blogohblog.com/forums/</guid>
<description>&#60;p&#62;&#34;You can’t with this new WP plugin.  Developed by the master himself, alex king.&#60;br /&#62;
&#60;a href=&#34;http://wordpress.org/extend/plugins/phonefactor/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/phonefactor/&#60;/a&#62;&#60;br /&#62;
&#34;
&#60;/p&#62;</description>
</item>
<item>
<title>Jai on "Drop Down Menus in Bob V2?"</title>
<link>http://www.blogohblog.com/forums/topic/drop-down-menus-in-bob-v2#post-336</link>
<pubDate>Wed, 02 Apr 2008 03:32:20 +0000</pubDate>
<dc:creator>Jai</dc:creator>
<guid isPermaLink="false">336@http://www.blogohblog.com/forums/</guid>
<description>&#60;p&#62;Try to look for the suckerfish wordpress dropdown menu. It fits nicely.&#60;/p&#62;
&#60;p&#62;Btw, I am going to do a post soon on how to integrate dropdown menus in themes. So, watch out!
&#60;/p&#62;</description>
</item>
<item>
<title>mixophrenia on "Drop Down Menus in Bob V2?"</title>
<link>http://www.blogohblog.com/forums/topic/drop-down-menus-in-bob-v2#post-327</link>
<pubDate>Fri, 28 Mar 2008 19:08:09 +0000</pubDate>
<dc:creator>mixophrenia</dc:creator>
<guid isPermaLink="false">327@http://www.blogohblog.com/forums/</guid>
<description>&#60;p&#62;Is there any way to make the main menu a drop down with all sub pages displaying under the parent page? Kind of like the new Corptheme menus.&#60;/p&#62;
&#60;p&#62;I've been searching everywhere and none of the plugins or instructions work very well for this theme.
&#60;/p&#62;</description>
</item>
<item>
<title>squaretan on "How to change the RSS email details?"</title>
<link>http://www.blogohblog.com/forums/topic/how-to-change-the-rss-email-details#post-121</link>
<pubDate>Tue, 11 Dec 2007 22:07:35 +0000</pubDate>
<dc:creator>squaretan</dc:creator>
<guid isPermaLink="false">121@http://www.blogohblog.com/forums/</guid>
<description>&#60;p&#62;How do we change the topic of the RSS email that we get after subscribing?&#60;br /&#62;
This is the Title: Activate your Email Subscription to: Me, Blog Design and Make Money (how to change it?) &#60;/p&#62;
&#60;p&#62;How to change the content of the email as well.&#60;br /&#62;
Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>Jai on "Category RSS Links"</title>
<link>http://www.blogohblog.com/forums/topic/category-rss-links#post-15</link>
<pubDate>Mon, 26 Nov 2007 17:08:14 +0000</pubDate>
<dc:creator>Jai</dc:creator>
<guid isPermaLink="false">15@http://www.blogohblog.com/forums/</guid>
<description>&#60;p&#62;The following code will list all categories sorted by name and with RSS links to them.&#60;/p&#62;
&#60;pre&#62;
&#60;ul&#62;
&#38;lt;?php
wp_list_categories('orderby=name&#38;#38;feed=RSS'); ?&#38;gt;
&#60;/ul&#62;
&#60;/pre&#62;
&#60;p&#62;To replace the RSS link with a feed icon, you could write:&#60;/p&#62;
&#60;pre&#62;
&#60;ul&#62;
&#38;lt;?php
wp_list_categories('orderby=name&#38;#38;feed_image=/images/rss.gif'); ?&#38;gt;
&#60;/ul&#62;
&#60;/pre&#62;
&#60;p&#62;Don't forget to change the image path in the above code :)
&#60;/p&#62;</description>
</item>
<item>
<title>jgaulard on "Category RSS Links"</title>
<link>http://www.blogohblog.com/forums/topic/category-rss-links#post-14</link>
<pubDate>Mon, 26 Nov 2007 16:55:06 +0000</pubDate>
<dc:creator>jgaulard</dc:creator>
<guid isPermaLink="false">14@http://www.blogohblog.com/forums/</guid>
<description>&#60;p&#62;I was wondering if you could provide a bit of code (with instructions) that would allow me to add a little &#34;RSS&#34; link next to each category link in the sidebar. &#60;/p&#62;
&#60;p&#62;As I understand it, each category already has a feed, so all I need to do is link to them. I have seen this on other blogs. &#60;/p&#62;
&#60;p&#62;Do you already have something like this? I believe I am using your very nice Blog Oh Blog v2.0 theme. &#60;/p&#62;
&#60;p&#62;Thank you. &#60;/p&#62;
&#60;p&#62;Jay G.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
