Delete unused custom fields in WordPress
Find out how to remove unused custom fields from your WordPress database.
You may have once had a custom field in your post that you don’t use any more in your theme. Whilst you don’t use it in your theme, the data remains in your database. So, to clean up your database run the following in phpMyAdmin (remember to back up your database before performing this).
Log into to phpMyAdmin and select your database. Click the SQL tab at the top of the page and enter the following details. Remember if you use a different database prefix than the standard “wp_” one, then you’ll need to change that in the text below. Replace “meta_key” with your actual custom field name.
DELETE FROM wp_postmeta WHERE meta_key = 'meta_key';
This will then search your postmeta and delete any reference to that custom field and its data.
-
HTML email signature in Apple Mail
Step by step guide on how to add an HTML signature to Apple Mail.
-
Secure your WordPress Blog
A guide to securing your WordPress website.
-
HTML email signature in Gmail
How to add a HTML signature in Gmail, without any text-decoration for links
-
Remove p tags from category description
By default Wordpress adds paragraph tags to category descriptions. Find out how to stop this.
-
DIV align bottom right (or left!)
Find out how to align a DIV to the bottom left or right.
-
Website Dimensions and Designing for the Web
What browser size should you design your website. Find out more.
-
Root Path and Configuration of your Website using php
Display the root path and configuration of your website by uploading a php file to your website.
-
HTML email signature in Zoho Mail
How to add a HTML signature in Zoho Mail. A very easy and stable solution.
-
FREE EU Cookie Law Script
If you haven’t already implemented the changes then we’ve put together a little bit of code to help you.
-
Remove the shadow from Mac Screen Grabs
How to remove the shadow from Apple Screengrabs.
-
10 Useful Sites for Web Developers
Some useful websites for web developers.
-
3 FREE Apps to protect your PC
A few free apps to help you protect your PC.