Reasons Why I Recommend Creating a Child Theme BEFORE You Start Building HubSpot Pages

Category: Articles

When you download a HubSpot theme from the HubSpot marketplace, it can be exciting to jump right in and start building pages. This is OK for testing, but when you are ready to actually build your final website, I highly recommend you create a child theme first. In this post, I will explain what a… Read more »

Continue Reading

How to Load Script on One Domain and Exclude Previews in HubSpot [HubL Snippet]

Category: Code Snippets

The HubL code below will help you scope heatmap or anlytics tracking on one domain and exclude any previews. {% if request.domain == ‘www.yourdomain.com’ and request.query is not string_containing ‘hs_preview’ %} {% endif %}

Continue Reading

How to Add, Move, Edit, and Delete HubSpot Modules

Category: Newsletter

In this HubSpot tutorial video, I’ll show you how to add, move, edit, and delete modules in HubSpot CMS. If you’re looking to manage your content and templates more effectively, then this video is for you! This video will provide you with step-by-step instructions on how to add, move, edit, and delete modules in HubSpot… Read more »

Continue Reading

Custom HubSpot Development Tutorial: How to Create a Custom Module [video]

Category: Newsletter

In this custom HubSpot development tutorial, I will demonstrate how to create a custom module in HubSpot using HTML and HubL code. I will be building a product attributes list inspired by one found on Amazon product listings. A good way to think of how HubSpot custom modules work is by comparing it to a… Read more »

Continue Reading

What are HubSpot Modules Used For?

Category: Newsletter

Are you new to building pages on HubSpot or want to learn more about it? One very important thing to understand is modules and the different ways to use them. In this video, I will explain what HubSpot modules are and how they are used inside the HubSpot website builder. HubSpot modules are reusable components… Read more »

Continue Reading

List of Management, Marketing, & Sales Abbreviations

Category: Common Questions

There are so many abbreviations used in the business world. After meetings, I often google search for the ones I don’t know. Below is a list of common abbreviations for management, marketing, and sales. Management Abbreviations AM Account Manager AP Accounts Payable AR Accounts Receivable B2B Business to Business B2C Business to Consumer B2G Business… Read more »

Continue Reading

Is HubSpot a CMS?

Category: Common Questions

HubSpot is a content management system, or CMS, built on customer relationship management software or CRM. HubSpot is a business platform helping companies with their marketing, sales, service, and business operations. They truly embrace the concept of being the “central hub” of your business. How is HubSpot CMS different from WordPress CMS? WordPress is open… Read more »

Continue Reading

Free Website Builders for Small Businesses: Unveiling the Best Choice

Category: Articles

One of the most important decisions for a small business is where to host its website, and a CMS or content management system is a crucial component. Some companies with an internal IT team prefer to self-host their website because they require higher-level security or business integrations. However, a growing trend is towards using a… Read more »

Continue Reading

How to Build HubSpot Custom Modules Using HTML + HubL [video tutorial]

Category: Tutorials

Have you heard of HubSpot modules but are not sure what they are or how to use them in your pages? Have you wondered how to make a HubSpot custom module? This HubSpot CMS theme development tutorial will show you how to build HubSpot custom modules that you can use to experiment and test how… Read more »

Continue Reading

How to Create a Landing Page in HubSpot CMS Using a Blank Page

Category: Tutorials

Are you trying to create a landing page using a blank page in HubSpot? HubSpot’s drag and drop templates make it incredibly simple to create landing pages that generate leads or promote webinars. The user-friendly drag and drop editor allows you to easily add or update text and images within the landing page layout. What… Read more »

Continue Reading