<?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: Removing Page Titles</title>
		<link>http://www.kriesi.at/support/topic/removing-page-titles</link>
		<description>Support Forum - Topic: Removing Page Titles</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 21:43:49 +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/removing-page-titles" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Removing Page Titles"</title>
			<link>http://www.kriesi.at/support/topic/removing-page-titles#post-24927</link>
			<pubDate>Mon, 15 Aug 2011 18:18:28 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">24927@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that you found a solution :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brianarmas on "Removing Page Titles"</title>
			<link>http://www.kriesi.at/support/topic/removing-page-titles#post-24921</link>
			<pubDate>Mon, 15 Aug 2011 18:09:25 +0000</pubDate>
			<dc:creator>brianarmas</dc:creator>
			<guid isPermaLink="false">24921@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;For some reason that still did not work for me. However, I did manage to create a new template and call a custom loop from the includes folder and that worked.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Removing Page Titles"</title>
			<link>http://www.kriesi.at/support/topic/removing-page-titles#post-24912</link>
			<pubDate>Mon, 15 Aug 2011 16:40:02 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">24912@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
use following code (insert it in style.css):&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.home h1.entry-heading{
display: none;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>brianarmas on "Removing Page Titles"</title>
			<link>http://www.kriesi.at/support/topic/removing-page-titles#post-24910</link>
			<pubDate>Mon, 15 Aug 2011 16:33:49 +0000</pubDate>
			<dc:creator>brianarmas</dc:creator>
			<guid isPermaLink="false">24910@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Dude, I tried this and it didn't work for me. I'm trying to remove the title of the page on the front page. Any way to do that using a unique template or is there something perhaps that needs to be modified on your CSS hack? Thanks so much!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Removing Page Titles"</title>
			<link>http://www.kriesi.at/support/topic/removing-page-titles#post-23465</link>
			<pubDate>Tue, 26 Jul 2011 05:55:56 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">23465@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;No there's no option. You can remove all page titles or leave all page titles. An easy hack would be to hide the page titles with css. The code (which can be insert in css/custom.css) would look like:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.postid-38 .post-title, .postid-40 .post-title{
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;But instead of 38,40.... use your own post ids.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mlah384 on "Removing Page Titles"</title>
			<link>http://www.kriesi.at/support/topic/removing-page-titles#post-23447</link>
			<pubDate>Mon, 25 Jul 2011 19:02:10 +0000</pubDate>
			<dc:creator>mlah384</dc:creator>
			<guid isPermaLink="false">23447@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;But what if I want some pages to have the title? Is there a way to have a toggle option where you can select it to display on some pages but not on others?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Removing Page Titles"</title>
			<link>http://www.kriesi.at/support/topic/removing-page-titles#post-23359</link>
			<pubDate>Sat, 23 Jul 2011 22:25:23 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">23359@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;to do this you can open includes\loop-page.php and remove the following:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;h1 class=&#38;#39;post-title&#38;#39;&#38;gt;&#38;lt;?php the_title(); ?&#38;gt;&#38;lt;/h1&#38;gt;&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mlah384 on "Removing Page Titles"</title>
			<link>http://www.kriesi.at/support/topic/removing-page-titles#post-23350</link>
			<pubDate>Sat, 23 Jul 2011 18:37:58 +0000</pubDate>
			<dc:creator>mlah384</dc:creator>
			<guid isPermaLink="false">23350@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I would have thought that by now there would be a show/hide page title option in the admin...&#60;/p&#62;
&#60;p&#62;The name of the page always appears above the content, like in most wordpress themes... &#60;/p&#62;
&#60;p&#62;What's the best way to toggle page titles on this theme?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
