<?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; Theme essentials</title>
	<atom:link href="http://www.longhouses.nl/category/theme-essentials/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>Main front-end features</title>
		<link>http://www.longhouses.nl/main-front-end-features/</link>
		<comments>http://www.longhouses.nl/main-front-end-features/#comments</comments>
		<pubDate>Fri, 13 Jul 2012 12:43:30 +0000</pubDate>
		<dc:creator><![CDATA[webmaster]]></dc:creator>
				<category><![CDATA[Theme essentials]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[front-end]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://www.longhouses.nl/?p=408</guid>
		<description><![CDATA[Themes based on GavernWP framework have support for many useful solutions and technologies. The most important ones are: Custom page styles &#8211; they extend functionality of standard subpages. Typography &#8211; an advanced list of elements gives a possibility to enhance posts about various add ons. Social API &#8211; it allows to add buttons for sharing [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Themes based on GavernWP framework have support for many useful solutions and technologies. The most important ones are:</p>
<ul>
<li><a title="Custom Page Styles" href="http://www.longhouses.nl/template-features/custom-page-styles-2/">Custom page styles</a> &#8211; they extend functionality of standard subpages.</li>
<li><a title="Typography" href="http://www.longhouses.nl/template-features/typography/">Typography</a> &#8211; an advanced list of elements gives a possibility to enhance posts about various add ons.</li>
<li><a title="Social API" href="http://www.longhouses.nl/template-features/social-api/">Social API</a> &#8211; it allows to add buttons for sharing posts in social network services very easily.</li>
<li><a title="Open Graph support" href="http://www.longhouses.nl/template-features/open-graph-support/">Open Graph</a> &#8211; it allows to specify the way in which content shared on Facebook will be visible.</li>
<li><a title="Threaded comments" href="http://www.longhouses.nl/template-features/threaded-comments-2/">Threaded comments</a> &#8211; they allow to make discussions under posts in a clear way.</li>
<li><a title="Branding" href="http://www.longhouses.nl/template-features/branding/">Branding</a> &#8211; it simplifies setting key elements of a website connected with its name or brand.</li>
<li><a title="Color Styles" href="http://www.longhouses.nl/uncategorized/color-styles/">Color styles</a> &#8211; thanks to color styles, it is possible to create many various color and stylistic versions of a theme.</li>
</ul>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.longhouses.nl/main-front-end-features/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Theme CSS</title>
		<link>http://www.longhouses.nl/template-css/</link>
		<comments>http://www.longhouses.nl/template-css/#comments</comments>
		<pubDate>Tue, 10 Jul 2012 06:48:59 +0000</pubDate>
		<dc:creator><![CDATA[webmaster]]></dc:creator>
				<category><![CDATA[Theme essentials]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://www.longhouses.nl/?p=361</guid>
		<description><![CDATA[Theme&#8217;s CSS code is divided into a few files, loaded in order specified. All these files are in css catalog. You have to remember that order of these files is very important and its change may cause unpredictable changes of theme&#8217;s look because of using moving from general styling to detailed styling in CSS code. [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Theme&#8217;s CSS code is divided into a few files, loaded in order specified. All these files are in <strong>css</strong> catalog. You have to remember that order of these files is very important and its change may cause unpredictable changes of theme&#8217;s look because of using moving from general styling to detailed styling in CSS code.</p>
<p>The list of CSS files used in a theme is presented below (order according to recommended order of loading these files):</p>
<ol>
<li><strong>normalize.css</strong> &#8211; CSS code unifying page&#8217;s elements styling in all browsers</li>
<li><strong>template.css</strong> &#8211; the most important CSS file responsible for page&#8217;s layout styling , basic typography, widget styling, etc.</li>
<li><strong>wp.css</strong> &#8211; CSS rules which are responsible for WordPress elements styling, e.g. a comments form , comments themselves or posts elements.</li>
<li><strong>shortcodes.*.css</strong> (optional) &#8211; a group of CSS files responsible for typography elements styling inserting to posts with Shortcodes.</li>
<li><strong>stuff.css</strong> &#8211; it includes styling of additional theme&#8217;s elements sucha s breadcrumbs or font-size switcher.</li>
<li><strong>wp.extensions.css</strong> &#8211; CSS rules connected with styling of standard widgets available with WordPress.</li>
<li><strong>extensions.css (optional)</strong> &#8211; a CSS file which you have to add yourself in the case when you want to style additional widgets. In the case of small changes in widget styling, we recommend to use <strong>override.css</strong> file instead of this file.</li>
<li><strong>tablet.css</strong> &#8211; CSS rules used while displaying a page on tablet devices.</li>
<li><strong>mobile.css</strong> &#8211; CSS rules used while displaying  a page on smartfon devices.</li>
<li><strong>ie*.css</strong> &#8211; a file or a group of CSS files used for correcting page&#8217;s look in an Internet Explorer browser.</li>
<li><strong>style*.css</strong> &#8211; a file or a group of CSS files used for changing coloring or general style of a theme &#8211; they are loaded automatically by a mechanism responsible for theme&#8217;s coloring.</li>
<li><strong>override.css</strong> (optional) &#8211; you may add your own rules in this file which will overwrite existing rules in previous files &#8211; a perfect solution for theme modification without modifying the remaining CSS files.</li>
</ol>
<p>Additionally, CSS code used in a theme itself, you will also find in a <strong>templates</strong> catalog where there are CSS files loaded on chosen styles of subpages, e.g. needed for correct work of a gallery.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.longhouses.nl/template-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
		<item>
		<title>Framework structure</title>
		<link>http://www.longhouses.nl/framework-structure-2/</link>
		<comments>http://www.longhouses.nl/framework-structure-2/#comments</comments>
		<pubDate>Sun, 08 Jul 2012 09:30:56 +0000</pubDate>
		<dc:creator><![CDATA[webmaster]]></dc:creator>
				<category><![CDATA[Theme essentials]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Custom Pages]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[JS]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[translations]]></category>

		<guid isPermaLink="false">http://www.longhouses.nl/?p=330</guid>
		<description><![CDATA[Gavern Framework has a quite extensive files structure. It is similar to a standard structure of majority of the themes, however, because of many functionalities, there are some new elements. The overall outline of files structure is presented below: theme&#8217;s catalog It includes all basic files and catalogs for a theme. It is worth seeing [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Gavern Framework has a quite extensive files structure. It is similar to a standard structure of majority of the themes, however, because of many functionalities, there are some new elements.</p>
<p><span id="more-330"></span></p>
<p>The overall outline of files structure is presented below:</p>
<ol>
<li><strong>theme&#8217;s catalog</strong><br />
<small>It includes all basic files and catalogs for a theme. It is worth seeing that Custom Pages templats have a <strong>theme.</strong> prefix at the beginning of their names which helps to find them in files structure.</small></p>
<ol>
<li><strong>css</strong><br />
<small>There are all CSS theme&#8217;s files in it. They are described in details in an entry about framework&#8217;s CSS code.<br />
</small></p>
<ol>
<li><strong>back-end</strong><br />
<small>To have everything ordered, CSS files connected with an administration panel were placed in this catalog.<br />
</small></li>
</ol>
</li>
<li><strong>fonts</strong><br />
<small>This catalog is used for storing files with additional fonts. You have to remember that each font must have its own catalog including a stylesheet.css file. More information about fonts service can be found in an entry about <strong>Fonts</strong> in an administration panel.<strong></strong><br />
</small></li>
<li><strong>gavern</strong><br />
<small>A catalog including the base of whole GavernWP framework work.<br />
</small></p>
<ol>
<li><strong>classes</strong><br />
<small>Files with supporting classes used in framework&#8217;s code.<br />
</small></li>
<li><strong>config</strong><br />
<small>Files including framework&#8217;s configuration. It has to be remembered that there are additional catalogs used for making transalations.<br />
</small></li>
<li><strong>form_elements</strong><br />
<small>It includes a main file with a code which generates basic form elements in an administration panel, as well as, catalogs with elements created by a user.<br />
</small></li>
<li><strong>helpers</strong><br />
<small>A collection of classes connected with specific framework&#8217;s tasks, e.g. with generating layout fragments.<br />
</small></li>
<li><strong>layouts</strong><br />
<small>Files used for generating HTML code of an administration panel.<br />
</small></li>
<li><strong>options</strong><br />
<small>Files which store options of particular sections of theme&#8217;s administration panel. Similarly to <strong>config</strong> catalog; there are also additional catalogs used for making translations.<strong></strong><br />
</small></li>
</ol>
</li>
<li><strong>images</strong><br />
<small>Graphic files used with a theme<br />
</small></p>
<ol>
<li><strong>back-end</strong><br />
<small>Files connected with an administration panel.<br />
</small></li>
<li><strong>headers</strong><br />
<small>Default header&#8217;s images.<br />
</small></li>
<li><strong>post_formats</strong><br />
<small>Images connected with entries formats.<br />
</small></li>
</ol>
</li>
<li><strong>js</strong><br />
<small>JavaScript scripts files used in a thme<br />
</small></p>
<ol>
<li><strong>back-end</strong><br />
<small>Likewise in <strong>css</strong> and <strong>images</strong> catalogs there are files included used in an administration panel.<strong></strong><strong></strong><br />
</small></li>
<li><strong>templates</strong><br />
<small>Additional JavaScript files used by some Custom Pages.<br />
</small></li>
</ol>
</li>
<li><strong>languages</strong><br />
<small>Main files used for creating translations.<br />
</small></li>
<li><strong>layouts</strong><br />
<small>Files used for generating subpages; they include elements which are used very often; e.g. a head section.<br />
</small></li>
</ol>
</li>
</ol>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.longhouses.nl/framework-structure-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
