background preloader

Support

Facebook Twitter

How to Increase WordPress Memory and PHP Memory Limit « Tips and Tricks HQ Forum. Increasing PHP Memory Limit If you see an error like the following in your browser when doing something on your site, this means that PHP has hit the maximum memory limit allocated for your server/site. "Fatal Error: Allowed memory size of *** bytes exhausted ... " You need to increase the memory limit so PHP has more memory available to it. I will explain few different methods that you can try yourself to increase the limit: Option 1) Changing the PHP memory limit of a site is not a trivial task. You should always try to get your hosting provider to change the memory limit for you. Option 2) If you have access to your php.ini file then look for an entry like the following: memory_limit = 32M ; Maximum amount of memory a script may consume Change that number to a bigger value.

Option 3) You can also try to set it via the .htaccess file. Php_value memory_limit 128M Increasing WordPress Memory Limit Edit your wp-config.php file and add a line like the following: define('WP_MEMORY_LIMIT', '64M'); How to have apostrophes in PHP string? Do it yourself: 12 Wordpress Solutions Without Using Plugins- WebAnthology.net. Using a lot of plugins isn’t recommended if you’re going to boost your blog performance. Also, if you build your needs yourself as much as possible, you will have more control on what you are looking for. In this post, we have featured 12 practical WordPress solutions that you won’t need any plugins to implement them. Don’t forget to subscribe to our RSS feed to not miss any new post!

1. Showing Popular Posts Without A Plugin When it comes to usability, or when you’d like to increase your pageviews, it’s really recommended to have a section somewhere on your theme to feature your bests post. Visit Solution 2. Showing related posts will increase the number of pageviews. WP Shortcode for displaying related posts How to: Show related posts without a plugin Add Related Posts, with Images, to WordPress without a Plugin 3. Learn how to add a featured section to your homepage.

Build a Featured Posts Section for WordPress How To Create A Featured Post (And Get Pagination To Work) 4. 5. 6. 7. Dagon Design. Support » Receiving Reported Attack Site. Installing WordPress. Languages: English • Español • Deutsch • বাংলা • Français • Italiano • Nederlands • 日本語 • 한국어 • Português • Português do Brasil • Русский • Slovenčina • Српски • ไทย • 中文(简体) • 中文(繁體) • (Add your language) WordPress is well-known for its ease of installation. Under most circumstances, installing WordPress is a very simple process and takes less than five minutes to complete.

Many web hosts now offer tools (e.g. Fantastico) to automatically install WordPress for you. The following installation guide will help you, whether you go for the Famous 5 Minute Installation, or require the more detailed installation guide. Things to Know Before Installing WordPress Before you begin the install, there are a few things you need to have and do. These are: Things You Need to Do to Install WordPress Begin your installation by: Checking to ensure that you and your web host have the minimum requirements to run WordPress.

Famous 5-Minute Installation That's it! Detailed Instructions Step 1: Download and Extract.