<?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 Topic: Problem With Tags on Bob V2</title>
<link>http://www.blogohblog.com/forums/</link>
<description>Blog Oh! Blog Forums Topic: Problem With Tags on Bob V2</description>
<language>en</language>
<pubDate>Sun, 07 Sep 2008 15:37:09 +0000</pubDate>

<item>
<title>Jai on "Problem With Tags on Bob V2"</title>
<link>http://www.blogohblog.com/forums/topic/problem-with-tags-on-bob-v2#post-292</link>
<pubDate>Tue, 11 Mar 2008 19:15:14 +0000</pubDate>
<dc:creator>Jai</dc:creator>
<guid isPermaLink="false">292@http://www.blogohblog.com/forums/</guid>
<description>&#60;p&#62;How exactly does it break the bottom excerpts?
&#60;/p&#62;</description>
</item>
<item>
<title>CigarJack on "Problem With Tags on Bob V2"</title>
<link>http://www.blogohblog.com/forums/topic/problem-with-tags-on-bob-v2#post-285</link>
<pubDate>Thu, 06 Mar 2008 06:59:15 +0000</pubDate>
<dc:creator>CigarJack</dc:creator>
<guid isPermaLink="false">285@http://www.blogohblog.com/forums/</guid>
<description>&#60;p&#62;I love the theme and slowly tweaking it to fit my needs, but I'm having a bit of an issue. I'm trying to display Tags and Categories together at the bottom of the posts. &#60;/p&#62;
&#60;p&#62;While this works on Single Post:&#60;br /&#62;
&#60;code&#62;Posted in &#38;amp;raquo; &#38;lt;?php if (the_category(&#38;#39;, &#38;#39;))  the_category(); ?&#38;gt; &#38;lt;?php if (get_the_tags()) the_tags(&#38;#39;, &#38;#39;); ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;It doesn't work on the Main Index.&#60;/p&#62;
&#60;p&#62;I did some searching around on the WordPress Forums and I got Tags to display by changing this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php $firstpostquery = new WP_Query(&#38;#39;showposts=1&#38;#39;); ?&#38;gt;
&#38;lt;?php while($firstpostquery-&#38;gt;have_posts()) : $firstpostquery-&#38;gt;the_post(); $firstpost = $post-&#38;gt;ID; ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;To&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php query_posts(&#38;#39;showposts=1&#38;#39;); while(have_posts()) : the_post(); $firstpost = $post-&#38;gt;ID; ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Fixes the tags displaying on the first post displaying on the main index it breaks the excerpts at the bottom of the page.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
