
Website Layout Planners – 10 Excellent Tools for Wireframing
To start a new web design project , most of the developers start with a wireframe. It is a good practice. First time you should make a plane of your […]
To start a new web design project , most of the developers start with a wireframe. It is a good practice. First time you should make a plane of your […]
You must know the use of WordPress custom field (also known as Post Meta). You might see that if you have many custom fields in your WP then you don’t […]
Custom alternative function for JavaScript trim(). JavaScript trim() method is not supported in Internet Explorer 8 and earlier versions. IE8 says: Object doesn’t support this property or method. I am using an alternative method to Keep my JS project error free on IE.
A guide to utilize your website traffic perfectly and ensure the maximum earning. From my blogging experience I will show you the best way to success. Perfect solution for advertising management and use of each traffic of your blog properly.
WordPress dbDelta returns a SQL error when updating a table. It returns “Multiple primary key defined“. I was stuck for two days on this problem. WordPress shown me following error message […]
WordPress Filter Hooks on Creating Slug – Check Availability of Slug if That is Used by Post, Page, Taxonomy, or by Plugin I did not find any filter hook for choosing […]
I use WAMP server for my development on localhost. I was working fine with wamp. Suddenly I am facing a problem that I never saw on localhost. When I am […]
A very easy way to publish your WordPress post just right now but post date will be a future time. Display future scheduled post to visitors. Here I will show you a very simple trick to do this. Just copy my simple PHP code snippet into your theme functions.php
A guide to add extra custom meta field with WordPress user profile. A complete code snippet and a sample demo plugin for plugin developer to learn and implement custom user meta in their own plugin.
Change your WordPress default media upload directory to new location. Store your media files in new location instead of wp-content/uploads . WordPress Media Library will access media files form your new directory. Here I am showing your how to do that.