How to add a paragraph with HTML
Using paragraphs are quite simple. You just need the following HTML code… <p>Your content</p> A paragraph contains two tags. A starting p tag and an ending p tag. In between you will write your content. Paragraphs does not contain any attributes but you can add an ID or a class for styling purposes. Styling is […]
Read more... 13 CommentsHow to create a link with HTML
To add a link with HTML you need to use the following code… <a href=”link destination” target=”image target” /> In the href attribute insert the link. The target defines if the link should open in the same window or a new browser window. Use _blank to open in a new window or _selv to stay […]
Read more... 13 CommentsHow to add an image with HTML
To add an image with HTML you need to use the following code… <img src=”image source” alt=”image title” /> You just need to replace the src (source) and alt attribute. The source is the link to your image and the alt tag is the title of your image. It is possible to add more tags […]
Read more... 7 Comments
How to manage WordPress themes
Choosing a WordPress theme is very a very important step when creating your WordPress website. Themes define the look of your page but different themes have different design possibilities. We have created a lot of WordPress websites in themes like Enfold and Divi but also other themes that uses WordPress builders like WP Backery (visual […]
Read more... 7 Comments
How to create a WordPress page
From the WordPress admin click “Pages” in the menu. If any pages has been created the list will be visible here. Now click the “Add New” button at the top of the page. 1: Add a page title The first thing you need to do is add a page title. This title will be visible […]
Read more... 11 Comments
How to edit a WordPress post
If you already created and published a WordPress post you might want to edit it. This is quite simple and it is done just like creating your post. Begin by logging into your WordPress dashboard and click on “Posts” in the menu. A list of all posts will be visible. Click the title of the […]
Read more... 11 Comments
How to create a WordPress user
If you need to create a new user no matter which type you will have to click “Users” in the WordPress menu. Now click the “Add New” button. You are now ready to add a new user and have to fill in a some fields. 1: Username This is a required field. The username can […]
Read more... 7 Comments
How to upload images and files in WordPress (Media)
Start by logging into your WordPress admin area. Here you want to click on “Media” in the menu. You will now have to options when it comes to uploading. 1: Drag & drop The one that we frequently use is the drag and drop method. Open the folder on your computer that contains the image […]
Read more... 4 Comments
How to create a WordPress post
In this tutorial we will cover how to create a WordPress post. First step is logging into your WordPress admin dashboard. Next you want to click on “Posts” in the menu. At the very top you will find a button called “Add new post” – click this button. Now we are ready to create a […]
Read more... 8 Comments
Best WordPress Hosting 2026
We will be giving them a score from 1 to 10 based on a number of factors such as custom WordPress features, pricing, performance, value for money and much more. Lets have a look at the results first: Now, lets have a closer look at each of the WordPress hosting providers. WordPress hosts review WordPress […]
Read more... 14 Comments


