Taxonomy Meta Script For WordPress
www.deluxeblogtips.com - Sometimes you want to add more information for taxonomies (category, tags, or any custom taxonomies) in WordPress, like category icon, age (for "people" taxonomy), something like custom fields for posts. But sadly WordPress doesn't have custom fields for taxonomies. Taxonomy ...
Meta Box Script Update V3.0
www.deluxeblogtips.com - It has been a while since the last version of meta box script (2.4.1). Today I want to show you the next major version (3.0) with many improvements in the code, which supports better for OOP, gives big opportunity to ...
List Of Allowed File Types To Upload In WordPress
www.deluxeblogtips.com - There are various file types that are allowed to upload in WordPress. People often use image uploader and forget that not only images, but other file types are allowed to upload such as PDF, MS Office, OpenOffice, GZ, ZIP, etc. ...
Fix URL Error In W3 Total Cache
www.deluxeblogtips.com - W3 Total Cache is a wonderful cache plugin for WordPress that decrease server load by serving cached (static HTML) files. I'm using it in all my blogs. It works properly except one thing that I discovered today. The problem is ...
Prevent SQL Injection Attacks In WordPress
www.deluxeblogtips.com - SQL injection is a very popular technique to hack into database of a website by using incorrect user input with unescaped characters. It occurs when developer designs a bad database layer for an application. In WordPress, the database layer is ...
WordPress: Automatically Remove Short Words In URL For Better SEO
www.deluxeblogtips.com - According to Matt Cutts's answer in his interview at Pubcon, for good SEO, the URL should contains 3-5 words. If there are more than 5 words, Google's algorithms typically will just weight those words less and just not give you ...
Add Custom Column To WordPress Post Manage Page
www.deluxeblogtips.com - The post manage page in WordPress shows you a list of posts with their details: title, author, categories, etc. These details give blog manager a quick summary view of the posts. Sometimes, you might want to add new custom column ...
Make URL Clickable In WordPress
www.deluxeblogtips.com - Sometimes, you blog post contains many links (for example a download page), then it wastes a lot of time if you make each link clickable manually. Fortunately, WordPress has a built-in function that can help us to convert every URL ...
WordPress 3.0 RC1 Has Been Released
www.deluxeblogtips.com - After a long time awaiting, today the first release candidate (RC1) for WordPress 3.0 has been released. This version comes with almost everything done: all features finished, all bugs squashed, and all potential issues addressed.