Be brave- Live your dream, follow it, lose your fear

Be brave- Live your dream, follow it, lose your fearLive_Your_Dream Live Your Dream “The future belongs to those who believe in the beauty of their dreams”…

Read More

eCommerce industry are getting huge business in market

eCommerce industry are getting huge business in market eCommerce Blog “Roll up the sleeves and get it done in few minutes”. “Easy to handle, Easy to use”. If thinking to step in this business Are you thinking of starting a business where you can sell the products online? If so, then you will be joining millions of entrepreneurs who had already taken their business…

Read More

WordPress Setting API

WordPress Setting APIHow to make THEME OPTION using WordPress Setting API. All the code written in functions.php   Firstly, we register a THEME OPTION page in our admin dashboard. register-social

Read More

How to generate Pinterest Client ID and Secret key

How to generate Pinterest Client ID and Secret keyIf you wish to extend or integrate the Pinterest service then you certainly need to use Pinterest’s API.  Recently while I also wanted to make use of Pinterest API, it took me a lot of efforts to generate Pinterest App’s Client ID and Secret Key because Pinterest Developers website doesn’t make it that…

Read More

login_redirect not working with s2 Members WordPress Plugin

login_redirect not working with s2 Members WordPress PluginRecently I came across an issue that I wasn’t able to use login_redirect filter for some reason. I dig deep down to find out the problem, so I print_red the wp_filter variable at wp-login.php file and came to know that the login_redirect hook was being tinkered by s2_member plugin. For me it came as a…

Read More

Cropping images with i0.wp.com

Cropping images with i0.wp.comRecently I came across i0.wp.com service of WordPress.com which allows you to resize images on the fly.   Here is the syntax:   http://i0.wp.com/[URL_TO_IMAGE]?resize=180,180   Note: The URL will be in this format: www.mysitecom/myimg.jpg, make sure you don’t use “http://” Recent Posts…

Read More