<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Acts Media &#187; carrington</title>
	<atom:link href="http://blog.actsmedia.com/tag/carrington/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.actsmedia.com</link>
	<description>Acts Media specializes in Wed Design, Web Development, and Flash/Flex Authoring</description>
	<lastBuildDate>Wed, 04 Aug 2010 15:44:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Hide Page Title in WordPress</title>
		<link>http://blog.actsmedia.com/2009/08/wordpress-carrington-theme-page-title-hide/</link>
		<comments>http://blog.actsmedia.com/2009/08/wordpress-carrington-theme-page-title-hide/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 20:14:50 +0000</pubDate>
		<dc:creator>Bryn Knatterud</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[carrington]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.actsmedia.com/?p=74</guid>
		<description><![CDATA[On my site I am using the Carrington Theme by Crowd Favorite (I&#8217;m also using the Carrington Mobile Theme). It&#8217;s a great theme! One problem I had was that on the homepage of my site I wanted to hide the title, so that it would not say &#8220;Home&#8221; in big black letters. The PHP file [...]]]></description>
			<content:encoded><![CDATA[<p>On my site I am using the <a href="http://wordpress.org/extend/themes/carrington-blog">Carrington Theme</a> by <a href="http://crowdfavorite.com/">Crowd Favorite</a> (I&#8217;m also using the Carrington Mobile Theme). It&#8217;s a great theme!</p>
<p>One problem I had was that on the homepage of my site I wanted to hide the title, so that it would not say &#8220;Home&#8221; in big black letters. The PHP file that needed to be edited in order to make this happen could not be accessed in the regular Appearance-&gt;Editor area. This is because the post on my homepage is a &#8220;Page&#8221; and not a regular &#8220;Post&#8221;. So the following is how to edit the default Page template for the Carrington Theme.</p>
<ol>
<li>Using an FTP client grab wp-content/themes/carrington-blog/content/page.php from your site&#8217;s directory.<br />
<em>Note if you are using the default WordPress theme this equivalent file can be found under wp-content/themes/default/page.php.</em></li>
<li>Make necessary edits to file and then upload it back to your site.</li>
</ol>
<p>On my site I wanted to hide the title (&lt;h1&gt;) tag on my homepage. The homepage had an ID of 2 so I used the following PHP code to achieve my desired result.</p>
<p><em>Note: to find the id of a post or page in the WordPress admin look at the URL string in your browser when editing a post or a page. It will have somewhere in there the word post=&lt;a #&gt; &#8220;a #&#8221; is the id of that post or page.</em></p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span><span style="color: #009900;">&#40;</span>get_the_ID<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">!=</span> <span style="color: #cc66cc;">2</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
         &lt;h1 class=&quot;entry-title full-title&quot;&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> the_title<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;/h1&gt;
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #009900;">&#125;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>If you didn&#8217;t want page titles to ever appear you could just delete everything between the &lt;h1&gt; tags.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.actsmedia.com/2009/08/wordpress-carrington-theme-page-title-hide/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
