<?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>Cordobo &#187; Wordpress</title>
	<atom:link href="http://cordobo.com/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://cordobo.com</link>
	<description>Weblog of Andreas Jacob on Webdesign and CSS</description>
	<lastBuildDate>Wed, 05 Oct 2011 19:00:13 +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>Integrate Facebook’s &#8220;Like&#8221; Plugin into WordPress</title>
		<link>http://cordobo.com/1608-facebook-like-plugin-wordpress/</link>
		<comments>http://cordobo.com/1608-facebook-like-plugin-wordpress/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 20:24:41 +0000</pubDate>
		<dc:creator>Andreas Jacob</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[Like Button]]></category>
		<category><![CDATA[Like-Plugin]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://cordobo.com/?p=1608</guid>
		<description><![CDATA[Facebook recently announced the take-over of the internet with the introduction of the yet infamous &#8220;like&#8221;-button. Nevertheless, here is how you can add your own dynamic like-button for WordPress. If you use Facebook&#8217;s generator here, you&#8217;ll get some content very similar to mine: &#60;iframe src=&#34;http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fcordobo.com%2F&#38;amp;layout=standard&#38;amp;show-faces=true&#38;amp;width=450&#38;amp;action=like&#38;amp;colorscheme=light&#34; scrolling=&#34;no&#34; frameborder=&#34;0&#34; allowTransparency=&#34;true&#34; style=&#34;border:none; overflow:hidden; width:500px; height:60px&#34;&#62;&#60;/iframe&#62; Note: I highlighted [...]]]></description>
			<content:encoded><![CDATA[<p>Facebook recently announced the take-over of the internet with the introduction of the yet infamous <a href="http://developers.facebook.com/docs/reference/plugins/like">&#8220;like&#8221;-button</a>. Nevertheless, here is how you can add your own dynamic like-button for WordPress.</p>
<p>If you use Facebook&#8217;s generator <a href="http://developers.facebook.com/docs/reference/plugins/like">here</a>, you&#8217;ll get some content very similar to mine:</p>
<p><span id="more-1608"></span></p>
<p><code>&lt;iframe src=&quot;http://www.facebook.com/plugins/like.php?href=<strong>http%3A%2F%2Fcordobo.com%2F</strong>&amp;amp;layout=standard&amp;amp;show-faces=true&amp;amp;width=450&amp;amp;action=like&amp;amp;colorscheme=light&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; allowTransparency=&quot;true&quot; style=&quot;border:none; overflow:hidden; width:500px; height:60px&quot;&gt;&lt;/iframe&gt;</code></p>
<p><small>Note: I highlighted the parts I replace in the next step</small></p>
<p>This would be fine, if you had only one page on your website, as the plugin only shows the url you have entered in the generator &ndash; no dynamic pages. So here&#8217;s how you can add some dynamic flavour to your new button:</p>
<p>Replace the following code</p>
<p><code>[&hellip;]like.php?href=<strong>http%3A%2F%2Fcordobo.com%2F</strong></code></p>
<p>with</p>
<p><code>[&hellip;]like.php?href=<strong>&lt;?php echo urlencode(get_permalink($post-&gt;ID)); ?&gt;</strong></code></p>
<p>insert it into your theme&#8217;s <strong>single.php</strong> and upload it to your server.</p>
<h3 id="facebook-like-button">The final code, ready for copy &#038; paste</h3>
<p>This is the final code you can use in your own WordPress installation without further modifications (except the width and height). Insert it into your <strong>single.php</strong> and upload the modified file to your server.</p>
<p><code>&lt;iframe src=&quot;http://www.facebook.com/plugins/like.php?href=<strong>&lt;?php echo urlencode(get_permalink($post-&gt;ID)); ?&gt;</strong>&amp;amp;layout=standard&amp;amp;show-faces=true&amp;amp;width=500&amp;amp;action=like&amp;amp;colorscheme=light&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; allowTransparency=&quot;true&quot; style=&quot;border:none; overflow:hidden; width:500px; height:60px&quot;&gt;&lt;/iframe&gt;</code></p>
<p><small>Note: I highlighted the parts I replaced</small></p>
<p>In case you use some caching plugin, clear the cache and see the magic as it happens.</p>
<p>If you like it, click on &#8220;like&#8221; ;-)</p>
]]></content:encoded>
			<wfw:commentRss>http://cordobo.com/1608-facebook-like-plugin-wordpress/feed/</wfw:commentRss>
		<slash:comments>72</slash:comments>
		</item>
		<item>
		<title>Green Park 2 WordPress Theme &#8211; New Languages available</title>
		<link>http://cordobo.com/1506-green-park-2-wordpress-theme-new-languages/</link>
		<comments>http://cordobo.com/1506-green-park-2-wordpress-theme-new-languages/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 13:49:34 +0000</pubDate>
		<dc:creator>Andreas Jacob</dc:creator>
				<category><![CDATA[Themes]]></category>
		<category><![CDATA[i18n]]></category>
		<category><![CDATA[Languages]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[Translation]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://cordobo.com/?p=1506</guid>
		<description><![CDATA[It took me a while to get back to work on Green Park after a little break and some vacations. So, this is only a small update to the translations for Green Park 2 Beta 5 but Beta 6 is on the way. Thanks to the following users, the theme now features native support for [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://cordobo.com/green-park-2/" title="Cordobo Green Park 2 Beta 5 Download"><img src="http://farm3.static.flickr.com/2597/3735308761_91d472e663.jpg" alt="Cordobo Green Park 2 Beta 5 Download" /></a></p>
<p>It took me a while to get back to work on Green Park after a little break and some vacations. So, this is only a small update to the translations for <a href="http://cordobo.com/green-park-2/">Green Park 2 Beta 5</a> but Beta 6 is on the way. Thanks to the following users, the theme now features native support for 12+1 language.</p>
<p><span id="more-1506"></span></p>
<ol>
<li><strong>Chinese</strong> by <a href="http://wxzbb.com/">wxzbb</a></li>
<li><strong>English</strong> (default) by me</li>
<li><strong>French</strong> by Julien</li>
<li><strong>German</strong> by <a href="http://cordobo.com/">Andreas Jacob</a></li>
<li><strong>Icelandic</strong> by <a href="http://joi.betra.is/">Jóhannes Birgir Jensson</a></li>
<li><strong>Italian</strong> by Saverio Tonno</li>
<li><strong>Norwegian Bokmål</strong> by <a href="http://imback.net/">Bjørn-Arild Eriksen-Woll</a></li>
<li><strong>Polish</strong> by <a href="http://tosiek.pl/">Tosiek</a></li>
<li><strong>Romanian</strong> by <a href="http://www.ebacalaureat.net/">Cristian Boba</a></li>
<li><strong>Russian</strong> (formal) by <a href="http://garden.t-i-m.me/">Dr. Dmitry Tarasov</a></li>
<li><strong>Russian</strong> (informal) by <a href="http://blog.perlover.com/">Perllover</a></li>
<li><strong>Spanish</strong> (castellano) by <a href="http://www.cuarenton.com/">José Manuel Mao</a></li>
<li><strong>Swedish</strong> by <a href="http://www.jonvision.se/">Jon Klarström</a></li>
</ol>
<p><strong>Many thanks for your contributions!</strong></p>
<p>The new release (still Beta 5) <a href="http://cordobo.com/free-wordpress-templates/green-park-2/#download">is now available for download</a> from the Green Park 2 page and <del datetime="2010-01-11T18:04:32+00:00">should be available within a few hours from</del> <a href="http://wordpress.org/extend/themes/cordobo-green-park-2">WordPress.org</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://cordobo.com/1506-green-park-2-wordpress-theme-new-languages/feed/</wfw:commentRss>
		<slash:comments>54</slash:comments>
		</item>
		<item>
		<title>WordPress: Limited Randomized Blogroll without Plugin</title>
		<link>http://cordobo.com/1476-random-wordpress-blogroll/</link>
		<comments>http://cordobo.com/1476-random-wordpress-blogroll/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 15:10:05 +0000</pubDate>
		<dc:creator>Andreas Jacob</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://cordobo.com/?p=1476</guid>
		<description><![CDATA[Create a smaller blogroll with many links with Wordpress built-in functions wp_list_bookmarks, limit, and orderby]]></description>
			<content:encoded><![CDATA[<p>Have you ever redesigned your blog and <strong>your new design only allowed a limited space for your &#8220;one mile high&#8221; blogroll?</strong> A friend of mine ran into exactly this problem with his newly redesigned blog.</p>
<p><span id="more-1476"></span></p>
<p>The really simple solution we came up is resource-friendly while <strong>he can keep all of his links</strong>. Most probably the best thing of this simple usage of WordPress functions: it&#8217;s entirely based on WordPress&#8217; <strong>template tags</strong> and there is no need for another plugin.</p>
<h3>WordPress Template Tags</h3>
<p>Our weapon of choice is the <a href="http://codex.wordpress.org/Template_Tags/wp_list_bookmarks">wp_list_bookmarks</a> template tag. It comes in handy if you use a new <a href="http://cordobo.com/free-wordpress-templates/">WordPress theme</a> as starting point, which already uses this tag. If not, now it&#8217;s the time to get rid of deprecated tags like <code>get_links()</code> or <code>get_links_list()</code>.</p>
<p>To start, open the file where your link-list is located, most probably sidebar.php or footer.php. The default usage for wp_list_bookmarks is:</p>
<p><code>&lt;?php wp_list_bookmarks(); ?&gt;</code></p>
<h3>Useful parameters: limit and orderby</h3>
<p>Remember, we need to limit the output because of the new design while still giving link-love to all of our blog-friends. To achieve this goal, we applied two parameters to the tag:</p>
<p><code>limit</code> and <code>orderby</code>.</p>
<h3>The Function</h3>
<p>These two parameters combined provide us with the limited set of randomized links we need. Seven randomized links fit into the available space, so here is the final template tag with two parameters applied:</p>
<p><code>&lt;?php wp_list_bookmarks('limit=7&#038;orderby=rand'); ?&gt;</code></p>
<p>Jupp, it&#8217;s remarkably simple, but it works exactly as intended.</p>
]]></content:encoded>
			<wfw:commentRss>http://cordobo.com/1476-random-wordpress-blogroll/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Cordobo Green Park 2 Beta 5</title>
		<link>http://cordobo.com/1449-cordobo-green-park-2-beta-5/</link>
		<comments>http://cordobo.com/1449-cordobo-green-park-2-beta-5/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 17:39:03 +0000</pubDate>
		<dc:creator>Andreas Jacob</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[Cordobo Green Park 2]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[green park 2]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://cordobo.com/?p=1449</guid>
		<description><![CDATA[Late last month I released Green Park 2 Beta 4 with a small support for i18n &#8212; thanks to a lot of people with a lot more eyes than I have, I could fix around 15 smaller issues, two bugs and I got a lot of feedback regarding the i18n of the theme. Thanks to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://cordobo.com/green-park-2/" title="Cordobo Green Park 2 Beta 5 Download"><img src="http://farm3.static.flickr.com/2597/3735308761_91d472e663.jpg" alt="Cordobo Green Park 2 Beta 5 Download" /></a></p>
<p>Late last month I released Green Park 2 Beta 4 with a small support for <abbr title="Internationalization">i18n</abbr> &mdash; thanks to a lot of people with a lot more eyes than I have, I could fix around 15 smaller issues, two bugs and I got a lot of feedback regarding the <abbr title="Internationalization">i18n</abbr> of the theme. Thanks to the community, we have support for the following languages:</p>
<p><span id="more-1449"></span></p>
<ol>
<li><strong>Chinese</strong> by <a href="http://wxzbb.com/">wxzbb</a></li>
<li><strong>English</strong> (default) by me</li>
<li><strong>French</strong> by Julien</li>
<li><strong>German</strong> by <a href="http://cordobo.com/">Andreas Jacob</a></li>
<li><strong>Polish</strong> by <a href="http://tosiek.pl/">Tosiek</a></li>
<li><strong>Spanish</strong> (castellano) by <a href="http://www.cuarenton.com/">José Manuel Mao</a></li>
<li><strong>Swedish</strong> by <a href="http://www.jonvision.se/">Jon Klarström</a></li>
</ol>
<p>I&#8217;d love to see your language here as well ;-) Please check this posting: <a href="http://cordobo.com/1381-green-park-2-beta-5-pre/">Green Park 2 &ndash; for translators</a></p>
<h3>Green Park 2 Beta 5 is available for download</h3>
<p>So it&#8217;s time to release <strong>Green Park 2 Beta 5</strong> into the wild. The download is now available:</p>
<p><a href="http://cordobo.com/green-park-2/#download">Download Green Park 2</a> Beta 5 | <a href="http://themes.cordobo.com/">Demo</a> (<a href="http://cordobo.com/green-park-2/#changelog">Changelog</a>)</p>
<h3>Like it? Buy me a cup of coffee ;)</h3>
<p>As you might know, coders love coffee &mdash; and I need a lot. If you like my free themes, feel free to send me <strong>1$ for a coffee</strong>.</p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick" />
<input type="hidden" name="hosted_button_id" value="5976565" />
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donate_LG.gif" name="submit" alt="PayPal - The safer, easier way to pay online!" />
          <img alt="" src="https://www.paypal.com/de_DE/i/scr/pixel.gif" width="1" height="1" /><br />
        </form>
]]></content:encoded>
			<wfw:commentRss>http://cordobo.com/1449-cordobo-green-park-2-beta-5/feed/</wfw:commentRss>
		<slash:comments>142</slash:comments>
		</item>
		<item>
		<title>Cordobo Green Park 2 Beta 4</title>
		<link>http://cordobo.com/1233-cordobo-green-park-2-beta/</link>
		<comments>http://cordobo.com/1233-cordobo-green-park-2-beta/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 18:45:35 +0000</pubDate>
		<dc:creator>Andreas Jacob</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[green park 2]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://cordobo.com/?p=1233</guid>
		<description><![CDATA[Cordobo Green Park 2 (GP2) has reached the Beta status after 8 Alpha revisions. The download is available at my WordPress Themes Page. Apart from a new header graphic and more appealing forms and buttons, GP2 comes with a lot of code and CSS improvements, to render the website even faster along with typography and [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://cordobo.com/green-park-2/#download"><img src="http://farm3.static.flickr.com/2597/3735308761_91d472e663.jpg" alt="Cordobo Green Park 2 Beta 4 Download" /></a></p>
<p><a href="http://cordobo.com/green-park-2/">Cordobo Green Park 2</a> (GP2) has reached the Beta status after 8 Alpha revisions. The download is available at my <a href="http://cordobo.com/green-park-2/">WordPress Themes Page</a>.</p>
<p>Apart from a <strong>new header graphic</strong> and more <strong>appealing forms and buttons</strong>, GP2 comes with a lot of <strong>code and CSS improvements</strong>, to <strong>render the website even faster</strong> along with <strong>typography and SEO optimizations</strong>. The Beta needs ~3KB less code on each created page compared to the latest alpha. The new settings page located at the WordPress Admin section, to configure Feedburner, Adsense and Analytics, has been cleaned up although.</p>
<p><a href="http://cordobo.com/green-park-2/#download">Download Green Park 2</a> Beta 4 | <a href="http://themes.cordobo.com/">Demo</a> (<a href="http://cordobo.com/green-park-2/#changelog">Changelog</a>)</p>
<h3>Like it? Buy me a cup of coffee ;)</h3>
<p>As you might know, coders love coffee &mdash; and I need a lot. If you like my free themes, feel free to send me <strong>1$ for a coffee</strong>.</p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick" />
<input type="hidden" name="hosted_button_id" value="5976565" />
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donate_LG.gif" name="submit" alt="PayPal - The safer, easier way to pay online!" />
          <img alt="" src="https://www.paypal.com/de_DE/i/scr/pixel.gif" width="1" height="1" /><br />
        </form>
]]></content:encoded>
			<wfw:commentRss>http://cordobo.com/1233-cordobo-green-park-2-beta/feed/</wfw:commentRss>
		<slash:comments>180</slash:comments>
		</item>
		<item>
		<title>Cordobo Green Park 2 Alpha 7</title>
		<link>http://cordobo.com/1223-cordobo-green-park-2-alpha-7/</link>
		<comments>http://cordobo.com/1223-cordobo-green-park-2-alpha-7/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 11:53:47 +0000</pubDate>
		<dc:creator>Andreas Jacob</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[green park 2]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[wordpress theme]]></category>

		<guid isPermaLink="false">http://cordobo.com/?p=1223</guid>
		<description><![CDATA[I updated my WordPress theme Green Park 2 to Alpha 7 (the theme you&#8217;re looking at), with a lot of improvements to the codebase and full support for IE6 incorporated. Cordobo Green Park 2 is a simple &#38; elegant light-weight theme for WordPress with a clean typography, built with seo and page-rendering optimizations in mind. [...]]]></description>
			<content:encoded><![CDATA[<p>I updated my WordPress theme <a href="http://cordobo.com/green-park-2/">Green Park 2</a> to Alpha 7 (the theme you&#8217;re looking at), with a lot of improvements to the codebase and full support for <abbr title="Internet Explorer 6">IE6</abbr> incorporated. Cordobo Green Park 2 is a simple &amp; elegant light-weight theme for WordPress with a clean typography, built with seo and page-rendering optimizations in mind.</p>
<p>The theme is released as &#8220;ALPHA&#8221;, to let you know I&#8217;m still adding features and improvements. So please feel free and report any bug you may encounter in the <a href="/1223-cordobo-green-park-2-alpha-7/#reply">comments section</a> below.</p>
<h3>Featurelist</h3>
<ul>
<li>Fully compatible with WordPress 2.7.1 and up</li>
<li>Support for WordPress widgets</li>
<li>Light-weight: optimized CSS for really fast cross-browser rendering, less graphics (Grade &#8220;A&#8221; in YSlow)</li>
<li>Fast: the minimum set of SQL queries</li>
<li>Findability: SEO optimizations for humans and search-engines</li>
<li>Accessible: clean and structured code for screen-readers and &#8220;jump links&#8221; for navigation</li>
<li>A very clean typography for advanced readability</li>
<li>Use of <strong>css sprites</strong> for images for even less http-requests</li>
<li>Built-In Simple-Twitter Plugin support</li>
<li>Built-In Sitepagination-Plugin support</li>
</ul>
<p><a href="http://cordobo.com/green-park-2/">Download Green Park 2 Alpha 7</a></p>
]]></content:encoded>
			<wfw:commentRss>http://cordobo.com/1223-cordobo-green-park-2-alpha-7/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
	</channel>
</rss>

