<?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>Longhouses &#187; structure</title>
	<atom:link href="http://www.longhouses.nl/tag/structure/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.longhouses.nl</link>
	<description>creëert business</description>
	<lastBuildDate>Mon, 10 Feb 2014 12:13:27 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.38</generator>
	<item>
		<title>Theme structure</title>
		<link>http://www.longhouses.nl/template-structure/</link>
		<comments>http://www.longhouses.nl/template-structure/#comments</comments>
		<pubDate>Tue, 10 Jul 2012 06:25:25 +0000</pubDate>
		<dc:creator><![CDATA[webmaster]]></dc:creator>
				<category><![CDATA[Theme essentials]]></category>
		<category><![CDATA[structure]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://www.longhouses.nl/?p=359</guid>
		<description><![CDATA[Each theme&#8217;s subpage in GavernWP is created and based on one file from theme&#8217;s main catalog, e.g. single.php and at least four additional files from layouts catalog: header.php &#8211; this file includes starting page&#8217;s structure i.e. a head section and the whole headline with elements such as: logo, main menu, etc. before.php &#8211; there are [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Each theme&#8217;s subpage in GavernWP is created and based on one file from theme&#8217;s main catalog, e.g. <strong>single.php</strong> and at least four additional files from <strong>layouts</strong> catalog:</p>
<ul>
<li><strong>header.php</strong> &#8211; this file includes starting page&#8217;s structure i.e. a head section and the whole headline with elements such as: logo, main menu, etc.</li>
<li><strong>before.php</strong> &#8211; there are all widget positions included in this file which are before page&#8217;s main content.</li>
<li><strong>after.php</strong> &#8211; this file is an equivalent of <strong>before.php</strong> file but with one difference &#8211; it includes widget positions which are after page&#8217;s main content.</li>
<li><strong>footer.php</strong> &#8211; similarly to <strong>header.php</strong> file, it includes a starting page&#8217;s structure as footer.php includes the ending page&#8217;s structure, i.e. a footer and and elements below.</li>
</ul>
<p>The above files with a file given from a main catalog, create a basic structure of each page. The remaining elements are generated by additional files or functions. The majority of of such files can be found in <strong>layouts</strong> catalog; e.g. files with names content.post.*.php, include constituents of each post. . Using these files allowed to restrict the amount of code in theme&#8217;s main files and simplify its modification as change e.g. an entry footer requires modification of one or two files only.</p>
<p>Functions used for generating additional information displayed in posts are in <strong>gavern/helpers/helpers.layout.fragments.php</strong> file.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.longhouses.nl/template-structure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
