Posted by Prem Tiwari | Updated on | in WordPress, WordPress Beginners, WordPress Plugin Reviews, WordPress Snippets.
Hi friends, hope you are doing good. In today’s tutorial i will share the easy steps to How to search and replace urls from WordPress database. If you have developed your WordPress website on your …
Posted by Prem Tiwari | Updated on | in WordPress, WordPress Snippets, WordPress Themes.
In today’s post, i will let you know the very useful tips when you are going to develop your own WordPress plugin. After this post you will how to create an action function in wordpress. …
Posted by Prem Tiwari | Updated on | in Plugins, WordPress, WordPress Snippets.
In my recent project i got request from one of my client to add flickr photo widgets according to “user or group” from his flickr profile. I have created this plugin to fulfil his requirement …
Posted by Prem Tiwari | Updated on | in Plugins, WordPress.
Hi Friends, Hope you are doing good. Today i have contributed a WordPress Plugin named “Fm Google Analytics” in WordPress plugin directory that is very useful and easy to install. In every website you are …
Posted by Prem Tiwari | Updated on | in WordPress, WordPress Snippets.
After this tutorial you will be able to know how to Display Custom Facebook Feeds. If you want to display your Facebook fan page OR Facebook group feeds in your website, then this plugin is …
Posted by Prem Tiwari | Updated on | in Plugins, WooCommerce, WordPress, WordPress Beginners.
Today i am going to share the best free Woocommerce plugins which will enhance your store’s functionality. Below is the lists to top 10 free woocommerce plugins for wordpress. If you find more and want …
Posted by Prem Tiwari | Updated on | in Plugins, WordPress, WordPress Snippets.
I was start wordking on wordpress in September 2013 and learned lots of things like how to create hooks and filters in wordpress to inject more functionalities in wordpress websites. After some time i got …
Posted by Prem Tiwari | Updated on | in Freebies, WooCommerce, WordPress, WordPress Snippets.
If you are planing to run online store, then Woocommerce is the best option for you. WooCommerce is a free eCommerce plugin which allows store owners to sell anything, beautifully. Integrate seamlessly with WordPress, WooCommerce …
Posted by Prem Tiwari | Updated on | in Plugins, WooCommerce, WordPress.
This plugin ” Woocommerce Search order by SKU ” extend the search functionality of woocommerce admin order listing page and it should work with any WooCommerce version installation, since it hooks up to the core …
Posted by Prem Tiwari | Updated on | in Plugins, WooCommerce, WordPress.
Remove sku woocommerce | woocommerce hide sku wrapper If you don’t need to use SKUs at all in your shop, you can disable them completely by using this plugin. This plugin should work with any …
Posted by Prem Tiwari | Updated on | in Plugins.
Drag and drop web forms that you have created in your AWeber email marketing account into your blog, without having to log into your AWeber account or copy and paste anything! This plugin allows you …
Posted by Prem Tiwari | Updated on | in Plugins.
If want to display the latest tweets in your WordPress sidebar area, then this plugin will help you to display latest tweets from your twitter profile. I have developed very simple WordPress plugin for this. …
Posted by Prem Tiwari | Updated on | in WordPress, WordPress Snippets.
WordPress allows developers to add their own code during the execution of a request by providing various hooks. These hooks come in the form of actions and filters: Actions: WordPress invokes actions at certain points …
Posted by Prem Tiwari | Updated on | in WordPress, WordPress Snippets.
The default WordPress pagination only comes with the “Older posts” and “Newer posts” links at the bottom of the page when you want to navigate to the older entries. If you want to replace the …
Posted by Prem Tiwari | Updated on | in Plugins, WordPress, WordPress Beginners.
Writing a Plugin I have added this post because I got many requests. In this article i will describe the easy and simple steps to create the wordpress plugin. WordPress Plugins allow to easy modification, …