<?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: How to remove the breadcrumb on single post pages</title>
		<link>http://www.kriesi.at/support/topic/how-to-remove-the-breadcrumb-on-single-post-pages</link>
		<description>Support Forum - Topic: How to remove the breadcrumb on single post pages</description>
		<language>en-US</language>
		<pubDate>Sun, 26 May 2013 02:06:34 +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/how-to-remove-the-breadcrumb-on-single-post-pages" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "How to remove the breadcrumb on single post pages"</title>
			<link>http://www.kriesi.at/support/topic/how-to-remove-the-breadcrumb-on-single-post-pages#post-75938</link>
			<pubDate>Fri, 14 Sep 2012 16:21:42 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">75938@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You can add this on your custom.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.single .stretch_full.container_wrap.slideshow_color.light_bg_color.title_container {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>beijaflor on "How to remove the breadcrumb on single post pages"</title>
			<link>http://www.kriesi.at/support/topic/how-to-remove-the-breadcrumb-on-single-post-pages#post-75910</link>
			<pubDate>Fri, 14 Sep 2012 12:10:44 +0000</pubDate>
			<dc:creator>beijaflor</dc:creator>
			<guid isPermaLink="false">75910@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks. The breadcrumb text went away but the breadcrumb 'area' incl the title &#34;Blog&#34; is still there. I would like to remove that whole section  so that the blog post is displayed right after the main menu. How is that done?&#60;/p&#62;
&#60;p&#62;Cheers.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "How to remove the breadcrumb on single post pages"</title>
			<link>http://www.kriesi.at/support/topic/how-to-remove-the-breadcrumb-on-single-post-pages#post-75858</link>
			<pubDate>Fri, 14 Sep 2012 03:14:43 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">75858@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi beijaflor,&#60;/p&#62;
&#60;p&#62;To hide the breadcrumb on the single post, try adding this to your custom.css or Quick CSS:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;body.single .breadcrumb { display:none !important; }&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;To display the author, open loop-index.php found in the /includes/ folder. Find this line:&#60;/p&#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;lt;span class=&#38;quot;text-sep author-sep&#38;quot;&#38;gt;/&#38;lt;/span&#38;gt;&#38;#39;;

echo &#38;#39;&#38;lt;span class=&#38;quot;blog-permalink minor-meta&#38;quot;&#38;gt;&#38;#39;;
echo &#38;quot;&#38;lt;a href=&#38;#39;&#38;quot;.get_permalink().&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;#permalink&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;quot;;
echo &#38;#39;&#38;lt;/span&#38;gt;&#38;#39;;
*/&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and remove the /* and */ which will uncomment the line.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>beijaflor on "How to remove the breadcrumb on single post pages"</title>
			<link>http://www.kriesi.at/support/topic/how-to-remove-the-breadcrumb-on-single-post-pages#post-75691</link>
			<pubDate>Thu, 13 Sep 2012 09:16:35 +0000</pubDate>
			<dc:creator>beijaflor</dc:creator>
			<guid isPermaLink="false">75691@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! By using dynamic templates, I have removed the breadcrumb on all pages except single post pages. I haven't figured how to do that on those. Can you please let me know how to solve it.&#60;br /&#62;
See e.g.: &#60;a href=&#34;http://magnuskahler.com/brand-naming-and-spell-check-defying-startups/&#34; rel=&#34;nofollow&#34;&#62;http://magnuskahler.com/brand-naming-and-spell-check-defying-startups/&#60;/a&#62; - I wish to remove the section below the menu containing title and &#34;you are here:&#34;.&#60;/p&#62;
&#60;p&#62;Furthermore, how do I add the author name to indiviual posts?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
