We can use this code to page redirect in PHP code $login_page_redirect is used for dynamic value. In HTML we can use this HTML & JavaScript Code: Read more
We can add featured image to rss feed. Even we can add it to custom post type rss feed also. Like http://mywebsite.com/feed/ http://mywebsite.com/feed/?post_type=product Just need to add this code to functions.php file. This is customize code, because I want to... Read more
Sometimes we need to write plugin, where some hook need to fire before theme hook fired. For this we need to add plugin_loaded hook to plugin file. Suppose, we are going to customize RSS feed hook. It needs to include... Read more
If you are developing a WordPress plugin, one of the first things I would suggest is adding a “Settings” link directly on the plugins page. This makes it easier for users to quickly access the plugin’s options page without having... Read more
This is Awesome Search and Replace Tool For WordPress. It is very helpful to migrate wordrpess site from one server to another. Main script is here Thanks Read more
Tiny Circleslider can be downloaded from here. http://baijs.nl/tinycircleslider/ WE can add custom function when slider diameter rotate. More interesting page is set default slider or start position of Tiny Circleslider. I mean set default position of Tiny Circleslider. Very simple,... Read more
For clicking in hover div is not working properly in iPad/iPhone. For this we can add this js code. To make it only for iOS, we should add condition. The code with that condition are given below. N.B: You must... Read more