<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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">
	<channel>
		<title>Support Forum - Topic: Want to display &#34;tags&#34; elsewhere</title>
		<link>http://www.kriesi.at/support/topic/want-to-display-tags-elsewhere</link>
		<description>Support Forum - Topic: Want to display &quot;tags&quot; elsewhere</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 11:58:33 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/want-to-display-tags-elsewhere" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Want to display &#34;tags&#34; elsewhere"</title>
			<link>http://www.kriesi.at/support/topic/want-to-display-tags-elsewhere#post-92345</link>
			<pubDate>Sat, 19 Jan 2013 00:23:48 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">92345@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Glad Devin fixed it.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>FotografieDuo on "Want to display &#34;tags&#34; elsewhere"</title>
			<link>http://www.kriesi.at/support/topic/want-to-display-tags-elsewhere#post-92338</link>
			<pubDate>Fri, 18 Jan 2013 21:45:39 +0000</pubDate>
			<dc:creator>FotografieDuo</dc:creator>
			<guid isPermaLink="false">92338@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Just ignore that last question: it works!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>FotografieDuo on "Want to display &#34;tags&#34; elsewhere"</title>
			<link>http://www.kriesi.at/support/topic/want-to-display-tags-elsewhere#post-92303</link>
			<pubDate>Fri, 18 Jan 2013 18:39:07 +0000</pubDate>
			<dc:creator>FotografieDuo</dc:creator>
			<guid isPermaLink="false">92303@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks, so that leaves the question on how to make them appear on my blog page.&#60;br /&#62;
At this moment they only appear on a single item.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Want to display &#34;tags&#34; elsewhere"</title>
			<link>http://www.kriesi.at/support/topic/want-to-display-tags-elsewhere#post-92275</link>
			<pubDate>Fri, 18 Jan 2013 17:43:01 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">92275@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can just remove the strong tag like this:&#60;br /&#62;
&#60;code&#62;echo the_tags(.__(&#38;#39;Tags: &#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;#39;&#38;lt;span&#38;gt;&#38;#39;);&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>FotografieDuo on "Want to display &#34;tags&#34; elsewhere"</title>
			<link>http://www.kriesi.at/support/topic/want-to-display-tags-elsewhere#post-92052</link>
			<pubDate>Thu, 17 Jan 2013 11:35:06 +0000</pubDate>
			<dc:creator>FotografieDuo</dc:creator>
			<guid isPermaLink="false">92052@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;And this line makes the word tag turn bold:&#60;br /&#62;
echo the_tags('&#60;strong&#62;'.__('Tags: ','avia_framework').'&#60;/strong&#62;&#38;lt;span&#38;gt;');&#60;/p&#62;
&#60;p&#62;How do i remove that &#60;strong&#62; statement?&#60;/strong&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>FotografieDuo on "Want to display &#34;tags&#34; elsewhere"</title>
			<link>http://www.kriesi.at/support/topic/want-to-display-tags-elsewhere#post-92050</link>
			<pubDate>Thu, 17 Jan 2013 11:33:10 +0000</pubDate>
			<dc:creator>FotografieDuo</dc:creator>
			<guid isPermaLink="false">92050@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I managed to make the tags appear in the appropriate place when viewing a single item. However they don't appear on my blog page.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Want to display &#34;tags&#34; elsewhere"</title>
			<link>http://www.kriesi.at/support/topic/want-to-display-tags-elsewhere#post-91968</link>
			<pubDate>Thu, 17 Jan 2013 01:50:11 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">91968@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;Inside the includes folder in the theme files you'll have to open each of the format-(post type name).php files and look for:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if(has_tag() &#38;amp;&#38;amp; is_single())
				{
					echo &#38;#39;&#38;lt;span class=&#38;quot;blog-tags&#38;quot;&#38;gt;&#38;#39;;
					echo the_tags(&#38;#39;&#38;lt;strong&#38;gt;&#38;#39;.__(&#38;#39;Tags: &#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;#39;&#38;lt;/strong&#38;gt;&#38;lt;span&#38;gt;&#38;#39;);
					echo &#38;#39;&#38;lt;/span&#38;gt;&#38;lt;/span&#38;gt;&#38;#39;;
				}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Move that if statement to inside the:&#60;br /&#62;
&#60;code&#62;&#38;lt;span class=&#38;#39;post-meta-infos&#38;#39;&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;where you want the tags to appear. For example just after the author would be just after these lines:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;#39;&#38;lt;span class=&#38;quot;blog-author minor-meta&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;by &#38;#39;,&#38;#39;avia_framework&#38;#39;);
						the_author_posts_link();
						echo &#38;#39;&#38;lt;/span&#38;gt;&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You'll have to do that for each of the post types and save the files back on the server. There may need to be some additional formatting depending on how the tags get rendered in that space since the layout wasn't set up to support the extra data there.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>FotografieDuo on "Want to display &#34;tags&#34; elsewhere"</title>
			<link>http://www.kriesi.at/support/topic/want-to-display-tags-elsewhere#post-91856</link>
			<pubDate>Wed, 16 Jan 2013 14:03:54 +0000</pubDate>
			<dc:creator>FotografieDuo</dc:creator>
			<guid isPermaLink="false">91856@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;I would like to show the tags of an item (which are now at the bottom) beneath the flag where the info about the author and the category&#60;br /&#62;
is displayed.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
