5 Free online infographic maker which are easy to use

Infographic is the best way to represent your idea in proper way. It attracts all the visitors on your topic. You can use infographic on your blog, website, school project and business proposals. How to design this infographic? Common answer will be Photoshop or Gimp. But all these need designing skill and lots of time. There […]

5 Free online infographic maker which are easy to use Read More »

WordPress add Dashicons for new menu

When we add new menu page in WordPress in our custom plugins or theme functions we use the ‘add_menu_page‘ page function which can option to pass icon path of that menu.Here is the code snippet of the default example: add_action(‘admin_menu’, ‘members_downloads_menu’); function members_downloads_menu() { if (is_admin()){ add_menu_page(‘Members Downloads Options’, ‘Members Downlods’, ‘manage_options’, ‘members-downloads’,’members_downloads_page’,plugins_url(‘your-plugin-folder/images/icon.png’), 80 );

WordPress add Dashicons for new menu Read More »

Disable plugin update notification for specific plugin in WordPress

The major WordPress plugins get updated on regular basis and we often login to the WordPress dashboard and notice notification for one or more plugin updates. If we ignore these updates, these notifications can pile up. It is strongly recommended to update the WordPress plugins always to the latest versions.  Now, think differently, if the

Disable plugin update notification for specific plugin in WordPress Read More »