WordPress hack: Canonical links for comments
Simply paste the following code on your function.php file: function canonical_for_comments() { global $cpage, $post; if ( $cpage > 1 ) : echo “n”; echo ” n”; endif; } add_action( ‘wp_head’, ‘canonical_for_comments’ ); Thanks to I like WordPress for the useful tip! Looking for WordPress hosting? Try WP Web Host
Useful Glossaries For Web Designers and Developers
Advertisement In a day in age where there are just as many freelancers as there are university educated designers, developers, and all around web gurus, it is amazing to me how much many of us don’t know or have forgot about our trade. As a self-taught designer, I will admit to you upfront that there is a lot I don’t know when it comes to official jargon or certain aspects of things like typography and graphic design.


Warning: WordPress 2.7 Comment Pagination Creates Duplicate Content
One of the lesser talked about features introduced in WordPress 2.7 is the new feature that breaks comments into multiple pages to create faster load times. By default, this feature is activated and set to allow 50 comments before the break. The problem is, with this new feature activated, your WordPress blog is creating duplicate content.
Posted by Hack WordPress · Read the full story »