How to add a widget with short code in your page or post.
Today I will share a important techniques about adding widget short code. As I face this problem while developing my clients wordpress websites. When developing a sites we need to add widgets. We can easily add widget by adding sidebar in the function.
If you have confusion in adding widget you can see the below post.
How to register and widget support in your wordpress site
When you add a widget in a section of your webpage. Then you need to add the same widget in another page. Then you need to add this code
in the page like this.
[get_widgets name=”Your widgets name go here”]
Please see the featured picture. It is very easy and useful techniques for this. If you have any questions please feel free to comment. I must try to solve your problem.