<?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 Topic: My tags keep disappearing.</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Topic: My tags keep disappearing.</description>
<language>en</language>
<pubDate>Thu, 26 Nov 2009 11:13:29 +0000</pubDate>

<item>
<title>codysweet02 on "My tags keep disappearing."</title>
<link>http://wordpress.org/support/topic/286426#post-1125484</link>
<pubDate>Fri, 03 Jul 2009 23:23:05 +0000</pubDate>
<dc:creator>codysweet02</dc:creator>
<guid isPermaLink="false">1125484@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Works great!&#60;/p&#62;
&#60;p&#62;Thanks esmi!
&#60;/p&#62;</description>
</item>
<item>
<title>esmi on "My tags keep disappearing."</title>
<link>http://wordpress.org/support/topic/286426#post-1125477</link>
<pubDate>Fri, 03 Jul 2009 23:07:37 +0000</pubDate>
<dc:creator>esmi</dc:creator>
<guid isPermaLink="false">1125477@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Try:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php if (have_posts()) : ?&#38;gt;
&#38;lt;?php while (have_posts()) : the_post(); ?&#38;gt;

&#38;lt;div class=&#38;quot;postdets&#38;quot;&#38;gt;
Posted On: &#38;lt;?php the_time(&#38;#39;F j, Y&#38;#39;); ?&#38;gt;&#38;lt;br /&#38;gt;
Posted In: &#38;lt;?php the_tags(&#38;#39; &#38;#39;); ?&#38;gt;&#38;lt;br /&#38;gt;
Comments: &#38;lt;a href=&#38;quot;&#38;lt;?php the_permalink() ?&#38;gt;#comments&#38;quot;&#38;gt;&#38;lt;?php comments_number(&#38;#39;No Responses&#38;#39;,&#38;#39;One Response&#38;#39;,&#38;#39;% Responses&#38;#39;); ?&#38;gt;&#38;lt;/a&#38;gt;
&#38;lt;/div&#38;gt; 

&#38;lt;?php if ( get_post_meta($post-&#38;gt;ID, &#38;quot;_p75_thumbnail&#38;quot;, true) ): ?&#38;gt;
&#38;lt;div class=&#38;quot;post_image&#38;quot;&#38;gt;
&#38;lt;a class=&#38;quot;original&#38;quot; href=&#38;quot;&#38;lt;?php echo p75GetOriginalImage($post-&#38;gt;ID); ?&#38;gt;&#38;quot; title=&#38;quot;Instant View&#38;quot;&#38;gt;&#38;lt;img src=&#38;quot;&#38;lt;?php echo p75GetThumbnail($post-&#38;gt;ID, 620, 400); ?&#38;gt;&#38;quot; alt=&#38;quot;&#38;lt;?php the_title(); ?&#38;gt;&#38;quot; /&#38;gt;&#38;lt;/a&#38;gt;
&#38;lt;/div&#38;gt;
&#38;lt;?php endif; ?&#38;gt; 

&#38;lt;div class=&#38;quot;postcontent&#38;quot;&#38;gt;
&#38;lt;h2&#38;gt;&#38;lt;?php the_title(); ?&#38;gt;&#38;lt;/h2&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>codysweet02 on "My tags keep disappearing."</title>
<link>http://wordpress.org/support/topic/286426#post-1125465</link>
<pubDate>Fri, 03 Jul 2009 22:55:19 +0000</pubDate>
<dc:creator>codysweet02</dc:creator>
<guid isPermaLink="false">1125465@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Thanks esmi.  I will use the pastebin from now on.&#60;/p&#62;
&#60;p&#62;I changed the code back to normal.&#60;/p&#62;
&#60;p&#62;I am trying to move all of this above the picture.  However, when I do this the tags after &#34;Posted In:&#34; dissapear. &#60;/p&#62;
&#60;p&#62;Favorite 62 Gear T-Shirt&#60;br /&#62;
Posted On: July 2, 2009&#60;br /&#62;
Posted In: 62 gear, Six Deuce Gear, T-Shirt&#60;br /&#62;
Comments: One Response
&#60;/p&#62;</description>
</item>
<item>
<title>esmi on "My tags keep disappearing."</title>
<link>http://wordpress.org/support/topic/286426#post-1125461</link>
<pubDate>Fri, 03 Jul 2009 22:50:03 +0000</pubDate>
<dc:creator>esmi</dc:creator>
<guid isPermaLink="false">1125461@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Switch the code back to what it was originally and then explain exactly what it was that you wanted to do.&#60;/p&#62;
&#60;p&#62;And please don't post huge chunks of code here. For larger blocks of code, use the &#60;a href=&#34;http://wordpress.pastebin.ca/&#34;&#62;WordPress pastebin&#60;/a&#62;. It makes life easier for everyone. :-)
&#60;/p&#62;</description>
</item>
<item>
<title>codysweet02 on "My tags keep disappearing."</title>
<link>http://wordpress.org/support/topic/286426#post-1125455</link>
<pubDate>Fri, 03 Jul 2009 22:44:34 +0000</pubDate>
<dc:creator>codysweet02</dc:creator>
<guid isPermaLink="false">1125455@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Here is my site: &#60;a href=&#34;http://fighttrends.com/2009/07/favorite-62-gear-t-shirt/&#34; rel=&#34;nofollow&#34;&#62;http://fighttrends.com/2009/07/favorite-62-gear-t-shirt/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I moved the 4 lines below from below the picture to above it and now my tags do not apear on teh &#34;Posted In:&#34; line.&#60;/p&#62;
&#60;p&#62;Favorite 62 Gear T-Shirt&#60;br /&#62;
Posted On: July 2, 2009&#60;br /&#62;
Posted In:&#60;br /&#62;
Comments: One Response &#60;/p&#62;
&#60;p&#62;I changed the code from:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php get_header(); ?&#38;gt;

&#38;lt;div id=&#38;quot;contentwrap&#38;quot;&#38;gt;

    &#38;lt;div id=&#38;quot;maincontent&#38;quot;&#38;gt;

        &#38;lt;?php if (have_posts()) : ?&#38;gt;
        &#38;lt;?php while (have_posts()) : the_post(); ?&#38;gt;

        &#38;lt;?php if ( get_post_meta($post-&#38;gt;ID, &#38;quot;_p75_thumbnail&#38;quot;, true) ): ?&#38;gt;
        &#38;lt;div class=&#38;quot;post_image&#38;quot;&#38;gt;
            &#38;lt;a class=&#38;quot;original&#38;quot; href=&#38;quot;&#38;lt;?php echo p75GetOriginalImage($post-&#38;gt;ID); ?&#38;gt;&#38;quot; title=&#38;quot;Instant View&#38;quot;&#38;gt;&#38;lt;img src=&#38;quot;&#38;lt;?php echo p75GetThumbnail($post-&#38;gt;ID, 620, 400); ?&#38;gt;&#38;quot; alt=&#38;quot;&#38;lt;?php the_title(); ?&#38;gt;&#38;quot; /&#38;gt;&#38;lt;/a&#38;gt;
        &#38;lt;/div&#38;gt;
        &#38;lt;?php endif; ?&#38;gt; 

        &#38;lt;div class=&#38;quot;postcontent&#38;quot;&#38;gt;
            &#38;lt;h2&#38;gt;&#38;lt;?php the_title(); ?&#38;gt;&#38;lt;/h2&#38;gt;

            &#38;lt;div class=&#38;quot;postdets&#38;quot;&#38;gt;
                Posted On: &#38;lt;?php the_time(&#38;#39;F j, Y&#38;#39;); ?&#38;gt;&#38;lt;br /&#38;gt;
                Posted In: &#38;lt;?php the_tags(&#38;#39; &#38;#39;); ?&#38;gt;&#38;lt;br /&#38;gt;
                Comments: &#38;lt;a href=&#38;quot;&#38;lt;?php the_permalink() ?&#38;gt;#comments&#38;quot;&#38;gt;&#38;lt;?php comments_number(&#38;#39;No Responses&#38;#39;,&#38;#39;One Response&#38;#39;,&#38;#39;% Responses&#38;#39;); ?&#38;gt;&#38;lt;/a&#38;gt;
            &#38;lt;/div&#38;gt;                   

            &#38;lt;?php the_content(&#38;#39;&#38;#39;); ?&#38;gt;
        &#38;lt;/div&#38;gt;

        &#38;lt;div id=&#38;quot;comments&#38;quot;&#38;gt;
            &#38;lt;?php comments_template(); ?&#38;gt;
        &#38;lt;/div&#38;gt;

        &#38;lt;?php endwhile; ?&#38;gt;
        &#38;lt;?php else : ?&#38;gt;

        &#38;lt;h2 class=&#38;#39;center&#38;#39;&#38;gt;No posts found&#38;lt;/h2&#38;gt;

        &#38;lt;?php endif; ?&#38;gt;           

    &#38;lt;/div&#38;gt; &#38;lt;!-- maincontent --&#38;gt;

    &#38;lt;?php get_sidebar(); ?&#38;gt;

