<?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>webtoolkit4.me &#187; Wordpress</title>
	<atom:link href="http://webtoolkit4.me/category/backend/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://webtoolkit4.me</link>
	<description></description>
	<lastBuildDate>Mon, 23 Aug 2010 19:01:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>WordPress plugin: Custom CSS stylesheet for posts or pages</title>
		<link>http://webtoolkit4.me/2010/06/11/wordpress-plugin-custom-css-stylesheet-for-posts-or-pages/</link>
		<comments>http://webtoolkit4.me/2010/06/11/wordpress-plugin-custom-css-stylesheet-for-posts-or-pages/#comments</comments>
		<pubDate>Fri, 11 Jun 2010 15:08:16 +0000</pubDate>
		<dc:creator>Gerasimos</dc:creator>
				<category><![CDATA[Backend]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://webtoolkit4.me/?p=878</guid>
		<description><![CDATA[Having posts or pages designed a bit different from the rest of the blog/site isn&#8217;t something new. Some people i admire follow this technique in a really unique way. A friend of mine is doing it as well in a really interesting way but his site is under construction so i&#8217;ll update this bit as [...]


Related posts:<ol><li><a href='http://webtoolkit4.me/2010/06/10/wordpress-plugin-custom-post-relationships-cpr-v1-0/' rel='bookmark' title='Permanent Link: WordPress Plugin: Custom post relationships (CPR) v1.01'>WordPress Plugin: Custom post relationships (CPR) v1.01</a></li>
<li><a href='http://webtoolkit4.me/2010/04/22/mono-columnist-a-free-wordpress-theme-by-webtoolkit4-me/' rel='bookmark' title='Permanent Link: Mono Columnist: A free wordpress theme by webtoolkit4.me'>Mono Columnist: A free wordpress theme by webtoolkit4.me</a></li>
<li><a href='http://webtoolkit4.me/2008/11/27/project-deploy/' rel='bookmark' title='Permanent Link: Project Deploy'>Project Deploy</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwebtoolkit4.me%2F2010%2F06%2F11%2Fwordpress-plugin-custom-css-stylesheet-for-posts-or-pages%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwebtoolkit4.me%2F2010%2F06%2F11%2Fwordpress-plugin-custom-css-stylesheet-for-posts-or-pages%2F&amp;source=tsiger&amp;style=compact" height="61" width="50" /><br />
			</a>
		</div>
<p><img class="alignnone size-full wp-image-879" title="ccss" src="http://webtoolkit4.me/wp-content/uploads/2010/06/ccss.gif" alt="" width="545" height="273" /></p>
<p>Having posts or pages designed a bit different from the rest of the blog/site isn&#8217;t something new. <a href="http://yaronschoen.com/">Some</a> <a href="http://jasonsantamaria.com/">people</a> i admire follow this technique in a really unique way. A friend of mine is doing it as well in a really interesting way but his site is under construction so i&#8217;ll update this bit as soon as he gets online. Note: All of them are using Expression Engine.</p>
<h3>So what is it then?</h3>
<p>Earlier today i needed this for a client project. Some pages need and some others will need in the future a different style than other pages. So i made this. It&#8217;s a tiny plugin that displays a list of custom CSS files stored in a sub directory of your theme and lets you choose which one you want to include in a specific post/page. In other words, no more dealing with code for this. Upload your custom CSS files, select the one that you need in a post or page and you&#8217;re done.</p>
<h3>How it works?</h3>
<p>First, download the <a href="http://webtoolkit4.me/download/custom_css.zip">Custom CSS plugin</a>, extract and upload it. Activate it and you are good to go. Now all you have to do is create a folder called &#8220;custom-css&#8221; as a sub folder in your theme&#8217;s main directory. Like that:</p>
<p><img class="alignnone size-full wp-image-881" title="folder" src="http://webtoolkit4.me/wp-content/uploads/2010/06/folder.gif" alt="" width="580" /></p>
<p>In there you can now upload all the custom style-sheets that you might need for a page or post in your blog/site. Add or edit a post or a page and you will see a small list of the available style-sheets in the &#8220;custom-css&#8221; folder. Select it, update your post and that&#8217;s it.</p>
<h3>Notes</h3>
<p>1. The folder name must be &#8220;custom-css&#8221;. If you don&#8217;t like that, just edit the plugin file and change the first line:</p>
<p>[php]define(&#8216;CCSS_PATH&#8217;,'/custom-css/&#8217;);[/php]</p>
<p>Make sure to add the slashes before and after the folder name.</p>
<p>2. This plug-in relies on wp_head() in order to include the style-sheet in your post / page. Having said that, you should have your main style-sheet ABOVE your wp_head() declaration. Otherwise how useful a set of styles that don&#8217;t override your default stylesheet would be? Not at all i guess. I am sure all of you have the wp_head() as the last thing in your header.php but i thought it would be a good idea to mention this before any hair pulling sessions.</p>
<h3>Changelog</h3>
<p>June 11th, 2010: Initial release v1.0</p>


<p>Related posts:<ol><li><a href='http://webtoolkit4.me/2010/06/10/wordpress-plugin-custom-post-relationships-cpr-v1-0/' rel='bookmark' title='Permanent Link: WordPress Plugin: Custom post relationships (CPR) v1.01'>WordPress Plugin: Custom post relationships (CPR) v1.01</a></li>
<li><a href='http://webtoolkit4.me/2010/04/22/mono-columnist-a-free-wordpress-theme-by-webtoolkit4-me/' rel='bookmark' title='Permanent Link: Mono Columnist: A free wordpress theme by webtoolkit4.me'>Mono Columnist: A free wordpress theme by webtoolkit4.me</a></li>
<li><a href='http://webtoolkit4.me/2008/11/27/project-deploy/' rel='bookmark' title='Permanent Link: Project Deploy'>Project Deploy</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://webtoolkit4.me/2010/06/11/wordpress-plugin-custom-css-stylesheet-for-posts-or-pages/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>WordPress Plugin: Custom post relationships (CPR) v1.01</title>
		<link>http://webtoolkit4.me/2010/06/10/wordpress-plugin-custom-post-relationships-cpr-v1-0/</link>
		<comments>http://webtoolkit4.me/2010/06/10/wordpress-plugin-custom-post-relationships-cpr-v1-0/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 18:46:21 +0000</pubDate>
		<dc:creator>Gerasimos</dc:creator>
				<category><![CDATA[Backend]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://webtoolkit4.me/?p=857</guid>
		<description><![CDATA[Update: Plugin is now hosted in the official Plugin directory: http://wordpress.org/extend/plugins/custom-post-relationships/ Hello everyone. It&#8217;s been a while since the last post but i think it&#8217;s worth it. It&#8217;s a wordpress plugin and it&#8217;s all about custom post relationships. All these years i was looking for a plug-in that would let me relate posts manually. None [...]


Related posts:<ol><li><a href='http://webtoolkit4.me/2010/06/11/wordpress-plugin-custom-css-stylesheet-for-posts-or-pages/' rel='bookmark' title='Permanent Link: WordPress plugin: Custom CSS stylesheet for posts or pages'>WordPress plugin: Custom CSS stylesheet for posts or pages</a></li>
<li><a href='http://webtoolkit4.me/2009/06/20/wordpress-28-for-developers/' rel='bookmark' title='Permanent Link: WordPress 2.8 for developers'>WordPress 2.8 for developers</a></li>
<li><a href='http://webtoolkit4.me/2009/07/10/shopperpress-a-shopping-cart-theme-for-wordpress/' rel='bookmark' title='Permanent Link: ShopperPress &#8211; A shopping cart theme for wordpress'>ShopperPress &#8211; A shopping cart theme for wordpress</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwebtoolkit4.me%2F2010%2F06%2F10%2Fwordpress-plugin-custom-post-relationships-cpr-v1-0%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwebtoolkit4.me%2F2010%2F06%2F10%2Fwordpress-plugin-custom-post-relationships-cpr-v1-0%2F&amp;source=tsiger&amp;style=compact" height="61" width="50" /><br />
			</a>
		</div>
<p><strong>Update: Plugin is now hosted in the official Plugin directory: <a href="http://wordpress.org/extend/plugins/custom-post-relationships/">http://wordpress.org/extend/plugins/custom-post-relationships/</a></strong></p>
<p><img class="alignnone size-full wp-image-858" title="cpr_screen" src="http://webtoolkit4.me/wp-content/uploads/2010/06/cpr_screen.gif" alt="" width="580" height="426" /></p>
<p>Hello everyone. It&#8217;s been a while since the last post but i think it&#8217;s worth it. It&#8217;s a wordpress plugin and it&#8217;s all about <strong>custom post relationships</strong>. All these years i was looking for a plug-in that would let me relate posts manually. None existed. All of the good ones rely on some short of algorithm and they pull a list of related post based on that.</p>
<p>In various projects all i need is a simple list of posts that i can relate to each other. And that&#8217;s what i did.</p>
<h3>How it works</h3>
<p>So first, <a href="http://webtoolkit4.me/download/custom_post_relationships_cpr_101.zip">download the plugin</a>, extract and upload it to your plug-ins folder. Activate it and you are all set. If you create or edit a new post you will set a screen similar to the one above. You can choose <strong>how many</strong> posts you want to see, in what <strong>order</strong>, from what <strong>category</strong> to pull posts from and of course you can <strong>filter the results</strong> by typing a few letters from any part of the post title. Then all you have to do is add the posts to the Related Posted pane by clicking &#8220;Add&#8221;. In the related posts pane you have the ability to reorder the posts just by dragging and dropping.</p>
<p>And that&#8217;s it actually. Your post is now in a relationship with a series of posts that YOU chose. Can you imagine the possibilities?</p>
<h3>How to display these posts</h3>
<p>I have put a lot of thought on that. First i was thinking to create a shortcode that you could use in your posts but that approach was limited. So i decided to go with the &#8220;hand-coded&#8221; version which also provides a flexible way of displaying related posts. It&#8217;s very easy actually. If you have put your hands on wordpress templates file, you&#8217;ll pick this up in a minute. Here it goes.</p>
<p>Open your <strong>single.php</strong> file and locate the place that your want to display your related posts. Enter this piece of code:</p>
<p>[php]&lt;div id=&#8221;related&#8221;&gt;<br />
&lt;h2&gt;Related Entries&lt;/h2&gt;<br />
&lt;?php<br />
$relations = cpr_populate(get_the_ID());<br />
if (!empty($relations)) {<br />
echo &#8220;&lt;ul&gt;&#8221;;<br />
foreach ($relations as $related) {<br />
echo &#8220;&lt;li&gt;&lt;a href=&#8217;&#8221;.get_permalink($related-&gt;ID).&#8221;&#8216;&gt;&#8221;.$related-&gt;post_title.&#8221;&lt;/a&gt;&lt;/li&gt;&#8221;;<br />
}<br />
echo &#8220;&lt;/ul&gt;&#8221;;<br />
}<br />
else {<br />
echo &#8220;&lt;p&gt;No related entries&lt;/p&gt;&#8221;;<br />
}<br />
?&gt;&lt;/div&gt;[/php]</p>
<p>Presto! This small piece of code will create a new section (div id=&#8221;related&#8221;) with a section title (Related entries) and will display an unordered list with the related posts. If there aren&#8217;t any relationships set for a post a &#8220;No related entries&#8221; message will be shown. Have in mind that in the loop (foreach) you have access to every element of a post. For example if you want to display the thumbnail for a post (2.9.0) you could add the following to the code above:</p>
<p>[php]get_the_post_thumbnail($related-&gt;ID, &#8216;thumbnail&#8217;)[/php]</p>
<p>This should go next to the post_title for example and display the post&#8217;s main thumbnail. Actually you can display anything. Even custom fields.</p>
<h3>Current Version</h3>
<p>Current version of Custom post relationships (CPR) works in WordPress 2.9.0+ including WordPress 3.0 RC1. For the time being it works only for posts. So no pages for now.</p>
<h3>Future versions</h3>
<p>I have already created a fork of this and i am working on a version just for WordPress 3.0 that includes custom content types and pages relationships. Expect though an options page for that as things are getting a bit more complicated for WordPress 3.0.</p>
<p>I hope you find this plug-in useful and i&#8217;d love to let me know how you use it. Also do not hesitate to share ideas and comments. Have fun!</p>
<h3>Changelog</h3>
<p><strong>June 10th, 2010</strong> : Initial release.<br />
<strong>Junue 11th, 2010</strong>: &#8220;All categories&#8221; option added. (thank you: <a href="http://www.twitter.com/christoschiotis">@christoschiotis</a>)</p>


<p>Related posts:<ol><li><a href='http://webtoolkit4.me/2010/06/11/wordpress-plugin-custom-css-stylesheet-for-posts-or-pages/' rel='bookmark' title='Permanent Link: WordPress plugin: Custom CSS stylesheet for posts or pages'>WordPress plugin: Custom CSS stylesheet for posts or pages</a></li>
<li><a href='http://webtoolkit4.me/2009/06/20/wordpress-28-for-developers/' rel='bookmark' title='Permanent Link: WordPress 2.8 for developers'>WordPress 2.8 for developers</a></li>
<li><a href='http://webtoolkit4.me/2009/07/10/shopperpress-a-shopping-cart-theme-for-wordpress/' rel='bookmark' title='Permanent Link: ShopperPress &#8211; A shopping cart theme for wordpress'>ShopperPress &#8211; A shopping cart theme for wordpress</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://webtoolkit4.me/2010/06/10/wordpress-plugin-custom-post-relationships-cpr-v1-0/feed/</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
		<item>
		<title>Mono Columnist: A free wordpress theme by webtoolkit4.me</title>
		<link>http://webtoolkit4.me/2010/04/22/mono-columnist-a-free-wordpress-theme-by-webtoolkit4-me/</link>
		<comments>http://webtoolkit4.me/2010/04/22/mono-columnist-a-free-wordpress-theme-by-webtoolkit4-me/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 12:01:20 +0000</pubDate>
		<dc:creator>Gerasimos</dc:creator>
				<category><![CDATA[Backend]]></category>
		<category><![CDATA[Free stuff]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://webtoolkit4.me/?p=816</guid>
		<description><![CDATA[Mono Columnist is my first free wordpress theme featured here, in webtoolkit4.me. This theme is very simple, only one column and a footer. No widgets, no troubles, no weird setup. Upload it and start writing. Mono Columnist is free and available in 4 different color schemes. In order to change to the color scheme just [...]


Related posts:<ol><li><a href='http://webtoolkit4.me/2010/06/11/wordpress-plugin-custom-css-stylesheet-for-posts-or-pages/' rel='bookmark' title='Permanent Link: WordPress plugin: Custom CSS stylesheet for posts or pages'>WordPress plugin: Custom CSS stylesheet for posts or pages</a></li>
<li><a href='http://webtoolkit4.me/2008/09/26/social-icons-made-of-wood/' rel='bookmark' title='Permanent Link: Social Icons Made of Wood'>Social Icons Made of Wood</a></li>
<li><a href='http://webtoolkit4.me/2009/05/10/toys-a-free-iconset/' rel='bookmark' title='Permanent Link: Toys &#8211; A free iconset'>Toys &#8211; A free iconset</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwebtoolkit4.me%2F2010%2F04%2F22%2Fmono-columnist-a-free-wordpress-theme-by-webtoolkit4-me%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwebtoolkit4.me%2F2010%2F04%2F22%2Fmono-columnist-a-free-wordpress-theme-by-webtoolkit4-me%2F&amp;source=tsiger&amp;style=compact" height="61" width="50" /><br />
			</a>
		</div>
<p><img class="alignnone size-full wp-image-817" title="mono-columnist" src="http://webtoolkit4.me/wp-content/uploads/2010/04/mono-columnist.jpg" alt="" width="580" height="580" /></p>
<p><strong>Mono Columnist</strong> is my first free wordpress theme featured here, in webtoolkit4.me. This theme is very simple, only one column and a footer. No widgets, no troubles, no weird setup. Upload it and start writing. Mono Columnist is free and available in 4 different color schemes. In order to change to the color scheme just open up style.css and uncomment the style that you want. That&#8217;s it. Free for both personal and commercial projects but not available for redistribution of any kind. Enjoy!</p>


<p>Related posts:<ol><li><a href='http://webtoolkit4.me/2010/06/11/wordpress-plugin-custom-css-stylesheet-for-posts-or-pages/' rel='bookmark' title='Permanent Link: WordPress plugin: Custom CSS stylesheet for posts or pages'>WordPress plugin: Custom CSS stylesheet for posts or pages</a></li>
<li><a href='http://webtoolkit4.me/2008/09/26/social-icons-made-of-wood/' rel='bookmark' title='Permanent Link: Social Icons Made of Wood'>Social Icons Made of Wood</a></li>
<li><a href='http://webtoolkit4.me/2009/05/10/toys-a-free-iconset/' rel='bookmark' title='Permanent Link: Toys &#8211; A free iconset'>Toys &#8211; A free iconset</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://webtoolkit4.me/2010/04/22/mono-columnist-a-free-wordpress-theme-by-webtoolkit4-me/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>ShopperPress &#8211; A shopping cart theme for wordpress</title>
		<link>http://webtoolkit4.me/2009/07/10/shopperpress-a-shopping-cart-theme-for-wordpress/</link>
		<comments>http://webtoolkit4.me/2009/07/10/shopperpress-a-shopping-cart-theme-for-wordpress/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 07:01:33 +0000</pubDate>
		<dc:creator>Gerasimos</dc:creator>
				<category><![CDATA[Backend]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://webtoolkit4.me/?p=409</guid>
		<description><![CDATA[ShopperPress is a fully featured shopping cart plugin for wordpress, suitable for selling any types of products, services, and digital downloads online. Key features Utilises WordPress pages, or posts, to create products Custom Advertising Spaces (Google Adsence and normall banners) Products can have multiple options (weight / sizes / brands etc) Various methods available for [...]


Related posts:<ol><li><a href='http://webtoolkit4.me/2010/04/22/mono-columnist-a-free-wordpress-theme-by-webtoolkit4-me/' rel='bookmark' title='Permanent Link: Mono Columnist: A free wordpress theme by webtoolkit4.me'>Mono Columnist: A free wordpress theme by webtoolkit4.me</a></li>
<li><a href='http://webtoolkit4.me/2009/06/20/wordpress-28-for-developers/' rel='bookmark' title='Permanent Link: WordPress 2.8 for developers'>WordPress 2.8 for developers</a></li>
<li><a href='http://webtoolkit4.me/2010/06/10/wordpress-plugin-custom-post-relationships-cpr-v1-0/' rel='bookmark' title='Permanent Link: WordPress Plugin: Custom post relationships (CPR) v1.01'>WordPress Plugin: Custom post relationships (CPR) v1.01</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwebtoolkit4.me%2F2009%2F07%2F10%2Fshopperpress-a-shopping-cart-theme-for-wordpress%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwebtoolkit4.me%2F2009%2F07%2F10%2Fshopperpress-a-shopping-cart-theme-for-wordpress%2F&amp;source=tsiger&amp;style=compact" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.shopperpress.com/index.php"><img src="http://webtoolkit4.me/wp-content/uploads/2009/07/shopperpress.jpg" alt="shopperpress" title="shopperpress" width="590" height="320" class="alignnone size-full wp-image-410" /></a></p>
<p>ShopperPress is a fully featured shopping cart plugin for wordpress, suitable for selling any types of products, services, and digital downloads online.</p>
<p><strong>Key features</strong></p>
<ul>
<li>Utilises WordPress pages, or posts, to create products</li>
<li>Custom Advertising Spaces (Google Adsence and normall banners)</li>
<li>Products can have multiple options (weight / sizes / brands etc)</li>
<li>Various methods available for listing products</li>
<li>Full Google Adsence Integration for product clicks and selections</li>
</ul>


<p>Related posts:<ol><li><a href='http://webtoolkit4.me/2010/04/22/mono-columnist-a-free-wordpress-theme-by-webtoolkit4-me/' rel='bookmark' title='Permanent Link: Mono Columnist: A free wordpress theme by webtoolkit4.me'>Mono Columnist: A free wordpress theme by webtoolkit4.me</a></li>
<li><a href='http://webtoolkit4.me/2009/06/20/wordpress-28-for-developers/' rel='bookmark' title='Permanent Link: WordPress 2.8 for developers'>WordPress 2.8 for developers</a></li>
<li><a href='http://webtoolkit4.me/2010/06/10/wordpress-plugin-custom-post-relationships-cpr-v1-0/' rel='bookmark' title='Permanent Link: WordPress Plugin: Custom post relationships (CPR) v1.01'>WordPress Plugin: Custom post relationships (CPR) v1.01</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://webtoolkit4.me/2009/07/10/shopperpress-a-shopping-cart-theme-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>WordPress 2.8 for developers</title>
		<link>http://webtoolkit4.me/2009/06/20/wordpress-28-for-developers/</link>
		<comments>http://webtoolkit4.me/2009/06/20/wordpress-28-for-developers/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 08:17:05 +0000</pubDate>
		<dc:creator>Gerasimos</dc:creator>
				<category><![CDATA[Backend]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://webtoolkit4.me/?p=359</guid>
		<description><![CDATA[If you are a wordpress fan then you already know that version 2.8 is out and it comes with some really cool features. Here&#8217;s a small list of tutorials mainly for wordpress developers. WordPress 2.8 Beta Hands On Review Creating Widgets in WordPress 2.8 with the Widget API Custom taxonomies in WordPress 2.8 Optimizing script [...]


Related posts:<ol><li><a href='http://webtoolkit4.me/2010/04/22/mono-columnist-a-free-wordpress-theme-by-webtoolkit4-me/' rel='bookmark' title='Permanent Link: Mono Columnist: A free wordpress theme by webtoolkit4.me'>Mono Columnist: A free wordpress theme by webtoolkit4.me</a></li>
<li><a href='http://webtoolkit4.me/2010/06/10/wordpress-plugin-custom-post-relationships-cpr-v1-0/' rel='bookmark' title='Permanent Link: WordPress Plugin: Custom post relationships (CPR) v1.01'>WordPress Plugin: Custom post relationships (CPR) v1.01</a></li>
<li><a href='http://webtoolkit4.me/2009/05/16/easywp-install-a-better-way-to-install-wordpress/' rel='bookmark' title='Permanent Link: EasyWP Install: A better way to install wordpress'>EasyWP Install: A better way to install wordpress</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwebtoolkit4.me%2F2009%2F06%2F20%2Fwordpress-28-for-developers%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwebtoolkit4.me%2F2009%2F06%2F20%2Fwordpress-28-for-developers%2F&amp;source=tsiger&amp;style=compact" height="61" width="50" /><br />
			</a>
		</div>
<p>If you are a wordpress fan then you already know that version 2.8 is out and it comes with some really cool features. Here&#8217;s a small list of tutorials mainly for wordpress developers.</p>
<h3><span>WordPress 2.8 Beta Hands On Review</span></h3>
<p><a href="http://weblogtoolscollection.com/archives/2009/06/03/wordpress-28-beta-hands-on-review/" target="_blank"><img title="WordPress 2.8 Beta Hands On Review" src="http://webtoolkit4.me/wp-content/uploads/2009/06/1wpfeatures.gif" alt="WordPress 2.8 Beta Hands On Review" width="590" height="200" /></a></p>
<h3><span>Creating Widgets in WordPress 2.8 with the Widget API</span></h3>
<p><a href="http://camp.woothemes.com/2009/06/creating-widgets-in-wordpress-2-8-with-the-widget-api/"><img title="Creating Widgets in WordPress 2.8 with the Widget API" src="http://webtoolkit4.me/wp-content/uploads/2009/06/2wpwidgets.gif" alt="Creating Widgets in WordPress 2.8 with the Widget API" width="590" height="200" /></a></p>
<h3><span>Custom taxonomies in WordPress 2.8</span></h3>
<p><a href="http://justintadlock.com/archives/2009/05/06/custom-taxonomies-in-wordpress-28"><img title="Custom taxonomies in WordPress 2.8" src="http://webtoolkit4.me/wp-content/uploads/2009/06/3wptaxonomies.gif" alt="Custom taxonomies in WordPress 2.8" width="590" height="200" /></a></p>
<h3><span>Optimizing script loading</span></h3>
<p><a href="http://wpdevel.wordpress.com/2008/12/27/optimizing-script-loading/"><img title="Optimizing script loading" src="http://webtoolkit4.me/wp-content/uploads/2009/06/4wpscriptloading.gif" alt="Optimizing script loading" width="590" height="200" /></a></p>
<h3><span>Authentication in WordPress 2.8</h3>
<p><a href="http://willnorris.com/2009/03/authentication-in-wordpress-28"><img title="Authentication in WordPress 2.8" src="http://webtoolkit4.me/wp-content/uploads/2009/06/5wpauth.gif" alt="Authentication in WordPress 2.8" width="590" height="200" /></a></p>
<h3><span>WordPress 2.8 and the body_class() Function</span></h3>
<p><a href="http://www.nathanrice.net/blog/wordpress-2-8-and-the-body_class-function/"><img title="WordPress 2.8 and the body_class() Function" src="http://webtoolkit4.me/wp-content/uploads/2009/06/6wpbodyclass.gif" alt="WordPress 2.8 and the body_class() Function" width="590" height="200" /></a></p>
<h3><span>Loading JavaScript In Footer In WordPress 2.8</span></h3>
<p><a href="http://lesterchan.net/wordpress/2009/01/26/loading-javascript-in-footer-in-wordpress-28/"><img title="Loading JavaScript In Footer In WordPress 2.8" src="http://webtoolkit4.me/wp-content/uploads/2009/06/7wploading.gif" alt="Loading JavaScript In Footer In WordPress 2.8" width="590" height="200" /></a></p>


<p>Related posts:<ol><li><a href='http://webtoolkit4.me/2010/04/22/mono-columnist-a-free-wordpress-theme-by-webtoolkit4-me/' rel='bookmark' title='Permanent Link: Mono Columnist: A free wordpress theme by webtoolkit4.me'>Mono Columnist: A free wordpress theme by webtoolkit4.me</a></li>
<li><a href='http://webtoolkit4.me/2010/06/10/wordpress-plugin-custom-post-relationships-cpr-v1-0/' rel='bookmark' title='Permanent Link: WordPress Plugin: Custom post relationships (CPR) v1.01'>WordPress Plugin: Custom post relationships (CPR) v1.01</a></li>
<li><a href='http://webtoolkit4.me/2009/05/16/easywp-install-a-better-way-to-install-wordpress/' rel='bookmark' title='Permanent Link: EasyWP Install: A better way to install wordpress'>EasyWP Install: A better way to install wordpress</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://webtoolkit4.me/2009/06/20/wordpress-28-for-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EasyWP Install: A better way to install wordpress</title>
		<link>http://webtoolkit4.me/2009/05/16/easywp-install-a-better-way-to-install-wordpress/</link>
		<comments>http://webtoolkit4.me/2009/05/16/easywp-install-a-better-way-to-install-wordpress/#comments</comments>
		<pubDate>Sat, 16 May 2009 08:38:33 +0000</pubDate>
		<dc:creator>Gerasimos</dc:creator>
				<category><![CDATA[Backend]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://webtoolkit4.me/?p=352</guid>
		<description><![CDATA[EasyWP is an installation script for wordpress. Instead of downloading the archive, unzip it, upload etc all you have to is upload this script to your server and run it. It will take it from there. Well there are other easy ways of doing this like upload the archive to your server and unzip through [...]


Related posts:<ol><li><a href='http://webtoolkit4.me/2009/06/20/wordpress-28-for-developers/' rel='bookmark' title='Permanent Link: WordPress 2.8 for developers'>WordPress 2.8 for developers</a></li>
<li><a href='http://webtoolkit4.me/2010/04/22/mono-columnist-a-free-wordpress-theme-by-webtoolkit4-me/' rel='bookmark' title='Permanent Link: Mono Columnist: A free wordpress theme by webtoolkit4.me'>Mono Columnist: A free wordpress theme by webtoolkit4.me</a></li>
<li><a href='http://webtoolkit4.me/2010/06/10/wordpress-plugin-custom-post-relationships-cpr-v1-0/' rel='bookmark' title='Permanent Link: WordPress Plugin: Custom post relationships (CPR) v1.01'>WordPress Plugin: Custom post relationships (CPR) v1.01</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwebtoolkit4.me%2F2009%2F05%2F16%2Feasywp-install-a-better-way-to-install-wordpress%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwebtoolkit4.me%2F2009%2F05%2F16%2Feasywp-install-a-better-way-to-install-wordpress%2F&amp;source=tsiger&amp;style=compact" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://easywp.9milesmedia.com/" target="_blank"><img title="easywp" src="http://webtoolkit4.me/wp-content/uploads/2009/05/easywp.jpg" alt="" width="590" height="300" /></a></p>
<p><a href="http://easywp.9milesmedia.com/" target="_blank">EasyWP is an installation script for wordpress</a>. Instead of downloading the archive, unzip it, upload etc all you have to is upload this script to your server and run it. It will take it from there.</p>
<p>Well there are other easy ways of doing this like upload the archive to your server and unzip through the cpanel&#8217;s filemanager (x3) or through SSH but little things like EasyWP that make our life easier are always welcome.</p>


<p>Related posts:<ol><li><a href='http://webtoolkit4.me/2009/06/20/wordpress-28-for-developers/' rel='bookmark' title='Permanent Link: WordPress 2.8 for developers'>WordPress 2.8 for developers</a></li>
<li><a href='http://webtoolkit4.me/2010/04/22/mono-columnist-a-free-wordpress-theme-by-webtoolkit4-me/' rel='bookmark' title='Permanent Link: Mono Columnist: A free wordpress theme by webtoolkit4.me'>Mono Columnist: A free wordpress theme by webtoolkit4.me</a></li>
<li><a href='http://webtoolkit4.me/2010/06/10/wordpress-plugin-custom-post-relationships-cpr-v1-0/' rel='bookmark' title='Permanent Link: WordPress Plugin: Custom post relationships (CPR) v1.01'>WordPress Plugin: Custom post relationships (CPR) v1.01</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://webtoolkit4.me/2009/05/16/easywp-install-a-better-way-to-install-wordpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
