How to use the CryptoWP Widget
The CryptoWP Widget is an easy way to show coin data in your sidebar/widget areas in just a few clicks without having to remember shortcode attributes.
To use the Widget, go to Appearance > Widgets and look for the Crypto Widget. Drag it into any Widget area on the right to activate it, and you can begin customizing its attributes:
You can also execute Widget areas in custom templates by getting the Widget name and pasting the following code into your template file:
<?php dynamic_sidebar( 'widget_area_name' ); ?>