Category: Wordpress tricks

How to WordPress Move Wp-Content Folder To Different Location

Move the wordpress wp-content is for wordpress security if you move this to an unexpected location any hackers looking to target this area won’t be able to find it, or it will make it more difficult to find. To change the location of the wp-content is quite simple as the location of this folder can be configured […]

How to disable plugin updates on your WordPress blog

Here is wordpress function php Snippet code to disable plugin updates on WordPress blog. Simply add that to your functions.php file and click save and the notices of wordpress plugin updates will disappear. Thanks to WP Snippets for the useful tip!

How to disable the WordPress Update Notice

Here is wordpress php function code to Disable the WordPress Update Notice from wordpress backend. Simply add that to your functions.php file and click save and the notices will disappear. :) Source: wp-snippets.com

How to disable file edition in WordPress admin

Here is useful wordpress code snippet to disable file edition in WordPress admin Just paste the following (or only the needed line) in your wp-config.php file. This file is located at the root of your WordPress install. Thanks to Paulund for this useful code snippet!

40+ Most Wanted WordPress Tricks and Hacks

Have you ever came across a WordPress blog, saw something you liked, and questions like ‘how they did that‘, ‘is that a plugin or hack?‘, ‘where can I get those cool mods‘ begin to pop? Well, it’s really pretty normal because most of us did the same thing. For this article we’ve spent time with […]

How Does WordPress Make Money?

wordpress blogsHow can a company like Automattic make money if they are giving away all their products (including WordPress) for free? Someone asked this question to WordPress founder Matt at WordCamp India and he surprised, at least some of us, by saying that Automattic is profitable.

WordPress Theme Hacks

WordPress was originally created as a weblog or blog platform. But now WordPress has grown so powerful that you can use it to create any type of website and use it as a Content Management System (CMS). In this article, I’m going to share some of my WordPress tricks with you on how to make […]