Articles Submitted for www.deluxeblogtips.com/
Adding Categories And Post Tags Boxes For Custom Post Type In WordPress
deluxeblogtips.com - Categories and Post Tags boxes are built-in meta boxes that have been already registered in WordPress. We can use them not only for default posts or pages but also for custom post types as well in WordPress. And this can ...
5 Ways To Include Template Files In WordPress
deluxeblogtips.com - As long as you work with WordPress, you'll realize that some code is repeated itself many times, like the loop. The new Twenty Ten theme in WordPress 3.0 has put loop code in into a loop.php file to make it ...
Fix URL Error In W3 Total Cache
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
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
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
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
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
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.
Pagination Within A Page In WordPress
deluxeblogtips.com - WordPress 3.0 is coming with 2 interesting features: custom post types and (improved) custom taxonomies. These 2 features help us to create different content (not only traditional blog posts) and classify them in many ways. To list all this content ...