by Brie | Jun 14, 2024
Pride is for celebrating all things queer with joy and full color — and an important time to support our friends and neighbors in LGBTQ+ community. So for Pride 2024, we’re combining the two. CannaContent is joining forces with Proud Mary Network for Color Me Proud,...
by Brie | Oct 12, 2023
Video content is the current undisputed star in social media marketing. This medium is reshaping how companies connect with customers and stand out in a crowded marketplace. Nearly every marketer — 99% of marketers, according to Hubspot — reports that they plan to...
by Brie | Sep 29, 2023
It’s a bird! It’s a plane! No; it’s The Algorithm! You’ve no doubt heard references to “the algorithm” on social media, particularly when it comes to the types of content you’re most likely to see. You may have even heard people talk about manipulating the algorithm,...
by Brie | Jul 14, 2023
Businesses need a social media presence to reach their target audience, collect reviews, connect with customers, and so much more. But in the case of cannabis, many platforms are wishy-washy on this (somehow still) controversial topic, making it quite difficult for...
by Brie | Apr 19, 2023
Building a brand takes time, effort, and strategy, but you have to start somewhere. If you have 420 minutes — that’s 7 hours — you can sketch out the broad strokes of your business idea, brand strategy, and how you plan to reach your target audience. And what better...
// Allow scaling to improve accessibilityfunction remove_my_action() {
remove_action('wp_head', 'et_add_viewport_meta');
}
function custom_et_add_viewport_meta(){
echo '';
}
add_action( 'init', 'remove_my_action');
add_action( 'wp_head', 'custom_et_add_viewport_meta' );