Posts Tagged: Website Redesign
Want to Receive Email Updates of New Articles About Website Redesign?
Join My Email NewsletterHubSpot CMS Enterprise vs Professional
Category: Articles
Are you looking for the differences between HubSpot CMS enterprise vs professional? Below is a brief article discussing the major differences and why you might consider HubSpot enterprise vs professional or another CMS like WordPress. What is HubSpot CMS? CMS Hub makes website updates, hosting, and infrastructure easy so you can focus on creating remarkable […]
The 10 Best HubSpot Themes & Templates for Professional B2B Websites (Free & Premium)
Category: Articles
Choosing the right theme for your HubSpot website can be overwhelming, given the wide range of options available in the HubSpot Theme Marketplace. To help you make the best decision, we’ve compiled a list of 10 outstanding HubSpot themes that cater to various business needs. These themes not only streamline the design process but also […]
The Top 5 HubSpot CMS Benefits and Advantages vs WordPress – HubSpot CMS Review
Category: Articles
As a website designer and developer, I have built themes for various content management systems. The biggest is WordPress. For the past six years, I have been building templates for HubSpot and I have seen some great advantages which alleviate the major pain points of building WordPress sites. Below is my list of five benefits […]
How to Remove HubSpot CTA Button Strings in HubSpot to WordPress Migration
Category: Code Snippets
When migrating a HubSpot blog to WordPress or another CMS you will often find text strings in your articles that look like this {{cta(‘4cdfhg-a57e-dfh-dfh-5c6dfhgdfhdfgc’,’justifycenter’)}} Most likely you are going to replace those with a new button pointing to a landing page but that takes time to update. Also doing a database find and replace would work […]
WP All Import Export Subset of Posts by Slug Array [code snippet]
Category: Code Snippets
When performing a WordPress blog migration you sometimes just need to export a certain number of posts vs the entire collection. The easiest way I have found to do this is by performing a custom query using the list of posts by their url slug. // WPQuery args for slugs – create array fro list […]
Comprehensive HubSpot CMS Review vs. WordPress
Category: Common Questions
One of the most critical decisions for a 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 CMS using open-source software like WordPress because they require higher-level security or business integrations. However, a growing trend […]
How to Redirect WWW to non WWW WordPress [htaccess snippet]
Category: Code Snippets
Below are two code recipes for your htaccess file to redirect different versions of your domain. Once you have things added you can use this redirect testing tool to verify all the versions of your domain are redirecting properly.
25+ Questions to Ask When Redesigning Your Business Website
Category: Common Questions
A website created by a page builder service like Godaddy, Wix, WordPress, or Squarespace are a dime a dozen. But a lead-generating website is a rare jewel. Strategically built websites help you generate new business and communicate your brand story. Below is a list of common questions to ask before redesigning your business website. List […]
How to Get a List of WordPress PDF, Image, Post, or Page URLS
Category: Code Snippets
Below are two PHP scripts you can use to help get a list of URLs of content in your WordPress site. I use these when I am migrating posts or media library files to another sites without using a plugin. Follow the steps below to use these scripts Open a text editor and copy and […]
How to Create a List of Urls and Meta Titles from a Domain
Category: Tutorials
I was working on a site migration and I needed to create an excel spreadsheet of all of the urls, page titles, and meta description. This document would then be shared with the copywriters to work on editing the page copy. I found some nice online tools to make this process easy. Step 1: Generate […]