Recent Comments
Blogroll
Ads by Google
Site Search
Category Archives: Blog
Canonical meta tag for Google
Are you fed up of your comment-page-1 links showing as duplicate content? Well, never fear, Google has come to your rescue. Google now support a Canonical URL meta tag. This tag allows you to set the preferred URL for your posts, so that Google and other search engines know what the prefered entry route is. [...]
Also posted in Web and Tech, WordPress
Tagged With : canonical, tag
Comments are closed for this entry.
WordPress version 2.7.1
Hi everyone. WordPress 2.7.1 has been released, which fixes a number of issues in the 2.7 release.
WordPress 2.7.1 beta
A WordPress 2.7.1 beta has been created. It’s available here. If you want to get involved in testing then download it now and have a play with it on your testing site. Join the testing mailing list and let them know how your testing goes. Of course this is a beta so not recommended for [...]
Adding entry tags to your WordPress feeds
So my entries on here are tagged now (well, the new ones at least), but my feed templates did not have any tagging on them, and I couldn’t see any easy reference to get them included. I stumbled upon a handy hint that can be used to cram adverts into your feeds, and figured – [...]
SQL list of WordPress posts and categories
Ever wanted a listing of all your posts along with which categories they are in? Want it in SQL outside of WordPress? Then use this code – select wpr.object_id, wp_terms.name from wp_terms inner join wp_term_taxonomy on wp_terms.term_id = wp_term_taxonomy.term_id inner join wp_term_relationships wpr on wpr.term_taxonomy_id = wp_term_taxonomy.term_taxonomy_id where taxonomy= “category” order by object_id; Or for [...]
