WordPress plugin for Innovative Commerce
The Innovative-Commerce-Custom-Plugin is a WordPress plugin that retrieves the current Bitcoin price in USD using the CoinDesk API. It provides a shortcode [bitcoin_price] that can be used to display the current Bitcoin price on any page or post.
- Download the plugin ZIP file from the WordPress plugin repository.
- Extract the ZIP file and upload the plugin folder to the
wp-content/plugins/directory of your WordPress installation. - Activate the plugin through the WordPress admin panel.
To display the current Bitcoin price in USD on a page or post, use the [bitcoin_price] shortcode.
To display the current Bitcoin price in the header of your WordPress theme, follow these steps:
- Open your theme's
header.phpfile. - Locate the
<header>tag with theid="site-header"attribute. - Insert the following code inside the
<header>tag, preferably in a suitable location:
<div style="text-align: center; background-color: black; color: white;">
<?php echo do_shortcode('[bitcoin_price]'); ?>
</div>- WordPress version 5.2 or higher
- PHP version 7.2 or higher
- VelasCommerce
- Website: https://www.velascommerce.com/

This plugin is licensed under the GPL v2 or later. For more details, see the license file.