&#38;lt;/div&#38;gt; &#38;lt;!-- contentwrap --&#38;gt;

&#38;lt;?php get_footer(); ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;To&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php get_header(); ?&#38;gt;

&#38;lt;div id=&#38;quot;contentwrap&#38;quot;&#38;gt;

    &#38;lt;div id=&#38;quot;maincontent&#38;quot;&#38;gt;

        &#38;lt;div class=&#38;quot;postcontent&#38;quot;&#38;gt;

            &#38;lt;h2&#38;gt;&#38;lt;?php the_title(); ?&#38;gt;&#38;lt;/h2&#38;gt;

            &#38;lt;div class=&#38;quot;postdets&#38;quot;&#38;gt;

                Posted On: &#38;lt;?php the_time(&#38;#39;F j, Y&#38;#39;); ?&#38;gt;&#38;lt;br /&#38;gt;

                Posted In: &#38;lt;?php the_tags(&#38;#39; &#38;#39;); ?&#38;gt;&#38;lt;br /&#38;gt;

                Comments: &#38;lt;a href=&#38;quot;&#38;lt;?php the_permalink() ?&#38;gt;#comments&#38;quot;&#38;gt;&#38;lt;?php comments_number(&#38;#39;No Responses&#38;#39;,&#38;#39;One Response&#38;#39;,&#38;#39;% Responses&#38;#39;); ?&#38;gt;&#38;lt;/a&#38;gt;  

            &#38;lt;/div&#38;gt;   

        &#38;lt;?php if (have_posts()) : ?&#38;gt;

        &#38;lt;?php while (have_posts()) : the_post(); ?&#38;gt;

        &#38;lt;?php if ( get_post_meta($post-&#38;gt;ID, &#38;quot;_p75_thumbnail&#38;quot;, true) ): ?&#38;gt;

        &#38;lt;div class=&#38;quot;post_image&#38;quot;&#38;gt;

            &#38;lt;a class=&#38;quot;original&#38;quot; href=&#38;quot;&#38;lt;?php echo p75GetOriginalImage($post-&#38;gt;ID); ?&#38;gt;&#38;quot; title=&#38;quot;Instant View&#38;quot;&#38;gt;&#38;lt;img src=&#38;quot;&#38;lt;?php echo p75GetThumbnail($post-&#38;gt;ID, 620, 400); ?&#38;gt;&#38;quot; alt=&#38;quot;&#38;lt;?php the_title(); ?&#38;gt;&#38;quot; /&#38;gt;&#38;lt;/a&#38;gt;

        &#38;lt;/div&#38;gt;

        &#38;lt;?php endif; ?&#38;gt; 

            &#38;lt;?php the_content(&#38;#39;&#38;#39;); ?&#38;gt;

        &#38;lt;/div&#38;gt;

        &#38;lt;div id=&#38;quot;comments&#38;quot;&#38;gt;

            &#38;lt;?php comments_template(); ?&#38;gt;

        &#38;lt;/div&#38;gt;

        &#38;lt;?php endwhile; ?&#38;gt;

        &#38;lt;?php else : ?&#38;gt;

        &#38;lt;h2 class=&#38;#39;center&#38;#39;&#38;gt;No posts found&#38;lt;/h2&#38;gt;

        &#38;lt;?php endif; ?&#38;gt;           

    &#38;lt;/div&#38;gt; &#38;lt;!-- maincontent --&#38;gt;

    &#38;lt;?php get_sidebar(); ?&#38;gt;

&#38;lt;/div&#38;gt; &#38;lt;!-- contentwrap --&#38;gt;

&#38;lt;?php get_footer(); ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I am very new to this so any help is REALLY appreciated!  &#60;/p&#62;
&#60;p&#62;Thanks all!
&#60;/p&#62;</description>
</item>

</channel>
</rss>
