Plugin review: SEO Smart Links
deluxeblogtips.com - An in-depth review of SEO Smart Links Premium, the premium edition of very popular plugin SEO Smart Links, on features, user interface and coding.
Better way to display title meta tag
deluxeblogtips.com - To display title meta tag in WordPress, we can use wp_title function. But it’s not enough if you want your theme SEO friendly. In TwentyTen, TwentyEleven and Underscores (_s) themes, WordPress team has tried to solve the SEO issue by ...
Optimize file loading in WordPress
deluxeblogtips.com - If your WordPress themes and plugins contain a lot of files, then loading all files where they’re not needed can waste your memory, thus reduce the website performance and increase the loading time. For example, you include theme setting files ...
Taxonomy Meta Script For WordPress
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
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
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
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 ...
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 ...