Category: Wordpress

Super useful wordpress Plugins & Tools for WordPress Developers

Here are some time Super useful wordpress Plugins & Tools for WordPress Developers Below are some growing collection of WordPress plugins, and discovered some great resources for my WP “developer toolbox.” These are some super-useful plugins and tools for debugging, logging data, working with translation files, analyzing performance, and making otherwise difficult tasks efficient and manageable. […]

How to Show Pending Review post to front end logged-In users in wordpress

Here is wordpress snipped code to Show “Pending Review” post to frontend logged-In users. Other Normal users which are not logged into wordpress website cant see “pending review “post in post list.

How to define Access on specific content in WordPress for a specific user only

Some requirement comes to access specific portion of wordpress website to specific user only. So here is the code define Access on specific content in WordPress for a specific user only. Update this code into Your template page like page.php, singlepost.php or wherever u want to do this.

How to Moving WordPress Plugin Folder

If you don’t want to change the location of the entire wp-content folder in wordpress but just want to move the plugins folder then you can change this location the same as above. For the plugin folder location we need to define the variable WP_PLUGIN_DIR.

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 Increase WordPress Memory Limit

A common error you can come across in WordPress is a PHP memory limit error. This happens when WordPress doesn’t have enough memory to achieve what you want. It can be caused by poorly written plugins that will continue to run a procedure until the installation runs out of memory. Since version 2.5 there is a […]

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!

Jquery Fix for WordPress Empty Search issue

Jquery fix for preventing wordpress empty search issue. I found a decent/easy jquery workaround on preventing submit if the field is empty: And onload:

Override WordPress and Site URL using wp-config file

I found code to Override WordPress and Site URL using wp-config file. I like to share with you all. Instructions: This snippet lets you redfine two constants that makes it possible to work with production databases, locally. It lets you use the same database for production and development. THIS does not change the database records […]

How to Edit Customize Tag Cloud deafault tooltip to Tag Name

Another issue i faced during the wordpress development, i want to change the tooltip text which appears on hovering the mouse over the tags created by wp_tag_cloud(). By default it shows something like 1 topics, 5 topics etc, and i want to make it something like  “Tag Name” on mouseover

The 15 Best WordPress plugins to use in 2012

One of the reasons that I’m so madly in love with WordPress is the thousands of plugins available. It doesn’t matter what you want to accomplish on your blog, there is probably a WordPress plugin that will allow you to do it. This list will provide you with 15 of the best WordPress plugins available […]

Create/ Make A Helpful WordPress 404 Page

When your server can’t find the requested page it will return a HTTP status code of 404. This tells the browser that the request has failed because the page you are asking for can not be found. When your server returns a 404 this needs to be handled so that your not just displaying the default […]

WordPress function to get post/page slug

Here’s the function. Copy it and paste it into your functions.php file: Once done, simply call the function within the loop to get the post or page slug. Thanks to Maidul for the function!

Great WordPress resources for wordpress developer

As a WordPress developer you need to keep up with the fast development of this amazing platform. Luckily, there are loads of great resources to do this. This post is basically a compilation of the sites on my RSS feed. Hope you like it!