‘Blog’ Category

About the Auto Update Feature for WordPress 3.7

Posted on: October 28, 2013 Permalink: Bookmark Discussion: 2 Comments Tags: ,

A Quick Guide about WordPress Auto Update Feature One of the most important features that were added to this release was the Auto Update Feature which by default... (more)

How to Add Expire Headers to Speed Up your WordPress Site

Optimize your WordPress Site for SEO and Reduce your Bounce Rates. The faster your site loads the better is for your SEO and for your Bounce Rates. Expire... (more)

How to Remove Posting Date from WordPress Default Themes

Posted on: August 22, 2013 Permalink: Bookmark Discussion: 3 Comments Tags: , , , ,

The css way and the function.php way, both of them are applied on Child Themes because its not wise to edit the Basic Theme itself, in the guide... (more)

Creating Child Themes for Twenty Eleven, Twenty Twelve and Twenty Thirteen

In this tutorial I’m going to show you . If you want to change your theme settings, add or remove functions in it then the only way to... (more)

WordPress 3.6 version “Oscar” is (finally) out of the bag!!!

Posted on: August 2, 2013 Permalink: Bookmark Discussion: No Comments Tags: , , ,

Matt just announced the release of WP 3.6 version What is “Oscar” all about: New Twenty Thirteen Theme that works and looks good in every device possible. Media... (more)

Fix “Unable to create directory” WordPress error

Posted on: July 21, 2013 Permalink: Bookmark Discussion: 3 Comments Tags: , ,

Video Guide for “Unable to create directory” WP error define( 'UPLOADS', trailingslashit( WP_CONTENT_FOLDERNAME ).'custom_uploads_name' ); for example: define( 'UPLOADS', 'wp-content/'.'files' );

Tutorial: How to Mass Delete Comments in WordPress

If so you can apply a mass delete and save your time and clicks from deleting them one by one using the following 2 guides. Mass Delete comments... (more)

How to stop WordPress from compressing your uploaded jpeg images

  Embrace PNG Images One of the quickest and most effective workarounds is to utilize PNG images instead of JPEGs. Unlike JPEG, PNG is a lossless compression file... (more)

Adding an Admin User to WordPress Using MySQL and phpMyAdmin

Posted on: June 27, 2013 Permalink: Bookmark Discussion: No Comments Tags: , ,

Use MySQL and phpMyAdmin to add an admin user to WP Fortunately, there is a solution that allows you to create a new WordPress Admin user using the... (more)

How to rename your wp-content Directory

Posted on: June 25, 2013 Permalink: Bookmark Discussion: No Comments Tags: ,

Secure your WordPress site by renaming wp-content If you want to join them follow my short guide below: Access your wp-config.php located in the root of your WP... (more)