WordPress Tutorials, Guides and Support for Newbies, the Overwhelmed and the Frustrated

Troubleshooting a Broken WordPress Website

If you’re running a website on the self-hosted version of WordPress, you probably know how easy it is to break it. You might install a plugin that conflicts with another. You might add or remove code that stops your site from functioning properly. You might disable a…

Read More

How to Create a Custom Post Type in WordPress

Custom post types are a powerful feature in WordPress that allow you to add different types of content to your site, beyond the standard ‘Posts’ and ‘Pages’. You can create a custom post type for any kind of content you want, such as ‘Products’, ‘Testimonials’,…

Read More

How to Create a WordPress Child Theme

A child theme in WordPress inherits the functionality and styling of another theme, called the parent theme. Child themes are recommended to modify existing themes while still maintaining their design and coding. Here’s how you can create a WordPress child theme. Step 1: Create a…

Read More

What is WordPress Multisite and How to Set it Up

WordPress Multisite is a feature of WordPress 3.0 and later versions that allows multiple virtual sites to share a single WordPress installation. When the multisite feature is activated, the original WordPress site can be converted to support a network of sites. Here’s how you can…

Read More

How to Fix the White Screen of Death in WordPress?

The White Screen of Death (WSoD) in WordPress is a common issue where users see nothing but a blank, white screen. It can be incredibly frustrating, as it doesn’t provide any error messages to give you clues about what’s going wrong. Here’s how you can…

Read More

How to Fix a 404 Error in WordPress

A 404 error in WordPress is a standard HTTP status code which means that the page you were trying to reach could not be found on the server. It’s a client-side error, meaning either the page has been removed or moved and the URL was…

Read More

How to Change the Permalink Structure in WordPress

Permalinks are the permanent URLs to your individual pages and blog posts, as well as your category and tag archives. A permalink is the web address used to link to your content. WordPress allows you to control the structure of these permalinks. Here’s how you…

Read More

How to Add a Favicon to a WordPress Website

A favicon, or “favourite icon”, is a small square icon that represents your website in the browser tab, bookmark list, search bar, and other places across the web. Having a favicon gives your site a professional appearance and reinforces your brand identity. Here’s how you…

Read More

How to Optimise Images for WordPress

Optimising images for your WordPress website can significantly improve your site’s performance and loading times, leading to a better user experience and potentially better search engine rankings. Here’s how you can optimise images for WordPress. Step 1: Choose the Right File Format JPEG (or JPG)…

Read More

How to Add Images to WordPress

Images are a crucial part of website content. They can help to break up text, make the website more visually appealing, and can even contribute to your site’s SEO. Adding images in WordPress is a simple process. Here’s how you do it. Step 1: Prepare…

Read More

How to Add a Contact Form to WordPress

Adding a contact form to your WordPress website is an effective way to encourage communication with your site visitors. With the use of plugins, WordPress makes it easy to add contact forms. In this guide, we’ll be using Contact Form 7, one of the most…

Read More

How to Create a Menu in WordPress

Menus are a vital part of your website, as they allow your visitors to navigate your site and find the information they’re looking for. WordPress allows you to create and customise your menus with ease. Here’s a step-by-step guide on how to add a menu…

Read More

How to Add a Blog to a WordPress Website

Adding a blog to your WordPress site is a straightforward process. Whether you want to create a dedicated page to display your latest posts, or you’re setting up a blog section for the first time, WordPress makes it simple. Step 1: Create a Blog Page…

Read More

How to Create a Static Homepage in WordPress

By default, WordPress displays your most recent posts on the front page of your site. But many WordPress users want to create a static front page or landing page for their website to give it more of a traditional website feel. Let’s walk you through…

Read More

A Beginner’s Guide to WordPress Blocks

With the introduction of the Gutenberg editor in WordPress 5.0, a new way of creating and managing content was introduced: Blocks. Blocks are essentially the building blocks of pages and posts within a WordPress website. What are WordPress Blocks? In the context of WordPress, a…

Read More

A Beginner’s Guide to Gutenberg in WordPress

Gutenberg, named after Johannes Gutenberg, who invented a printing press with movable type more than 500 years ago, is a new editor introduced by WordPress. Officially launched as part of WordPress 5.0, it’s designed to make adding rich content to your WordPress site simpler and…

Read More

How to Move a WordPress Website to a New Host

Moving your WordPress site to a new host might seem like a daunting task, but with the right steps, it can be a straightforward process. Below, you’ll find a step-by-step guide on how to migrate your WordPress website to a new host: Migrating your WordPress…

Read More

How to Add Google Analytics to Your WordPress Website

Google Analytics is a powerful tool that allows you to track traffic, user behaviour, and more on your website. Although there are plugins that can assist you in integrating Google Analytics with WordPress, you might prefer to do it manually. Here’s how: Step 1: Create…

Read More

Which is the Best WordPress SEO Plugin?

Selecting the best WordPress SEO plugin largely depends on your specific needs and level of SEO knowledge. However, one of the most popular and highly rated WordPress SEO plugins is Yoast SEO. Introduction to Yoast SEO Yoast SEO is a comprehensive SEO plugin that’s used…

Read More

How to Secure a WordPress Website

Securing your WordPress website is vital to protect it from various online threats. Here’s a step-by-step guide on how to secure your WordPress site: Introduction WordPress is known for being a secure platform, but it’s not immune to attacks. Cyber threats can lead to data…

Read More

How to Make a WordPress Website Faster

Optimising the speed of your WordPress site is crucial for user experience and SEO. Here’s a guide to several ways you can make your WordPress site faster: Introduction A faster website improves user experience and encourages users to visit more pages, thus reducing bounce rates…

Read More

How to Use a WordPress Shortcode

WordPress shortcodes provide a convenient way to add various complex functionalities to your posts, pages, or widgets. Here is a step-by-step guide on how to use a WordPress shortcode: Introduction Shortcodes in WordPress are specific code enclosed in square brackets [ ] that allows you…

Read More

What are WordPress Shortcodes?

WordPress shortcodes are small pieces of code that let you do nifty things with very little effort. They were introduced in WordPress version 2.5 and have been a popular feature since then. What Can WordPress Shortcodes Do? Shortcodes can embed files or create objects that…

Read More

How to Add a Widget to a WordPress Website

Adding a widget to your WordPress site is a simple process that doesn’t require any coding knowledge. Here’s a step-by-step guide on how to add a widget: Introduction Widgets are a handy tool in WordPress that allow you to add a variety of features and…

Read More