<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Jayj.dk</title>
	
	<link>http://jayj.dk</link>
	<description>WordPress, themes, plugins, and blogging</description>
	<lastBuildDate>Mon, 29 Apr 2013 18:31:53 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/jayjdk" /><feedburner:info uri="jayjdk" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>jayjdk</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Cakifo Survey 2013</title>
		<link>http://feedproxy.google.com/~r/jayjdk/~3/9DqP94dkXJU/</link>
		<comments>http://jayj.dk/cakifo-survey-2013/#comments</comments>
		<pubDate>Sat, 13 Apr 2013 16:20:28 +0000</pubDate>
		<dc:creator>Jesper</dc:creator>
				<category><![CDATA[Cakifo]]></category>
		<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://jayj.dk/?p=2578</guid>
		<description><![CDATA[<p>I&#8217;m currently working on version 1.6 of Cakifo and I&#8217;d like your input on what should be in that version. So if you&#8217;re using Cakifo this is your opportunity to decide how to make it even more awesome! If you have a few minutes, please answer the survey below: Loading&#8230;</p><p>The post <a href="http://jayj.dk/cakifo-survey-2013/">Cakifo Survey 2013</a> appeared first on <a href="http://jayj.dk">Jayj.dk</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>I&#8217;m currently working on version 1.6 of <a href="http://jayj.dk/cakifo-free-wordpress-theme/" title="Cakifo release post">Cakifo</a> and I&#8217;d like your input on what should be in that version.</p>
<p>So if you&#8217;re using Cakifo this is your opportunity to decide how to make it even more awesome! If you have a few minutes, please answer the survey below:</p>
<p><iframe src="https://docs.google.com/forms/d/1sFiXjWuZzvYGpIDi1XhiDE_oy_mqofkaA_o3hn3k9LM/viewform?embedded=true" width="610" height="500" frameborder="0" marginheight="0" marginwidth="0" class="wp-caption">Loading&#8230;</iframe></p>
<p>The post <a href="http://jayj.dk/cakifo-survey-2013/">Cakifo Survey 2013</a> appeared first on <a href="http://jayj.dk">Jayj.dk</a>.</p><img src="http://feeds.feedburner.com/~r/jayjdk/~4/9DqP94dkXJU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://jayj.dk/cakifo-survey-2013/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://jayj.dk/cakifo-survey-2013/</feedburner:origLink></item>
		<item>
		<title>Multiple Select Lists in the Theme Customizer</title>
		<link>http://feedproxy.google.com/~r/jayjdk/~3/Tv3rkTNaHYk/</link>
		<comments>http://jayj.dk/multiple-select-lists-theme-customizer/#comments</comments>
		<pubDate>Thu, 14 Feb 2013 00:46:17 +0000</pubDate>
		<dc:creator>Jesper</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://jayj.dk/?p=2512</guid>
		<description><![CDATA[<p>WordPress 3.4 introducted the Theme Customizer feature which allows site admins to tweak a theme&#8217;s settings and live preview those changes in real time. In this post, I&#8217;ll give you a custom control class makes it possible to add a multiple select list to your theme customizer settings. How to add the settings is not [...]</p><p>The post <a href="http://jayj.dk/multiple-select-lists-theme-customizer/">Multiple Select Lists in the Theme Customizer</a> appeared first on <a href="http://jayj.dk">Jayj.dk</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>WordPress 3.4 introducted the Theme Customizer feature which allows site admins to tweak a theme&#8217;s settings and live preview those changes in real time. </p>
<p>In this post, I&#8217;ll give you a custom control class makes it possible to add a multiple select list to your theme customizer settings.</p>
<p>How to add the settings is not the focus of this post so you should check out posts like <a href="http://ottopress.com/2012/how-to-leverage-the-theme-customizer-in-your-own-themes/" title="Otto on WordPress explains how you can leverage the Theme Customizer into your theme">&#8220;How to leverage the Theme Customizer in your own themes&#8221;</a> instead for great explaining on how to use the feature. </p>
<p>By default WordPress have controls for stuff like text fields, check boxes, color wheels, select lists, and image handling. But there&#8217;s no way to use a <code>select</code> list with the &#8216;multiple&#8217; attribute unless you extend the <code>WP_Customize_Control</code> class.</p>
<p><span id="more-2512"></span></p>
<p>By &#8220;multiple select lists&#8221;, I mean lists like this:</p>
<select name="ingredients[]" multiple="multiple" style="width: 200px; margin-bottom: 25px">
<option value="bing">Bing</option>
<option value="google" selected>Google</option>
<option value="yahoo">Yahoo</option>
</select>
<h2>Creating the Class</h2>
<p>I won&#8217;t go into much detail on how to create your own class as it&#8217;s already explained in Otto on WordPress&#8217; <a href="http://ottopress.com/2012/making-a-custom-control-for-the-theme-customizer/" title="Making a custom control for the Theme Customizer">great tutorial on how to create a custom control</a>.</p>
<p>As explained in Otto&#8217;s post, the first step is to create a function that&#8217;s hooked into the <code>customize_register</code> action. This makes sure our class only is loaded when necessary.</p>
<pre class="prettyprint lang-php">
add_action( 'customize_register', 'your_theme_customize_register' );

function your_theme_customize_register( $wp_customize ) {
    // Our class here
}
</pre>
<p>The content of the function will be our class with the multiple select control. We&#8217;re using <code>in_array</code> to detect whether or not the select items should be selected.</p>
<pre class="prettyprint lang-php">
/**
 * Multiple select customize control class.
 */
class Jayj_Customize_Control_Multiple_Select extends WP_Customize_Control {

    /**
     * The type of customize control being rendered.
     */
    public $type = 'multiple-select';

    /**
     * Displays the multiple select on the customize screen.
     */
    public function render_content() {

    if ( empty( $this->choices ) )
        return;
    ?>
        &lt;label&gt;
            &lt;span class=&quot;customize-control-title&quot;&gt;&lt;?php echo esc_html( $this-&gt;label ); ?&gt;&lt;/span&gt;
            &lt;select &lt;?php $this-&gt;link(); ?&gt; multiple=&quot;multiple&quot; style=&quot;height: 100%;&quot;&gt;
                &lt;?php
                    foreach ( $this-&gt;choices as $value =&gt; $label ) {
                        $selected = ( in_array( $value, $this-&gt;value() ) ) ? selected( 1, 1, false ) : &#39;&#39;;
                        echo &#39;&lt;option value=&quot;&#39; . esc_attr( $value ) . &#39;&quot;&#39; . $selected . &#39;&gt;&#39; . $label . &#39;&lt;/option&gt;&#39;;
                    }
                ?&gt;
            &lt;/select&gt;
        &lt;/label&gt;
    &lt;?php }
}
</pre>
<h2>Using the new control in the Customizer</h2>
<p>Now that the new control has been created, it&#8217;s time to use it. Assuming you&#8217;ve already created some options in the customizer it should be easy to use the new control.</p>
<p>First we create the setting, then we create our control, by using the new <code>Jayj_Customize_Control_Multiple_Select</code> class.</p>
<pre class="prettyprint lang-php">
$wp_customize->add_setting( 'multiple_select_setting', array(
    'default' => array(), // Either empty or fill it with your default values
) );
 
$wp_customize->add_control(
    new Jayj_Customize_Control_Multiple_Select(
        $wp_customize,
        'multiple_select_setting',
        array(
            'settings' => 'multiple_select_setting',
            'label'    => 'Testing multiple select',
            'section'  => 'themedemo_demo_settings', // Enter the name of your own section
            'type'     => 'multiple-select', // The $type in our class
            'choices'  => array( 'google' => 'Google', 'bing' => 'Bing' ) // Your choices
        )
    )
);
</pre>
<div id="attachment_2552" class="wp-caption alignleft" style="width: 807px"><img src="http://i0.wp.com/jayj.dk/wp-content/uploads/theme-customizer-example-e1360802363592.png?resize=797%2C538" alt="Example of the multiple select class in the Theme Customizer section of my Cakifo theme." class="size-full wp-image-2552" data-recalc-dims="1" /><p class="wp-caption-text">Example of the multiple select class in use in my Cakifo theme.</p></div>
<p>It&#8217;s all! If you have any comments, feel free to comment in this post.</p>
<p>The post <a href="http://jayj.dk/multiple-select-lists-theme-customizer/">Multiple Select Lists in the Theme Customizer</a> appeared first on <a href="http://jayj.dk">Jayj.dk</a>.</p><img src="http://feeds.feedburner.com/~r/jayjdk/~4/Tv3rkTNaHYk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://jayj.dk/multiple-select-lists-theme-customizer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://jayj.dk/multiple-select-lists-theme-customizer/</feedburner:origLink></item>
		<item>
		<title>Cakifo updated to version 1.5</title>
		<link>http://feedproxy.google.com/~r/jayjdk/~3/M-eTy5N7JtE/</link>
		<comments>http://jayj.dk/cakifo-update-version-1-5/#comments</comments>
		<pubDate>Sun, 13 Jan 2013 19:14:05 +0000</pubDate>
		<dc:creator>Jesper</dc:creator>
				<category><![CDATA[Theme updates]]></category>

		<guid isPermaLink="false">http://jayj.dk/?p=2488</guid>
		<description><![CDATA[<p><div><img src="http://i2.wp.com/jayj.dk/wp-content/uploads/screenshot.png?fit=200%2C200" class="attachment-post-thumbnail wp-post-image" alt="Cakifo version 1.5" /></div>My free WordPress theme Cakifo was updated to version 1.5 last week. The biggest change in 1.5 is the design improvements &#8211; some of them are the wider layout, new heading font and new button styles. The theme has also been updated to use Hybrid Core version 1.5. Download now or search for &#8216;Cakifo&#8217; in [...]</p><p>The post <a href="http://jayj.dk/cakifo-update-version-1-5/">Cakifo updated to version 1.5</a> appeared first on <a href="http://jayj.dk">Jayj.dk</a>.</p>]]></description>
				<content:encoded><![CDATA[<div><img src="http://i2.wp.com/jayj.dk/wp-content/uploads/screenshot.png?fit=200%2C200" class="attachment-post-thumbnail wp-post-image" alt="Cakifo version 1.5" /></div><p>My <a href="http://wordpress.org/extend/themes/cakifo" title="Download Cakifo from WordPress.org">free WordPress theme Cakifo</a> was updated to version 1.5 last week. The biggest change in 1.5 is the design improvements &#8211; some of them are the wider layout, new heading font and new button styles. The theme has also been updated to use <a href="http://themehybrid.com/weblog/hybrid-core-version-1-5" title="Hybrid Core 1.5 release post from Justin Tadlock">Hybrid Core version 1.5</a>.</p>
<div class="download">
<a href="http://jayj.dk/download/cakifo/" title="Download the theme" class="btn blue">Download now</a>  or search for &#8216;Cakifo&#8217; in <tt>Appearance > Install Themes</tt><br />
<a href="http://wpthemes.jayj.dk/cakifo" title="Cakifo demo">Preview theme</a>
</div>
<p><span id="more-2488"></span></p>
<h2>Changes in 1.5</h2>
<ul>
<li>Hybrid Core 1.5</li>
<li>Updated design</li>
<li>Improved support for post formats</li>
<li>Secondary navigation</li>
<li>Changed from <code>px</code> to <code>rem</code> for font sizes</li>
<li>New heading font (PT Serif)</li>
<li>Theme Customizer: Added global layout and theme settings</li>
<li>Improved responsive design (will be even better in the next version)</li>
<li>Code improvements</li>
<li>Bug fixes</li>
</ul>
<p>Full changelog: <a href="https://github.com/jayj/Cakifo/compare/v.1.4.4...v1.5" title="See all commits on Github">https://github.com/jayj/Cakifo/compare/v.1.4.4&#8230;v1.5</a></p>
<h2>Before updating Cakifo</h2>
<p>The new version requires WordPress 3.5 to work so make sure you&#8217;ve updated WordPress before updating the theme.</p>
<p>If you&#8217;ve read the Hybrid Core 1.5 release post, you&#8217;ll know that Hybrid Core no longer recommends that Hybrid Core themes use the SEO module. So instead you should use a SEO plugin like <a href="http://wordpress.org/extend/plugins/wordpress-seo/" title="WordPress SEO plugin by Yoast">WordPress SEO</a> or <a href="http://wordpress.org/extend/plugins/tags/seo" title="Other SEO plugins on WordPress.org">others</a>.</p>
<p>Also the image sizes for the custom front page and the slider has changed. I recommend using a plugin like <a href="http://wordpress.org/extend/plugins/regenerate-thumbnails/" title="Regenerate Thumbnails by Viper007Bond">Regenerate Thumbnails</a> to update your already uploaded images to fit the new sizes.</p>
<p>The post <a href="http://jayj.dk/cakifo-update-version-1-5/">Cakifo updated to version 1.5</a> appeared first on <a href="http://jayj.dk">Jayj.dk</a>.</p><img src="http://feeds.feedburner.com/~r/jayjdk/~4/M-eTy5N7JtE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://jayj.dk/cakifo-update-version-1-5/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://jayj.dk/cakifo-update-version-1-5/</feedburner:origLink></item>
		<item>
		<title>Hitman Absolution is here!</title>
		<link>http://feedproxy.google.com/~r/jayjdk/~3/qE7yF1oDQWg/</link>
		<comments>http://jayj.dk/hitman-absolution-is-here/#comments</comments>
		<pubDate>Mon, 19 Nov 2012 19:11:34 +0000</pubDate>
		<dc:creator>Jesper</dc:creator>
				<category><![CDATA[Ikke kategoriseret]]></category>

		<guid isPermaLink="false">http://jayj.dk/?p=2475</guid>
		<description><![CDATA[<p></p><p>The post <a href="http://jayj.dk/hitman-absolution-is-here/">Hitman Absolution is here!</a> appeared first on <a href="http://jayj.dk">Jayj.dk</a>.</p>]]></description>
				<content:encoded><![CDATA[<div id="attachment_2476" class="wp-caption aligncenter" style="width: 778px"><a href="http://i1.wp.com/jayj.dk/wp-content/uploads/A8Efv2hCcAMCOam.jpg"><img src="http://i0.wp.com/jayj.dk/wp-content/uploads/A8Efv2hCcAMCOam.jpg?resize=768%2C1024" alt="" title="Hitman Absolution box" class="size-large wp-image-2476" data-recalc-dims="1" /></a><p class="wp-caption-text">Hitman Absolution is finally here! 6 years is a very long time&#8230; Let&#8217;s hope it&#8217;s worth the wait</p></div>
<p>The post <a href="http://jayj.dk/hitman-absolution-is-here/">Hitman Absolution is here!</a> appeared first on <a href="http://jayj.dk">Jayj.dk</a>.</p><img src="http://feeds.feedburner.com/~r/jayjdk/~4/qE7yF1oDQWg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://jayj.dk/hitman-absolution-is-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://jayj.dk/hitman-absolution-is-here/</feedburner:origLink></item>
		<item>
		<title>Cakifo is now in the official WordPress Themes Directory</title>
		<link>http://feedproxy.google.com/~r/jayjdk/~3/niC4MDzU6sY/</link>
		<comments>http://jayj.dk/cakifo-themes-directory/#comments</comments>
		<pubDate>Sat, 18 Aug 2012 14:13:30 +0000</pubDate>
		<dc:creator>Jesper</dc:creator>
				<category><![CDATA[Theme updates]]></category>

		<guid isPermaLink="false">http://jayj.dk/?p=2449</guid>
		<description><![CDATA[<p>A week ago I released version 1.4 of my free WordPress theme Cakifo. The biggest news for 1.4 is that Cakifo is available in the official WordPress Themes Directory! If you already use Cakifo, you should have an update notification in your dashboard. If you don&#8217;t use Cakifo, you can install it by searching for [...]</p><p>The post <a href="http://jayj.dk/cakifo-themes-directory/">Cakifo is now in the official WordPress Themes Directory</a> appeared first on <a href="http://jayj.dk">Jayj.dk</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>A week ago I released version 1.4 of my <a href="http://wpthemes.jayj.dk/cakifo/2012/version-1-4/" title="Read the 1.4 release post">free WordPress theme Cakifo</a>. The biggest news for 1.4 is that Cakifo is available in the <a href="http://wordpress.org/extend/themes/cakifo" title="Download Cakifo from WordPress.org">official WordPress Themes Directory</a>! </p>
<p>If you already use Cakifo, you should have an update notification in your dashboard. If you don&#8217;t use Cakifo, you can install it by searching for ‘<em>Cakifo</em>’ in <code>Appearance > Install Themes</code></p>
<p>The post <a href="http://jayj.dk/cakifo-themes-directory/">Cakifo is now in the official WordPress Themes Directory</a> appeared first on <a href="http://jayj.dk">Jayj.dk</a>.</p><img src="http://feeds.feedburner.com/~r/jayjdk/~4/niC4MDzU6sY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://jayj.dk/cakifo-themes-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://jayj.dk/cakifo-themes-directory/</feedburner:origLink></item>
		<item>
		<title>Jayj HTML5 theme version 2.1</title>
		<link>http://feedproxy.google.com/~r/jayjdk/~3/hBqNQVTxHs4/</link>
		<comments>http://jayj.dk/jayj-html5-theme-version-2-1/#comments</comments>
		<pubDate>Wed, 01 Aug 2012 18:51:01 +0000</pubDate>
		<dc:creator>Jesper</dc:creator>
				<category><![CDATA[Theme updates]]></category>

		<guid isPermaLink="false">http://jayj.dk/?p=2413</guid>
		<description><![CDATA[<p>Today is Jayj.dk&#8217;s 4th birthday. I&#8217;m celebrating that with the release of version 2.1 of my free HTML5 and CSS3 theme, now called &#8220;Jayj HTML5 theme&#8220;. New features in version 2.1 Huge design updates &#8211; The content background is now white by default instead of semi-transparent Uses the CSS preprocessor LESS Switched to a Twitter [...]</p><p>The post <a href="http://jayj.dk/jayj-html5-theme-version-2-1/">Jayj HTML5 theme version 2.1</a> appeared first on <a href="http://jayj.dk">Jayj.dk</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>Today is Jayj.dk&#8217;s 4th birthday. I&#8217;m celebrating that with the release of version 2.1 of my <a href="http://jayj.dk/free-html5-css3-theme/" title="Read the original post">free HTML5 and CSS3 theme</a>, now called &#8220;<cite>Jayj HTML5 theme</cite>&#8220;.</p>
<div class="download single-download"><a href="http://jayj.dk/download/html5/" title="Download the free HTML5 and CSS3 theme"><img src="http://i2.wp.com/jayj.dk/wp-content/uploads/jayj-html5-v211.png" alt="" class="wp-post-image" data-recalc-dims="1" /></a><a href="http://jayj.dk/download/html5/"  title="Download the free HTML5 and CSS3 theme (Downloaded 43486 times)" class="download-link">Download</a><a href="http://wpthemes.jayj.dk/html5/" class="demo-link iframe" title="See demo of Jayj HTML5 theme version 2.1">Demo</a></div>
<h2>New features in version 2.1</h2>
<ul>
<li>Huge design updates &#8211; The content background is now white by default instead of semi-transparent</li>
<li>Uses the CSS preprocessor <a href="http://lesscss.org/">LESS</a></li>
<li>Switched to a Twitter Bootstrap-like responsive grid-system (see about for demo)</li>
<li>Much better responsive design</li>
<li>Uses the fonts <a href="http://goo.gl/QufgJ">Open Sans</a> and <a href="http://goo.gl/QufgJ">Merriweather</a>, both loaded from Google Fonts</li>
<li>Contact form script have been improved</li>
<li>Modernizr 2.6.1</li>
<li>The theme supports Google Prettify but it is not included in the download</li>
</ul>
<p><span id="more-2413"></span></p>
<p>The &#8220;About&#8221; page on the demo contains a huge list of HTML elements and their styling.</p>
<p>As always you are free to use this theme for any purpose &#8211; both private and commercial. The theme is licensed under the <a href="http://www.opensource.org/licenses/bsd-license.php" rel="license">New BSD License</a>.</p>
<h3>LESS as preprocessor</h3>
<p>Version 2.1 uses the CSS preprocessor <a href="http://lesscss.org/">LESS</a>. <em>What is LESS?</em> you might ask. Well the official website says that LESS <q>is a &#8220;<em>dynamic stylesheet language</em>&#8220;</q>. LESS extends CSS with dynamic behavior such as variables, mixins, operations and functions.</p>
<p>In more simple terms, LESS allows you to write CSS in a smarter way by combining functions, mixins, operations and more. The <a href="http://wpthemes.jayj.dk/html5/readme.html" title="Read the README online">README file</a> included in the download explains a bit more about this.</p>
<p>The post <a href="http://jayj.dk/jayj-html5-theme-version-2-1/">Jayj HTML5 theme version 2.1</a> appeared first on <a href="http://jayj.dk">Jayj.dk</a>.</p><img src="http://feeds.feedburner.com/~r/jayjdk/~4/hBqNQVTxHs4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://jayj.dk/jayj-html5-theme-version-2-1/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		<feedburner:origLink>http://jayj.dk/jayj-html5-theme-version-2-1/</feedburner:origLink></item>
		<item>
		<title>Abandu 2.0</title>
		<link>http://feedproxy.google.com/~r/jayjdk/~3/U5JWWofKRIA/</link>
		<comments>http://jayj.dk/abandu-2-0/#comments</comments>
		<pubDate>Fri, 15 Jun 2012 23:39:34 +0000</pubDate>
		<dc:creator>Jesper</dc:creator>
				<category><![CDATA[Theme updates]]></category>

		<guid isPermaLink="false">http://jayj.dk/?p=2376</guid>
		<description><![CDATA[<p>My commercial WordPress theme from 2009, Abandu, just got updated to version 2.0. The theme has been completely rewritten from scratch and is much better than before. The design has been improved, the markup is now HTML5, it&#8217;s responsive and it now supports the new hot WordPress 3.4 features such as the Theme Customizer. It [...]</p><p>The post <a href="http://jayj.dk/abandu-2-0/">Abandu 2.0</a> appeared first on <a href="http://jayj.dk">Jayj.dk</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>My commercial WordPress theme from 2009, Abandu, just got updated to version 2.0. The theme has been completely rewritten from scratch and is much better than before.</p>
<p>The design has been improved, the markup is now HTML5, it&#8217;s responsive and it now supports the new hot WordPress 3.4 features such as the Theme Customizer. It also supports the improved custom header and background features.</p>
<div id="attachment_2380" class="wp-caption aligncenter" style="width: 600px"><a href="http://themeforest.net/item/abandu/58594?ref=jayjdk" title="Buy Abandu on ThemeForest for $30"><img src="http://i0.wp.com/jayj.dk/wp-content/uploads/01_preview.png?resize=590%2C300" alt="Abandu 2.0" class="size-full wp-image-2380" data-recalc-dims="1" /></a><p class="wp-caption-text">Click on the image to buy for $30 or go <a href="http://wpthemes.jayj.dk/abandu-demo">to the demo of Abandu 2.0</a></p></div>
<p><span id="more-2376"></span></p>
<h2>Features:</h2>
<ul>
<li>HTML5 markup</li>
<li>Responsive: The theme is responsive so it fits to smaller screens</li>
<li>Child theme friendly</li>
<li>6 Widget-ready areas: Sidebar, Single Posts, Three footer widget-areas and the 404 error page.</li>
<li>Two custom widgets</li>
<li>Supports post image thumbnails</li>
<li>The image attachment page displays the image metadata and EXIF data</li>
<li>Extensive Documentation</li>
<li>Localization Support (contains .pot file) &#8211; Danish translation already added!</li>
<li>Woocommerce compatible</li>
<li>A few shortcodes for use in the footer text and text widgets</li>
<li>Editor stylesheet so the visual editor matches the theme style</li>
<li>RTL stylesheet for right-to-left languages</li>
<li>Custom menu support</li>
</ul>
<div class="success noicon"><a href="http://themeforest.net/item/abandu/58594?ref=jayjdk" title="Buy Abandu on ThemeForest for $30">Buy now on ThemeForest.net for $30</a></div>
<h3>Theme Customizer</h3>
<p>The theme supports the new WordPress 3.4 Theme Customizer feature which allows you to make changes to the theme and live preview them.</p>
<p><a href="http://i0.wp.com/imgur.com/76oUD.png" class="colorbox" title="Theme Customizer"><img src="http://i0.wp.com/i.imgur.com/76oUDl.png" alt="" data-recalc-dims="1" /></a></p>
<p>The post <a href="http://jayj.dk/abandu-2-0/">Abandu 2.0</a> appeared first on <a href="http://jayj.dk">Jayj.dk</a>.</p><img src="http://feeds.feedburner.com/~r/jayjdk/~4/U5JWWofKRIA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://jayj.dk/abandu-2-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://jayj.dk/abandu-2-0/</feedburner:origLink></item>
		<item>
		<title>Cakifo 1.3</title>
		<link>http://feedproxy.google.com/~r/jayjdk/~3/0Jn8u16SF24/</link>
		<comments>http://jayj.dk/cakifo-1-3/#comments</comments>
		<pubDate>Sat, 21 Apr 2012 11:39:11 +0000</pubDate>
		<dc:creator>Jesper</dc:creator>
				<category><![CDATA[Theme updates]]></category>

		<guid isPermaLink="false">http://jayj.dk/?p=2296</guid>
		<description><![CDATA[<p>My free WordPress theme Cakifo has finally been updated to version 1.3. Changes and new in version 1.3 Hybrid Core 1.3 3.4-ready: The theme supports the new 3.4 features, including flexible header sizes (used for the logo) Improved design Much more contrast (especially the topbar and navigation!) The reset CSS have been replaced by Normalize.css [...]</p><p>The post <a href="http://jayj.dk/cakifo-1-3/">Cakifo 1.3</a> appeared first on <a href="http://jayj.dk">Jayj.dk</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>My <a href="http://wpthemes.jayj.dk/cakifo" title="See the demo of Cakifo">free WordPress theme Cakifo</a> has finally been updated to version 1.3.</p>
<h3>Changes and new in version 1.3</h3>
<ul>
<li>Hybrid Core 1.3</li>
<li><strong>3.4-ready:</strong> The theme supports the new 3.4 features, including flexible header sizes (used for the logo)</li>
<li>Improved design
<ul>
<li>Much more contrast (especially the topbar and navigation!)</li>
<li>The reset CSS have been replaced by <a href="http://necolas.github.com/normalize.css/" title="A modern, HTML5-ready alternative to CSS resets">Normalize.css</a></li>
<li>Improved slider design</li>
<li>New image styles</li>
<li>And a lot more improvements</li>
</ul>
</li>
<p><span id="more-2296"></span></p>
<li>Improved responsive design
<ul>
<li>The menu will become collapsible and in list form</li>
<li>The frontpage columns will become full width</li>
<li>And other</li>
</ul>
</li>
<li>Ability to update Cakifo directly from the dashboard</li>
<li><a href="http://www.jacklmoore.com/colorbox" title="A lightweight customizable lightbox plugin for jQuery">Colorbox</a>, a jQuery lightbox script (the default selector is <code>.colorbox</code>)</li>
<li>Related Posts widget</li>
<li>Share buttons: Shortcodes for a PHP version of the Twitter share button and HTML5 version of the Facebook (<code>[entry-twitter-link], [entry-facebook-link]</code>)</li>
<li>Removed support for the Hybrid Core template hierarchy</li>
<li>The RSS link in the topbar has been replaced by a search form</li>
<li>Better attachment page</li>
<li>Partial support for the bbPress plugin</li>
<li>And more</li>
</ul>
<p><a href="https://github.com/jayj/Cakifo/compare/v1.2.1...v1.3" title="List of all commits from version 1.2.1 to 1.3">View full changelog at Github</a></p>
<h3>Download the update</h3>
<div class="download single-download"><a href="http://jayj.dk/download/cakifo/"  title="Download Cakifo (Downloaded 12168 times)" class="download-link">Download</a><a href="http://wpthemes.jayj.dk/cakifo" class="demo-link iframe" title="See demo of Cakifo 1.3">Demo</a></div>
<h3>Improved Wiki and inline docs</h3>
<ul>
<li><a href="https://github.com/jayj/Cakifo/wiki" title="Cakifo wiki">Wiki on Github</a></li>
<li><a href="http://wpthemes.jayj.dk/cakifo-doc/" title="Browse the Cakifo inline documentation">Browse inline documentation</a></li>
</ul>
<p>The post <a href="http://jayj.dk/cakifo-1-3/">Cakifo 1.3</a> appeared first on <a href="http://jayj.dk">Jayj.dk</a>.</p><img src="http://feeds.feedburner.com/~r/jayjdk/~4/0Jn8u16SF24" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://jayj.dk/cakifo-1-3/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		<feedburner:origLink>http://jayj.dk/cakifo-1-3/</feedburner:origLink></item>
		<item>
		<title>Cakifo demo back online</title>
		<link>http://feedproxy.google.com/~r/jayjdk/~3/4rlb1CuD3bY/</link>
		<comments>http://jayj.dk/cakifo-demo-back-online/#comments</comments>
		<pubDate>Wed, 04 Apr 2012 20:29:31 +0000</pubDate>
		<dc:creator>Jesper</dc:creator>
				<category><![CDATA[Nyheder]]></category>

		<guid isPermaLink="false">http://jayj.dk/?p=2343</guid>
		<description><![CDATA[<p>April 4: The demo for Cakifo is back online after a major down time. Sorry for the inconvenience!</p><p>The post <a href="http://jayj.dk/cakifo-demo-back-online/">Cakifo demo back online</a> appeared first on <a href="http://jayj.dk">Jayj.dk</a>.</p>]]></description>
				<content:encoded><![CDATA[<div class="note">
<small style="text-transform: uppercase; font-size: 12px;">April 4:</small> <a href="http://wpthemes.jayj.dk/cakifo/">The demo for Cakifo</a> is back online after a major down time. Sorry for the inconvenience!
</div>
<p>The post <a href="http://jayj.dk/cakifo-demo-back-online/">Cakifo demo back online</a> appeared first on <a href="http://jayj.dk">Jayj.dk</a>.</p><img src="http://feeds.feedburner.com/~r/jayjdk/~4/4rlb1CuD3bY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://jayj.dk/cakifo-demo-back-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://jayj.dk/cakifo-demo-back-online/</feedburner:origLink></item>
		<item>
		<title>Youtube Profile Field updated to version 2.2</title>
		<link>http://feedproxy.google.com/~r/jayjdk/~3/FI-xZrhlV1g/</link>
		<comments>http://jayj.dk/youtube-profile-field-version-2-2/#comments</comments>
		<pubDate>Mon, 20 Feb 2012 21:47:32 +0000</pubDate>
		<dc:creator>Jesper</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[youtube profile field]]></category>

		<guid isPermaLink="false">http://jayj.dk/?p=2304</guid>
		<description><![CDATA[<p>My WordPress plugin Youtube Profile Field has been updated to version 2.2 Changelog HUGE code improvements The ypf_show_video() function now takes an array of options instead of parameters Both the shortcode and template tag now accepts more arguments (see FAQ) Updated documentation You can no longer use the old embed code Small bug fixes</p><p>The post <a href="http://jayj.dk/youtube-profile-field-version-2-2/">Youtube Profile Field updated to version 2.2</a> appeared first on <a href="http://jayj.dk">Jayj.dk</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>My WordPress plugin <a href="http://wordpress.org/extend/plugins/youtube-profile-field" title="Download the plugin from WordPress.org">Youtube Profile Field</a> has been updated to version 2.2</p>
<h3>Changelog</h3>
<ul>
<li>HUGE code improvements</li>
<li>The <code>ypf_show_video()</code> function now takes an array of options instead of parameters</li>
<li>Both the shortcode and template tag now accepts more arguments (see FAQ)</li>
<li>Updated documentation</li>
<li>You can no longer use the old embed code</li>
<li>Small bug fixes</li>
</ul>
<p>The post <a href="http://jayj.dk/youtube-profile-field-version-2-2/">Youtube Profile Field updated to version 2.2</a> appeared first on <a href="http://jayj.dk">Jayj.dk</a>.</p><img src="http://feeds.feedburner.com/~r/jayjdk/~4/FI-xZrhlV1g" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://jayj.dk/youtube-profile-field-version-2-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://jayj.dk/youtube-profile-field-version-2-2/</feedburner:origLink></item>
	</channel>
</rss><!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Object Caching 1342/1387 objects using disk: basic
Content Delivery Network via maxcdn.jayj.dk

 Served from: jayj.dk @ 2013-05-22 00:39:01 by W3 Total Cache -->
