<?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>Cutline Theme for WordPress &#187; Cutline Mods</title>
	<atom:link href="http://cutline.tubetorial.com/category/cutline-mods/feed/" rel="self" type="application/rss+xml" />
	<link>http://cutline.tubetorial.com</link>
	<description>One Giant Leap for Mankind</description>
	<lastBuildDate>Thu, 21 Jul 2011 06:36:29 +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>Using Static Header Images in Cutline Version 1.3</title>
		<link>http://cutline.tubetorial.com/using-static-header-images-in-cutline-version-13/</link>
		<comments>http://cutline.tubetorial.com/using-static-header-images-in-cutline-version-13/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 02:30:24 +0000</pubDate>
		<dc:creator>J. Angelo Racoma</dc:creator>
				<category><![CDATA[Cutline Mods]]></category>
		<category><![CDATA[dynamic]]></category>
		<category><![CDATA[header]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[random]]></category>

		<guid isPermaLink="false">http://cutline.tubetorial.com/?p=56</guid>
		<description><![CDATA[The more recent versions of the Cutline Theme use a dynamic header image, which is based on what kind of page a blog is currently showing. At present, for version 1.3 there are five default images that can be found under the /images folder as header_x.jpg (where x = 1 to 5), which rotate in [...]]]></description>
			<content:encoded><![CDATA[<p>The more recent versions of the Cutline Theme use a dynamic header image, which is based on what kind of page a blog is currently showing. At present, for version 1.3 there are five default images that can be found under the <strong>/images</strong> folder as <strong>header_x.jpg</strong> (where x = 1 to 5), which rotate in random.</p>
<p>I&#8217;ve received several inqiuries on how to set a static page instead, either just to set one of these images as the sole static image, or to replace it with another one&#8211;perhaps an image with the blog title or a corporate/brand header image perhaps.</p>
<p>One solution would be to rename the image you want as the single static header image to <strong>header_1.jpg</strong>, <strong>header_2.jpg</strong>, <strong>header_3.jpg</strong>, <strong>header_4.jpg</strong> and <strong>header_5.jpg</strong> and upload these into the /images folder. That would take some space, though. While this is negligible for most people, the few milliseconds processing time it takes for the server to randomize from 1 to 5 might be a concern if you run a site with huge traffic.</p>
<p>The better way to do it would be to access the header file <strong>header.php</strong> from either FTP or the WordPress theme editor, and look for these lines below:</p>
<p><code><br />
	&lt;div id="header_img"&gt;<br />
		&lt;img src="&lt;?php bloginfo('template_url'); ?&gt;/images/header_&lt;?php echo(rand(1,5)); ?&gt;.jpg" width="770" height="140" alt="&lt;?php bloginfo('name'); ?&gt; random header image" title="&lt;?php bloginfo('name'); ?&gt; random header image" /&gt;<br />
	&lt;/div&gt;<br />
</code></p>
<p>You will notice the part that says <strong>header_&lt;?php echo(rand(1,5)); ?&gt;.jpg</strong> which outputs a random integer from 1 to 5. If you wish to set any of the five built-in images as the sole static images, just replace header_&lt;?php echo(rand(1,5)); ?&gt;.jpg with <strong>header_X.jpg</strong> with X being the number of the image file name of your choice.</p>
<p>Or if you&#8217;ve already uploaded your custom header image onto the /images folder (prescribed dimensions are 770 x 140 px), you can just simply replace the entire thing with the filename of your image.</p>
<div id="crp_related"><h3>You might also enjoy:</h3><ul><li><a href="http://cutline.tubetorial.com/totally-random-header-images-for-cutline/" rel="bookmark" class="crp_title">Totally Random Header Images for Cutline</a></li><li><a href="http://cutline.tubetorial.com/how-to-customize-your-header-images/" rel="bookmark" class="crp_title">How To Customize Your Header Images</a></li><li><a href="http://cutline.tubetorial.com/enabling-the-about-and-archives-pages-on-cutline/" rel="bookmark" class="crp_title">Enabling the &#8220;About&#8221; and &#8220;Archives&#8221; Pages on Cutline</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://cutline.tubetorial.com/using-static-header-images-in-cutline-version-13/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Taking The Cutline Communtiy To A New Level</title>
		<link>http://cutline.tubetorial.com/taking-the-cutline-communtiy-to-a-new-level/</link>
		<comments>http://cutline.tubetorial.com/taking-the-cutline-communtiy-to-a-new-level/#comments</comments>
		<pubDate>Mon, 27 Aug 2007 01:42:03 +0000</pubDate>
		<dc:creator>Franky Branckaute</dc:creator>
				<category><![CDATA[Cutline Mods]]></category>

		<guid isPermaLink="false">http://cutline.tubetorial.com/taking-the-cutline-communtiy-to-a-new-level/</guid>
		<description><![CDATA[This is nothing more than a sneak preview, sneak preview because so far there are only official themes, mods for Cutline. But times are about to change. Starting today. Let me present you our newest feature for Cutline: Cutline Theme Mods When Brian created the Cutline Showcase we made a first step towards our communtiy, [...]]]></description>
			<content:encoded><![CDATA[<p>This is nothing more than a sneak preview, sneak preview because so far there are only official themes, mods for Cutline. But times are about to change. Starting today.</p>
<p>Let me present you our newest feature for Cutline: <a href="/mods/" rel="bookmark" title="Cutline Theme Mods">Cutline Theme Mods</a></p>
<p>When Brian <a href="http://cutline.tubetorial.com/showcase-your-cutline-website/" rel="bookmark" title="Cutline Showcase">created the Cutline Showcase</a> we made a first step towards our communtiy, but today we bring this to a new level!</p>
<p>From now on every Cutliner can <a href="/mods/contact/" title="Contact The Cutline Team">submit her/his own modification of Cutline for release</a> and selected mods will be featured here on the Cutline homepage!</p>
<p>Of course, this would be totally irrelevant without a new Cutline Mod release, so watch this page for the featured Cutline Blue Modification to be released over the next days! Fully documented.</p>
<p>All downloads soon will be re-released with implemented Microformats.</p>
<div id="crp_related"><h3>You might also enjoy:</h3><ul><li><a href="http://cutline.tubetorial.com/how-to-add-a-background-to-cutline/" rel="bookmark" class="crp_title">How To Add A Background To Cutline</a></li><li><a href="http://cutline.tubetorial.com/cutline-bw-v20/" rel="bookmark" class="crp_title">Cutline v2.0</a></li><li><a href="http://cutline.tubetorial.com/showcase-your-cutline-website/" rel="bookmark" class="crp_title">Showcase Your Cutline Website</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://cutline.tubetorial.com/taking-the-cutline-communtiy-to-a-new-level/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

