Posts Tagged: HubSpot Content Hub (CMS) - Page 5
Want to Receive Email Updates of New Articles About HubSpot Content Hub (CMS)?
Join My Email NewsletterIs 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 […]
How to Combine Blog Authors in HubSpot
Category: Common Questions
HubSpot has the ability to delete a blog author and have their posts reassigned to an existing author. This is commonly done if an employee leaves a company and you no longer want the content attributed to that author. Below are the steps needed to combine authors in HubSpot blogs. Step 1: Login to your […]
How to Customize a Quote Template in HubSpot [video tutorial]
Category: Newsletter
Learn how to create and customize a HubSpot quote template to add a rich text product property In this video, I demonstrate how to customize a sales quote template to support rich text for a product description. The default product description property is multi-line and does not support bullets, links, and other rich text features. […]
Looking for a Free Website Builder? A Review of HubSpot CMS Free Hosting Software
Category: Articles
Want to build your website visually using a drag and drop website builder? You should consider taking HubSpot CMS for a test-drive because it has a large amount of features specifically designed for lead generation and business management. Below is a summary of the content management system and the reasons why it is a professional […]
How to Improve LCP Mobile Speed Score
Category: Code Snippets
I was recently trying to improve my LCP on mobile and was running into poor performance for LCP and CLS scores. I narrowed things down to most of my blog posts having a featured image floated in the top right. When you viewed the image on mobile the thumbnail didn’t really make sense and wasn’t […]
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 […]
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 […]
How to Print HubSpot Sales Quotes in Landscape Mode
Category: Common Questions
Are you looking for a way to print your HubSpot sales quotes in landscape mode instead of portrait? Or do you want to remove the white margins when printing or download the quote pdf? HubSpot sales quote templates use CSS print styles to format the PDF and printed document. This gives you an opportunity to […]
Use is_in_editor to Add Inline Comments and Notes Only in the HubSpot Editor [code snippet]
Category: Code Snippets
As a HubSpot CMS developer, you sometimes need to add some contextual information in templates to make it easier for content editors to know where and how to edit things. Add the code below into a template to display help text only when editing the HubSpot template. {% if is_in_editor %} <style>.hseditor-help {background:#FFFFE0;padding:1rem;text-align:center;}</style> <div class=”hseditor-help”> […]
How to Format a Phone Number in HubSpot CMS HubL
Category: Code Snippets
I was recently working on a custom HubSpot quote theme and needed to format the phone number. By default, the number was displayed as a long string of numbers without any parenthesis or number groupings. The code below uses a HubL to display a subset of the full string in the chunks you need it […]