How to Automatically Empty WordPress Trash.

This wp-config.php function controls the days before WordPress permanently deletes posts, pages, attachments & comments from the trash bin. This function will automate the process of deleting WordPress Trash & you will not have to press the ‘Empty Trash’ button again for your installation. Default WordPress Trash Settings:The default is 30 days.

Indent Multiple Lines of Code on Mac using Xcode. Fix Code Tab Indention on Mac using XCode?

The problem is when you have flat multiple lines of code & you want all of the code indent in one click of a button without going through every word or line by pressing the button ‘Tab’. So I put down few notes containing tutorial to how to indent multiple line of code within one …

What is WordPress Salt? A WordPress Security or Secret Key Generator (WordPress Tip for Optimum Security)

Introduction to WordPress Security KeysWordPress introduced security keys in the WordPress 2.6 Release to better encrypt information stored in the user’s cookies. Security Keys will look like these examples, but don’t use the duplicate keys given below: Benefits of WordPress ‘Salt’

Reduce MySQL Database size by managing WordPress Post Revisions count (WordPress Tip for Optimum Performance)

Description:The WordPress revisions system records each saved draft or published update. You can see what changes were made in each revision by dragging a slider (or using the Next/Previous buttons). The display indicates what changed in each revision—what was added, what remained unchanged, and what was removed. Lines added or removed are highlighted, and individual …

How to repair and optimise MySQL Databases through phpMyAdmin for optimum WordPress Performance.

IntroductionAs we use & utilise our WordPress website running with MySQL database, it gets cluttered & overheads with extra information or data in database tables. Sometimes, it crashes on its burden. So what we should do in the first place is repair & optimise it for optimum performance. So, Here is how to do it…!!! …

How to selectively or enable & disable ‘WordPress Automatic Background Updates’ while modifying code in the WordPress root wp-config.php file & Your theme’s functions.php file

Introduction to WordPress’s New Functionality Automatic Background Updates:WordPress 3.7 introduced automatic background updates to promote greater security and streamline the update process. By default, only minor releases are enabled for maintenance and security purposes, as well as translation file updates. The default behaviour in WordPress 3.7 is the automatic core update for minor versions, i.e., …

Using Google Public DNS for IPv4 & IPv6 to speed up internet browsing, A resource for Web Designers, Developers & Internet Surfers in General

As Wikipedia explains, The Domain Name System (DNS) is a hierarchical distributed naming system for computers, services, or any resource connected to the Internet or a private network. It associates various information with domain names assigned to each of the participating entities. Most prominently, it translates easily memorised domain names to the numerical IP addresses …

How to Enable & Disable Receiving WordPress Admin E Mail Notifications? Here is how?

I have just received an e-mail notification that my WordPress installation has been automatically upgraded to 3.7.1 SUBJECT:[Your Website Name] Your site has updated to WordPress 3.7.1 E-MAIL MESSAGE:Howdy! Your site at http://yourdomain.com has been updated automatically to WordPress 3.7.1.No further action is needed on your part. For more on version 3.7.1, see the About …

Irregularities of AdSense Advertisements Delivery, Why smaller 300×250 unit ads are delivered in 336×280 ad unit. Here is why?

For a while, I observed unusual behaviour of my 336 by 280 Ad units, where smaller ads were delivered in 300 by 250 units. I even reported this issue to the Google AdSense Support Team but received no reply & currently, they are not accepting any new support requests, but how can I get the …

How do you put comments in .php, .html, and .css files to declare? Remind third-party developers and designers of the code’s explanation.

Different ways of putting comments per file type on the World Wide Web exist. Comments help the code developer explain quickly to third-party developers, designers, users, or even himself why he used that line of code and what function it performs in that web application. So it is convenient to know how to put comments …