Explore our tips to get the most out of your website
Why You Should Learn HTML
Even if you are using WordPress, you will often need HTML for posts, pages, widgets, etc. ALL websites, regardless of how they are coded or what tools are used, are eventually translated to an HTML page. Regardless of which framework […]
Adding Content to Your WordPress Site
Adding Content to Your Site – Pages and Posts There are two main ways to add content to your WordPress website: Pages and Posts. There are many other ways, but these are the most used. It’s important to understand the […]
Child Themes
Creating Your Own Themes You can create your own themes if you’d like, but this takes some coding knowledge. You will need to be familiar with languages such as HTML, CSS, and PHP to create a new theme. This is […]
WordPress Themes
Themes Themes are what give your WordPress website style. You can find your themes under the Appearance->Themes menu item in the admin sidebar. Most fresh installs come with 3 or 4 WordPress themes named Twenty Sixteen, Twenty Fifteen, etc. These […]
Choosing Your Domain Name
Technically speaking, the first thing you must do to build a website is to find a unique name for your site and register the name so that no one else can use it. This name is called a ‘Domain Name’. […]
Hosting Your WordPress Website
WordPress is open-source software. You can learn more about it here You can download the code at WordPress.org. You can then install the code on your own web hosting and “you are free to use it for anything without paying […]
Managing WordPress Users
Roles and Capabilities Your WordPress site must have at least one user. This one user must be an Administrator and will have permission (called capabilities) to do everything on the site. You can have many users and these users can […]