
<?xml version="1.0" encoding="Windows-1251"?>
<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/"
	xmlns:georss="http://www.georss.org/georss">

<channel>
	<title>MJC Creative</title>
	<atom:link href="http://www.mjccreative.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mjccreative.co.uk</link>
	<description>Creative marketing and design for web and print</description>
	<lastBuildDate>Fri, 20 Jan 2012 15:16:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>homepage title font size</title>
		<link>http://www.mjccreative.co.uk/homepage-title-font-size/</link>
		<comments>http://www.mjccreative.co.uk/homepage-title-font-size/#comments</comments>
		<pubDate>Thu, 20 Oct 2011 12:56:10 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[thoughts and links]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[creative]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[technical]]></category>
		<category><![CDATA[thoughts]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.mjccreative.co.uk/testing/?p=543</guid>
		<description><![CDATA[Hacking around the twentyten theme (AKA creating a &#8216;child&#8217; theme) can be frustrating. I have just spent the entire morning wondering why the title on my homepage was minutely smaller than on the other pages. The solution? for some reason &#8230; <a href="http://www.mjccreative.co.uk/homepage-title-font-size/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Hacking around the twentyten theme (AKA creating a &#8216;child&#8217; theme) can be frustrating. I have just spent the entire morning wondering why the title on my homepage was minutely smaller than on the other pages. <span id="more-543"></span>The solution? for some reason the theme assumes you <em>want</em> the font size of the title on your homepage to be smaller. Anyone want to suggest why?</p>
<p>Anyway, in case you are wondering where the culprit can be found, it&#8217;s on line 22 of loop-page.php</p>
<p>&lt;div id=&#8221;post-&lt;?php the_ID(); ?&gt;&#8221; &lt;?php post_class(); ?&gt;&gt;</p>
<p>&lt;?php if ( is_front_page() ) { ?&gt;<br />
<span style="background-color: yellow;">&lt;h2 class=&#8221;entry-title&#8221;&gt;&lt;?php the_title(); ?&gt;&lt;/h2&gt;</span><br />
&lt;?php } else { ?&gt;<br />
&lt;h1 class=&#8221;entry-title&#8221;&gt;&lt;?php the_title(); ?&gt;&lt;/h1&gt;<br />
&lt;?php } ?</p>
<p>Just change H2 and /H2 to H1 and you&#8217;re done.<!--more--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mjccreative.co.uk/homepage-title-font-size/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

