Posted on October 26, 2012 Posted Under Wordpress, Wordpress Tip and Tricks
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
Posted on October 11, 2012 Posted Under Wordpress
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 […]
Posted on October 10, 2012 Posted Under Wordpress, Wordpress Tip and Tricks
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!
Posted on September 28, 2012 Posted Under Jquery, Wordpress
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:
Posted on September 14, 2012 Posted Under Wordpress
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 […]
Posted on August 30, 2012 Posted Under Just Blogging
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
Posted on August 30, 2012 Posted Under Web development, Wordpress
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 […]
Posted on August 25, 2012 Posted Under Wordpress
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 […]
Posted on August 24, 2012 Posted Under Wordpress
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!
Posted on August 14, 2012 Posted Under Wordpress
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!