<?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>Devdevote</title>
	<atom:link href="http://www.devdevote.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.devdevote.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sun, 06 Mar 2011 13:06:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>7 sins about WordPress</title>
		<link>http://www.devdevote.com/cms/7-sins-about-wordpress</link>
		<comments>http://www.devdevote.com/cms/7-sins-about-wordpress#comments</comments>
		<pubDate>Sun, 06 Mar 2011 13:06:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.devdevote.com/?p=218</guid>
		<description><![CDATA[I&#8217;ve been using WordPress almost every day since 2007 and here are my biggest kvetch. You might be a programmer to understand everything. Everything is a post? When using WordPress functions we can sometimes call &#8221;post&#8221; to get the page. No, this is not a bug. WordPress refer to the &#8221;post type&#8221;. There are posts, [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using WordPress almost every day since 2007 and here are my biggest kvetch. You might be a programmer to understand everything.</p>
<h2>Everything is a post?</h2>
<p>When using WordPress functions we can sometimes call &#8221;post&#8221; to get  the page. No, this is not a bug. WordPress refer to the &#8221;post type&#8221;.  There are posts, but it got nothing to do with post types, really. A  post type can be a post, page, attachment, revision or even a menu.</p>
<p>It&#8217;s called &#8221;post type&#8221; because a post was the first thing created in  WordPress. Nowdays it can be just confusing to not be sure if it calls  an actual post or a post type.</p>
<h2>wp-admin got bloated</h2>
<p>Custom post types and other new stuff are nice BUT it makes WordPress  admin look like a junk yard. Some things have been taken care of in  version 3.1 like hide some fields that not everyone use that often.</p>
<p>The left sidebar is still a mess. To solve it, make a top menu (like  WordPress 2.3) and split things up in a nice way. We don&#8217;t need to see  the settings all the time, do we?</p>
<h2>Image uploader was better in previous versions of WordPress</h2>
<p>Why the heck is a lightbox used for uploading images? There was a  time when the image uploading was right there. No need to flip between a  lightbox and the content.</p>
<p><a href="http://wordpress.org/extend/plugins/file-gallery/screenshots/">File gallery plugin</a> looks a little bit of how WordPress looked before the lightbox time.</p>
<h2>I want to create my stuff on the frontpage, not in wp-admin</h2>
<p>I want to see my blog when I create a new post and I want to write it  right there to se what it gets. Why force me to log in to wp-admin?</p>
<p>I even want the ability to drag and drop my widgets on the front  page. It&#8217;s not impossible, just check if super admin is logged in and in  that case load some fancy jQuery.</p>
<p>In WordPress 3.1 there is a panel on the top at the front page to add  post and so on, but that is just a shortcut to wp-admin. A little lame  to me.</p>
<h2>Impossible to use Ajax WITH WordPress functions (a nice way)</h2>
<p>A theme issue.</p>
<p>When ever you include a PHP-file (on Ajax-calls for example) your WordPress functions are not there anymore. Yes, you could include wp-load.php but that is not good if the file structure has changed.</p>
<p>The best way today is way of doing it at <a href="http://ottodestruct.com/blog/2010/dont-include-wp-load-please/">Ottos Don&#8217;t include wp-load please</a>. I prefer the one called &#8221;The right way second&#8221;.</p>
<p>However it&#8217;s not a very nice way of doing it.</p>
<h2>Multiple languages sucks</h2>
<p>I&#8217;m not talking about translations of themes or wp-admin. I&#8217;m talking of creating sites with multiple languages. There is a plugin called <a href="http://wordpress.org/extend/plugins/qtranslate/">qTranslate</a> that should be one of the best plugin for this. Still it&#8217;s far from good enough. It destroys the core tables and don&#8217;t work well with new things like custom menus.</p>
<p>I don&#8217;t know the best way to solve this but I belive it can be done.</p>
<h2>Tables can&#8217;t be added with the content editor</h2>
<p>Sometimes you need a table to display table data. However TinyMCE editor is not very good at it. There are plugins to create tables but they are not good enough. They don&#8217;t really blend in.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.devdevote.com%2Fcms%2F7-sins-about-wordpress&amp;title=7%20sins%20about%20WordPress" id="wpa2a_2"><img src="http://www.devdevote.com/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.devdevote.com/cms/7-sins-about-wordpress/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Use Xpath to parse HTML content with PHP</title>
		<link>http://www.devdevote.com/server-script/php/use-xpath-to-parse-html-content-with-php</link>
		<comments>http://www.devdevote.com/server-script/php/use-xpath-to-parse-html-content-with-php#comments</comments>
		<pubDate>Mon, 27 Sep 2010 17:36:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.devdevote.com/?p=197</guid>
		<description><![CDATA[Information will be added soon.]]></description>
			<content:encoded><![CDATA[<p>Information will be added soon.</p>
<pre class="brush: php; title: ; notranslate">
$content = '&lt;div class=&quot;test&quot;&gt;&lt;a href=&quot;test.se&quot;&gt;Link&lt;/a&gt;&lt;/div&gt;';
$dom = new DOMDocument();
$dom-&gt;loadHTML($content);
$xpath = new DomXPath($dom);
$tag = $dom-&gt;getElementsByTagName(&quot;a&quot;);
$counter = $tag-&gt;length;
for ($i = 0; $i &lt; $counter; $i++) {
	$result = $tag-&gt;item($i)-&gt;nodeValue;
	$content = str_replace($result, '&lt;img src=&quot;http://www.google.com/s2/favicons?domain=seo.getupdated.se&amp;alt=feed&quot; /&gt;'.$result, $content);
	echo $tag-&gt;item($i)-&gt; getAttribute('href').'&lt;br&gt;';
}
</pre>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.devdevote.com%2Fserver-script%2Fphp%2Fuse-xpath-to-parse-html-content-with-php&amp;title=Use%20Xpath%20to%20parse%20HTML%20content%20with%20PHP" id="wpa2a_4"><img src="http://www.devdevote.com/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.devdevote.com/server-script/php/use-xpath-to-parse-html-content-with-php/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>HTML5 Resources</title>
		<link>http://www.devdevote.com/markup/html5/resources</link>
		<comments>http://www.devdevote.com/markup/html5/resources#comments</comments>
		<pubDate>Tue, 20 Jul 2010 18:19:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML5]]></category>

		<guid isPermaLink="false">http://www.devdevote.com/?p=188</guid>
		<description><![CDATA[HTML5 is the new HTML standard. Here comes resources for HTML5. It's ment to grow.]]></description>
			<content:encoded><![CDATA[<p>HTML5 is the new HTML standard. Here comes resources for HTML5. It&#8217;s ment to grow.</p>
<ul>
<li><a href="http://css-tricks.com/what-beautiful-html-code-looks-like/">Beautiful HTML5 code</a></li>
<li><a href="http://www.w3avenue.com/2010/05/07/html5-unleashed-tips-tricks-and-techniques/">HTML5 unleashed</a></li>
</ul>
<p>Have a great HTML5 resource? Leave a comment!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devdevote.com/markup/html5/resources/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Resources</title>
		<link>http://www.devdevote.com/server-script/php-sql-resources/php-resources</link>
		<comments>http://www.devdevote.com/server-script/php-sql-resources/php-resources#comments</comments>
		<pubDate>Mon, 19 Jul 2010 20:13:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Resources]]></category>

		<guid isPermaLink="false">http://www.devdevote.com/?p=184</guid>
		<description><![CDATA[A list with PHP functions to save time or save the day.]]></description>
			<content:encoded><![CDATA[<p>A list with PHP functions to save time or save the day.</p>
<h2>Helpful PHP functions</h2>
<ul>
<li><a href="http://www.catswhocode.com/blog/10-life-saving-php-snippets">Cats who code &#8211; PHP snippets</a></li>
<li><a href="http://www.catswhocode.com/blog/10-php-code-snippets-for-working-with-strings">Cats who code &#8211; PHP string functions</a></li>
<li><a href="http://edrackham.com/php/get-days-between-two-dates-using-php/">Edrackham &#8211; Get days between two dates</a></li>
<li><a href="http://www.24hourapps.com/2009/03/php-dates-between-two-dates-tutorial.html">24 hour apps &#8211; Dates between two dates</a></li>
</ul>
<h2>Misc</h2>
<ul>
<li><a href="http://www.kavoir.com/2009/01/php4-class-differences-from-php5.html">Kavoir &#8211; Make PHP5 classes work with PHP4</a></li>
<li><a href="http://css-tricks.com/css-variables-with-php/">CSS tricks &#8211; CSS with PHP</a></li>
<li><a href="http://www.electrictoolbox.com/php-str-replace-associative-array/">Electric tool box &#8211; Associative array with str_replace</a></li>
<li><a href="http://scripts.franciscocharrua.com/php-calendar.php">My little scripts &#8211; PHP calendar</a></li>
</ul>
<p>Leave a comment if you know a great resource to PHP functions.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devdevote.com/server-script/php-sql-resources/php-resources/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CSS3 Tricks Resources</title>
		<link>http://www.devdevote.com/markup/css/css3-tricks-resources</link>
		<comments>http://www.devdevote.com/markup/css/css3-tricks-resources#comments</comments>
		<pubDate>Mon, 19 Jul 2010 18:21:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.devdevote.com/?p=180</guid>
		<description><![CDATA[CSS3 creates new possibilities. Here is a list of great CSS3 articles.]]></description>
			<content:encoded><![CDATA[<p>CSS3 creates new possibilities. Here is a list of great CSS3 articles.</p>
<h2>CSS3 IE workarounds</h2>
<ul>
<li><a href="http://www.smashingmagazine.com/2010/04/28/css3-solutions-for-internet-explorer/">Smashing Magazine &#8211; CSS3 solutions for Internet Explorer</a></li>
</ul>
<h2>CSS3 declarations</h2>
<ul>
<li><a href="http://www.zenelements.com/blog/css3-rgb-rgba-color-opacity/">Zen Elements Blog &#8211; CSS3 RGBA</a></li>
<li><a href="http://dev.opera.com/articles/view/beautiful-ui-styling-with-css3-text-shadow-box-shadow-and-border-radius/">CSS3 in Opera and other browsers</a></li>
</ul>
<h2>Impressive CSS3 examples</h2>
<ul>
<li><a href="http://girliemac.com/sandbox/button.html">Girliemac &#8211; CSS3 Button</a></li>
<li><a href="http://www.marcofolio.net/css/8_different_ways_to_beautifully_style_your_lists.html">Marcfolio &#8211; Style lists</a></li>
</ul>
<p>Found a great article that is not in this list? Leave a comment!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devdevote.com/markup/css/css3-tricks-resources/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CSS2 Tricks Resources</title>
		<link>http://www.devdevote.com/markup/css/css2-tricks-resources</link>
		<comments>http://www.devdevote.com/markup/css/css2-tricks-resources#comments</comments>
		<pubDate>Mon, 19 Jul 2010 18:13:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.devdevote.com/?p=178</guid>
		<description><![CDATA[This list of CSS resources will be updated when new great CSS tricks are found.]]></description>
			<content:encoded><![CDATA[<p>This list of CSS resources will be updated when new great CSS tricks are found.</p>
<ul>
<li><a href="http://css-tricks.com/overriding-the-default-text-selection-color-with-css/">CSS-tricks &#8211; Select text color</a></li>
<li><a href="http://css-discuss.incutio.com/wiki/Any_Column_Longest">CSS-discuss &#8211; All columns the same height</a></li>
</ul>
<p>Missing a good CSS trick? Leave a comment!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devdevote.com/markup/css/css2-tricks-resources/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Submit your WP site</title>
		<link>http://www.devdevote.com/cms/wordpress-resources/submit-your-wp-site</link>
		<comments>http://www.devdevote.com/cms/wordpress-resources/submit-your-wp-site#comments</comments>
		<pubDate>Mon, 19 Jul 2010 09:53:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress resources]]></category>

		<guid isPermaLink="false">http://www.devdevote.com/?p=175</guid>
		<description><![CDATA[Here is a list of resources where you can submit your Wordpress site. Are you missing a good site? Write a comment. I will update this post frequently.]]></description>
			<content:encoded><![CDATA[<p>Here is a list of resources where you can submit your WordPress site. Are you missing a good site? Write a comment. I will update this post frequently.</p>
<ul>
<li><a href="http://www.wpin.me/submit-wordpress-news/">WPin news</a> &#8211; <a href="http://www.wpin.me/wp/submit-blog/">WPin blog</a></li>
<li><a href="http://wpscoop.com/">WPscoop</a></li>
<li><a href="http://wparena.com/wordpress-powered-site/">WP Arena</a></li>
<li><a href="http://wpvote.com/">WP vote</a></li>
<li><a href="http://welovewp.com/submit">We love WP</a></li>
<li><a href="http://www.wpview.com/submit/">WP View</a></li>
<li><a href="http://werockwp.com/submit/">We rock WP</a></li>
<li><a href="http://wpinspire.com/submit/">WP Inspire</a></li>
<li><a href="http://wpinspiration.com/submit/">WP Inspiration</a></li>
<li><a href="http://wpgarden.com/submit/">WP Garden</a></li>
<li><a href="http://wpfloat.com/submit">WP Float</a></li>
<li><a href="http://www.wordpressious.com/submit/">WordPressious</a></li>
<li><a href="http://looppress.com/submit/">LoopPress</a></li>
<li><a href="http://wordpress.org/showcase/submit-a-wordpress-site/">WordPress Showcase</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.devdevote.com/cms/wordpress-resources/submit-your-wp-site/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPress Plugins &#8211; All categories</title>
		<link>http://www.devdevote.com/cms/wordpress-resources/plugins-all-categories</link>
		<comments>http://www.devdevote.com/cms/wordpress-resources/plugins-all-categories#comments</comments>
		<pubDate>Sun, 18 Jul 2010 19:49:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress resources]]></category>

		<guid isPermaLink="false">http://www.devdevote.com/?p=172</guid>
		<description><![CDATA[My personal favourite Wordpress plugins. What's yours?]]></description>
			<content:encoded><![CDATA[<p>My personal favourite WordPress plugins. What&#8217;s yours?</p>
<h2>Admin</h2>
<ul>
<li><a href="http://wordpress.org/extend/plugins/custom-post-type-ui/">Custom Post Types UI</a></li>
<li><a title="Custom Settings" href="http://wordpress.org/extend/plugins/custom-configs/">Custom Settings</a> &#8211; Add custom admin settings</li>
<li><a title="Display Queries" href="http://wordpress.org/extend/plugins/display-queries/">Display Querys</a> &#8211; Shows the number of queries used</li>
<li><a title="Duplicate Post" href="http://wordpress.org/extend/plugins/duplicate-post/">Duplicate Post</a> &#8211; Make a copy of a post</li>
<li><a href="http://wordpress.org/extend/plugins/subheading/">SubHeading</a> &#8211; Extra post title</li>
<li><a href="http://wordpress.org/extend/plugins/serverbuddy-by-pluginbuddy/">ServerBuddy</a> &#8211; Checks server enviroment</li>
<li><a href="http://wordpress.org/extend/plugins/simple-fields/">Simple Fields</a> &#8211; Better custom fields</li>
<li><a href="http://www.wpeasyposttypes.com/">Easy post types</a> &#8211; Create new post types on the fly</li>
<li><a href="http://wordpress.org/extend/plugins/no-self-ping/">No self pings</a> &#8211; Don&#8217;t ping your own site</li>
<li><a href="http://wordpress.org/extend/plugins/page-excerpt/">Page Excerpt</a> &#8211; Adds excerpt to pages (like posts)</li>
<li><a title="Regenerate Thumbnails" href="http://wordpress.org/extend/plugins/regenerate-thumbnails/">Regenerate Thumbnails</a> &#8211; Regenerate thumbnail size to a new size</li>
<li><a href="http://wordpress.org/extend/plugins/wp-no-category-base/">WP no category base</a> &#8211; Remove category from permalinks</li>
<li><a href="http://wordpress.org/extend/plugins/wp-super-cache/">WP Super Cache</a> &#8211; Speed up your site with caching</li>
</ul>
<h2>Forms</h2>
<ul>
<li><a title="Contact form 7" href="http://wordpress.org/extend/plugins/contact-form-7/">Contact form 7</a></li>
</ul>
<h2>Images</h2>
<ul>
<li><a href="http://wordpress.org/extend/plugins/fancybox-for-wordpress/">FancyBox for WordPress</a> &#8211; A &#8221;lightbox&#8221; layer for images</li>
</ul>
<h2>SEO</h2>
<ul>
<li><a href="http://wordpress.org/extend/plugins/seo-ultimate/">SEO Ultimate</a></li>
<li><a title="Simple Meta Description" href="http://wordpress.org/extend/plugins/simple-meta-description/">Simple Meta Description</a> &#8211; Uses the excerpt as a meta description</li>
<li><a href="http://wordpress.org/extend/plugins/simple-seo/">Simple SEO</a></li>
<li><a href="http://wordpress.org/extend/plugins/seo-title-tag/">SEO Title Tags</a> &#8211; Add and manage meta titles</li>
</ul>
<h2>Sidebars</h2>
<ul>
<li><a href="http://wordpress.org/extend/plugins/custom-sidebars/">Custom Sidebars</a></li>
</ul>
<h2>Widgets</h2>
<ul>
<li><a href="http://wordpress.org/extend/plugins/nktagcloud/">Better tag cloud</a> &#8211; Settings to tag clouds</li>
<li><a title="Fold Category List" href="http://www.webspaceworks.com/resources/wordpress/31/">Fold category list</a> &#8211; List categories and makes them collapse</li>
</ul>
<h2>CMS</h2>
<ul>
<li><a href="http://wordpress.org/extend/plugins/cms-tree-page-view/">CMS Tree Page View</a> &#8211; Better overview over pages</li>
</ul>
<h2>Not yet tested</h2>
<ul>
<li><a href="http://wordpress.org/extend/plugins/enable-media-replace/">Enable Media Replace</a></li>
<li><a href="http://wordpress.org/extend/plugins/wordpress-easy-todo/">Easy Todo</a></li>
<li><a href="http://wordpress.org/extend/plugins/smooth-slider/">Smooth Slider</a></li>
<li><a href="http://wordpress.org/extend/plugins/backwpup/">BackWPup</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.devdevote.com/cms/wordpress-resources/plugins-all-categories/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best WordPress hacks</title>
		<link>http://www.devdevote.com/cms/wordpress-resources/best-wordpress-hacks</link>
		<comments>http://www.devdevote.com/cms/wordpress-resources/best-wordpress-hacks#comments</comments>
		<pubDate>Sun, 18 Jul 2010 19:28:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress resources]]></category>

		<guid isPermaLink="false">http://www.devdevote.com/?p=169</guid>
		<description><![CDATA[A list of Wordpress resources and hacks picked from my bookmarks. Enjoy!]]></description>
			<content:encoded><![CDATA[<p>A list of WordPress resources and hacks picked from my bookmarks. Enjoy!</p>
<h2>Widgets</h2>
<ul>
<li><a href="http://digwp.com/2010/03/declare-multiple-widgetized-areas/">Digging into WordPress &#8211; Declare Multiple Widgetized Areas</a></li>
</ul>
<h2>Rewrite rules</h2>
<ul>
<li><a href="http://wordpress.org/support/topic/304364">WordPress.org &#8211; Flush rules on activate plugin</a></li>
</ul>
<h2>Theme functions</h2>
<ul>
<li><a href="http://www.deluxeblogtips.com/2010/05/code-practices-twenty-ten-theme.html">Deluxe blog tips &#8211; 7 code practices from Twenty Ten theme</a></li>
<li><a href="http://codex.wordpress.org/Function_Reference/get_template_part">get_template_part</a></li>
<li><a href="http://codex.wordpress.org/Function_Reference/get_page_by_title">get_page_by_title</a></li>
<li><a href="http://codex.wordpress.org/Template_Tags/wp_nav_menu">wp_nav_menu</a></li>
<li><a href="http://foolswisdom.com/wp-activate-theme-actio/">A fools wisdom &#8211; Activate theme action</a></li>
<li><a href="http://ottopress.com/2010/wordpress-3-0-theme-tip-feed-links/">Otto on WordPress &#8211; add theme support automatic feed links</a></li>
</ul>
<h2>Custom post types</h2>
<ul>
<li><a href="http://www.vooshthemes.com/blog/wordpress-tip/create-a-professional-portfolio-using-wordpress-3-0-custom-post-types/">Voosh themes &#8211; Custom post types</a></li>
</ul>
<h2>Custom taxonomies</h2>
<ul>
<li><a href="http://net.tutsplus.com/tutorials/wordpress/introducing-wordpress-3-custom-taxonomies/">Net Tuts &#8211; Custom taxonomies</a></li>
</ul>
<h2>Meta boxes</h2>
<ul>
<li><a href="http://www.deluxeblogtips.com/2010/04/how-to-create-meta-box-wordpress-post.html">Deluxe blog tips &#8211; Create a better meta box</a></li>
</ul>
<h2>Admin</h2>
<ul>
<li><a href="http://www.deluxeblogtips.com/2010/05/add-custom-column.html">Deluxe blog tips &#8211; Add custom column</a></li>
<li><a href="http://justintadlock.com/archives/2009/03/06/disable-widget-areas-without-touching-theme-templates">Justin Tadlock &#8211; Disable widget areas without touching themes</a></li>
<li><a href="http://wpengineer.com/display-post-thumbnail-post-page-overview/">Wp Engineer &#8211; Display post thumbnail in post and page column</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.devdevote.com/cms/wordpress-resources/best-wordpress-hacks/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WP Comment Pages</title>
		<link>http://www.devdevote.com/cms/wordpress-plugins/wp-comment-pages</link>
		<comments>http://www.devdevote.com/cms/wordpress-plugins/wp-comment-pages#comments</comments>
		<pubDate>Sat, 13 Feb 2010 17:50:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress plugins]]></category>

		<guid isPermaLink="false">http://www.devdevote.com/?p=160</guid>
		<description><![CDATA[Let's say you have 200 comments on your site. Imagine if every comment was an unique page, complete with title, meta description, header and content. This plugin will add comment pages dynamically without screwing up your database.]]></description>
			<content:encoded><![CDATA[<h2>In short</h2>
<p><strong>Requires at least:</strong> 2.9<br />
<strong>Tested up to:</strong> 2.9<br />
<strong>Download from:</strong> <a title="WP Comment Pages" href="http://www.devdevote.com/wp-content/uploads/zip/wp-comment-pages.zip">Devdevote</a></p>
<h2>Description</h2>
<h3>What is page comments?</h3>
<p>Let&#8217;s say you have 200 comments on your site. Imagine if every   comment was an unique page, complete with title, meta description,   header and content. It&#8217;s good for SEO (Search Engine Optimization) as   well as users. Your users can link directly to an interesting comment,   instead of the whole article.</p>
<p>This plugin will add comment pages dynamically without screwing up   your database. The plugin will only create ONE page called &#8221;comment&#8221;   which works like a template for ALL your comment pages.</p>
<p><strong><em>Just activate the plugin and it works instantly.</em></strong> If you  are an advanced user you can change the look of the comment  pages.</p>
<h2>Screenshots</h2>
<p><img title="A comment page" src="http://www.devdevote.com/wp-content/uploads/screenshot-1.png" alt="" width="489" height="215" /></p>
<p>This is how it looks like on my Swedish blog with the default theme.    You can change how the content i displayed if you like.</p>
<p><img title="Post with  comment" src="http://www.devdevote.com/wp-content/uploads/screenshot-2.png" alt="" width="450" height="131" /></p>
<p>The author comment link (&#8221;Mr WordPress&#8221; in this case) is replaced   with a  link to the comment page.</p>
<h3>What does the page called &#8221;comment&#8221; do?</h3>
<p>It works like a template for ALL your comment pages. If you go to a   comment page this happeneds automatically:</p>
<ul>
<li>Title tag is replaced. Example: &#8221;Mr WordPress @ Hello world »   MyBlogName&#8221;.</li>
<li>Meta description is added from the comment content with maximum 160   characters.</li>
<li>Canonical meta is added.</li>
<li>The title for the content is replaced. Example: &#8221;Mr WordPress @   Hello world&#8221;.</li>
<li>The content is added from the page &#8221;comment&#8221; and the shortcodes are   replaced with the comment content.</li>
</ul>
<h3>Shortcodes for the &#8221;comment&#8221; page</h3>
<p>Edit the page &#8221;comment&#8221;. It works like a template for all the comment   pages. The shortcodes will be replaced with real comment content. If   you need more shortcodes than default, here you go:</p>
<ul>
<li>[single_comment type="comment_author"]</li>
<li>[single_comment type="comment_author_url"]</li>
<li>[single_comment type="comment_author_link"]</li>
<li>[single_comment type="comment_avatar"]</li>
<li>[single_comment type="comment_avatar_link"]</li>
<li>[single_comment type="comment_date"]</li>
<li>[single_comment type="comment_content"]</li>
<li>[single_comment type="post_date"]</li>
<li>[single_comment type="post_link"]</li>
<li>[single_comment type="post_title"]</li>
<li>[single_comment type="post_url"]</li>
</ul>
<p>You can even add classes to the shortcodes named &#8221;_link&#8221;, like this:</p>
<ul>
<li>[single_comment type="comment_avatar_link"]</li>
</ul>
<h2>Installation</h2>
<ol>
<li>Make sure that you don&#8217;t already have a page called &#8221;comment&#8221;</li>
<li>Upload &#8216;wp-comment-pages&#8217; folder to the &#8216;/wp-content/plugins/&#8217;   directory</li>
<li>Activate the plugin through the &#8216;Plugins&#8217; menu in WordPress</li>
<li>Done! Click on a comment author link in your theme to try it.</li>
</ol>
<h2>Frequently Asked Questions</h2>
<h4>What is changed when activating the plugin?</h4>
<ul>
<li>It adds a rewrite rule to allow the comment pages to work.</li>
<li>It adds a page called &#8221;comment&#8221; that works like a template for all   the comment pages.</li>
</ul>
<h4>Does the plugin add new pages to the post table?</h4>
<p>The comment pages are created dynamically and are not stored in the   database. The only page that is created is the &#8221;comment&#8221; page. It works   like a template for ALL the comment pages.</p>
<h4>Does the plugin change the database structure?</h4>
<p>No.</p>
<h2>Changelog</h2>
<h4>1.0</h4>
<ul>
<li>Initial release</li>
</ul>
<h2>Upgrade Notice</h2>
<dl>
<dt>1.0</dt>
<dd>Initial release</dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://www.devdevote.com/cms/wordpress-plugins/wp-comment-pages/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

