• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here: Home » Several ways to use the file wp-config

By Abhishek Ghosh March 22, 2011 9:52 pm Updated on October 17, 2014

Several ways to use the file wp-config

Advertisement

The file is not just to find out information on the database or the user of it … Here’s some interesting information in the configuration of your blog with the wp-config:

The Trash of WordPress:

 

The comments, articles are not deleted but go directly into the trash. You can then write this code in the wp-config.php to empty the Trash after 14 days:

 

define('EMPTY_TRASH_DAYS', 14 );

 

Or, if you want to disable altogether the trash (at your own risk!)

Advertisement

---

 

define('EMPTY_TRASH_DAYS', 0 );

 

The number of versions of a post:

 

You can tweak not to show the number of versions of an article because you do not have an unlimited database, you can write this code to disable versions of articles.

define('WP_POST_REVISIONS', false );

 

Save Article after a certain period:

 

You can automate the registration of a draft of an article after X seconds. With this code, you can save your draft every 2 minutes and 1 second.

define('AUTOSAVE_INTERVAL', 121 );

 

Increase the PHP Memory:

 

If the memory is reserved for PHP applications is not sufficient, then we can increase the memory to XY megabytes (in multiplier of 8; i.e. 32, 64, 128 ..so on.).

define('WP_MEMORY_LIMIT', '64M');

We are stopping there for today! We have seen that the file wp-config can be used for many things in the configuration of your blog on WordPress.
Signature

Tagged With several wp config

This Article Has Been Shared 291 Times!

Facebook Twitter Pinterest
Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to Several ways to use the file wp-config

  • How to change the smilies / emotions in WordPress

    WordPress offers a variety of native smilies automatically generated when you enter the shortcut to which they refer.You can however, change to your own custom simile or emoticons.

  • Change the password of a user via phpMyAdmin WordPress

    The MySQL database for WordPress stores all user passwords in the table wp_users. With phpMyAdmin, learn to generate new passwords for each user account in your WordPress installation.

  • Optimize WordPress by compressing data through .Htaccess

    We propose a simple procedure yet very effective to make your site running fast by adding a code snipplet to .htaccess file.

  • KML Google Maps and HTML Google Maps

    KML Google Maps and HTML Google Maps are two format ways to add Google Maps in WordPress Posts. Let us see the advantages and disadvantages of these formats.

  • KML Google Maps WordPress Plugins and Manual Ways to Insert

    KML Google Maps WordPress Plugins are easy way to integrate KML Google Maps in WordPress blog and also we have added the manual ways to Insert using PHP script.

Additionally, performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (22.1K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • FaaS Versus PaaS Deployment: What You Should Know May 18, 2022
  • What Is A Digital Media Consultancy? May 17, 2022
  • How Artificial Intelligence (AI) Is Changing The Way We Play Bingo May 16, 2022
  • Why You Need A Big Data Consultant May 15, 2022
  • The Connection Between AI And Online Slots May 13, 2022

About This Article

Cite this article as: Abhishek Ghosh, "Several ways to use the file wp-config," in The Customize Windows, March 22, 2011, May 19, 2022, https://thecustomizewindows.com/2011/03/several-ways-to-use-the-file-wp-config/.

Source:The Customize Windows, JiMA.in

This website uses cookies. If you do not want to allow us to use cookies and/or non-personalized Ads, kindly clear browser cookies after closing this webpage.

Read Privacy Policy.

PC users can consult Corrine Chorney for Security.

Want to know more about us? Read Notability and Mentions & Our Setup.

Copyright © 2022 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy