Our CannaBiz WordPress theme just turned 2 and today it’s being pumped full of fresh oxygen with the release of version 2.0.
These updates include new custom fonts options, actions hooks, add-on & WooCommerce support, and more!
Let’s check out the new features and updates in CannaBiz v2.0!
New font choices and control options
One of the ways that CannaBiz will continue being the #1 marijuana WordPress theme on the market is the easy customization options.
Version 2.0 includes various updates to the Fonts section of the theme customizer to make the CannaBiz theme even easier to customize.
These updates include 10 new fonts, for total of 25 fonts to choose from for both main and title fonts, weight and size selectors as well as specific font family choices for the top bar and menu (plus sub-menu links).

List of new font’s included in CannaBiz v2.0:
- Arvo
- Limelight
- Lobster
- Quicksand
- Cabin
- Oxygen
- Libre Baskerville
- Abril Fatface
- Amatic SC
- Permanent Marker
Now you are able to further customize the look of your website with font choices to match your cannabrand style.
In upcoming updates there will be more controls added, so if you have an option or font you’d like to see included along with the ones above, send a support ticket and let us know!
New action hooks are everywhere
For the developers who are looking to take the CannaBiz theme and utilize it as a building block to a custom website design for a client’s website, there’s 22 new action hooks throughout the theme.
These action hooks will give you the ability to add custom design/content elements throughout the theme, from the top bar to the copyright bar in the footer, and everything in between.
Here is a list of all newly included action hooks:
- cannabiz_topbar_before
- cannabiz_topbar_inside_top
- cannabiz_topbar_inside_before_email
- cannabiz_topbar_inside_before_phone
- cannabiz_topbar_inside_before_social
- cannabiz_topbar_inside_after_social
- cannabiz_topbar_inside_bottom
- cannabiz_topbar_after
- cannabiz_header_before
- cannabiz_header_inside_top
- cannabiz_header_inside_bottom
- cannabiz_header_after
- cannabiz_content_before
- cannabiz_content_inside_top
- cannabiz_sidebar_before
- cannabiz_sidebar_inside_top
- cannabiz_sidebar_inside_bottom
- cannabiz_sidebar_after
- cannabiz_single_before
- cannabiz_single_after
- cannabiz_single_comments_before
- cannabiz_single_comments_after
You can browse documentation for these action hooks along with all other action hooks in the CannaBiz theme, WP Dispensary plugin & add-on’s.
Additional support for our add-on’s
Along with the new custom control options, it was also important to include additional support for the various extensions we offer with WP Dispensary.
After all, this is how CannaBiz will continue to be the best cannabis WordPress theme on the market!
Version 2.0 of the CannaBiz theme now has included archive and single template files for both the Gear and Tinctures add-on’s.
For instance, v2.0 creates the same three column template as other archive pages when you’re viewing Tinctures and Gear category pages.
This update also includes CSS and category template updates for both the Gear and Tinctures add-on’s.
Increased WooCommerce integration
Now that the WP Dispensary integration has been taken care of, let’s look at the WooCommerce updates that are included in the version 2.0 release of the CannaBiz WordPess theme.
One of the biggest features within the WP Dispensary ecosystem (including CannaBiz) is the ability to tap into WooCommerce and use your menu to allow patients to place orders.
This update includes a big chunk of CSS updates to continue customizing the style of your product displays and reviews within WooCommerce.

First, we updated the widgets that are included with WooCommerce to display recent products and recent reviews, adding custom CSS styles to present your products as professionally as possible for your patients.
There’s also updates within CannaBiz v2.0 that help the way the default WooCommerce shop page displays products and also the single product view.

Bug fixes and code clean up
Beyond all of the forward facing changes that version 2.0 is packed with, there’s a lot of code clean up behind the scenes which will make the theme more secure and reliable for the long term.
The version 2.0 release also fixes various bugs throughout the theme.
These fixes include price display issues on menu type archive pages and WordPress Coding Standard updates.
While it may not be as flashy to talk about as some of the cool new features included in v2.0, these code updates are the foundation of what makes CannaBiz your #1 choice for a cannabis WordPress theme.
Download the CannaBiz WordPress theme
If you’ve already purchased CannaBiz, check your email for the updated files.
If you haven’t purchased your copy of the CannaBiz WordPress yet, what are you waiting for?
Head over to the CannaBiz product page and download your copy now.
Changelog
- Added
archive-tinctures.php
,single-tinctures.php
,template-parts/tinctures-single.php
,taxonomy_wpd_tinctures_category.php
files to support Tinctures add-on - Added 10 new fonts in
inc/select/google-font-dropdown-custom-control.php
- Added new Customizer Fonts options for various areas in
inc/customizer.php
- Added default title display for Pages in
template-parts/content-page.php
- Added 6 action hooks to the footer in
footer.php
- Added default value for $cannabiz_footer_designedby variable in
footer.php
- Added 14 action hooks to the header in
header.php
- Added basic support for Gutenberg wide image style and color palette in
functions.php
- Added support for WooCommerce product gallery zoom, lightbox and slider in
functions.php
- Added 4 action hooks to the sidebar in
sidebar.php
- Added 4 action hooks to the single post template in
single.php
- Fixed price display on Menu Type archive pages in
inc/template-tags.php
- Fixed price display on taxonomy archive pages in
inc/template-tags.php
- Fixed comment count to be empty if comments are closed in
inc/template-tags.php
- Updated
css/cannabiz.css
andcss/cannabiz.min.css
to support new Tinctures add-on - Updated
css/cannabiz.css
andcss/cannabiz.min.css
with dozens of theme-wide style updates - Updated Page Title options in Customizer to include default and large in
inc/customizer.php
- Updated footer menu code to remove the default container in
footer.php
- Updated header menu code to remove the default container in
header.php
- Updated code throughout the theme to follow the WordPress Coding Standards