Skip to content

How to Create a WordPress Post: A UK Guide

Updated on:
Updated by: Ciaran Connolly
Reviewed byAhmed Samir

Learning how to create a post in WordPress is the first practical skill any business owner or marketer needs before a website can earn its keep. The mechanics take minutes. The difference between a WordPress post that sits idle and one that brings in enquiries comes down to how you set up the site, structure the content, and handle the small settings that most guides skip. This walkthrough covers the full process for a UK or Ireland audience, from switching the site to British English through to scheduling and reusing posts.

Most step-by-step guides for this topic are written for US readers, so they miss the settings that trip up British publishers: spell-check flagging “colour” as an error, dates showing the wrong way round, and alt text that falls short of UK accessibility standards. We cover those directly.

WordPress Posts vs Pages

Posts and pages look similar in the editor but do different jobs, and choosing the wrong one causes structural headaches later. A post is dated, categorised, and flows into your blog and RSS feed. A page is static and sits in your main navigation. Get this right at the start and your site stays tidy as it grows. If you are still deciding how your whole site should be structured, our website development team plans this before a single post goes live.

FeaturePostPage
Appears in blog feedYes, newest firstNo
Categories and tagsYesNo
Included in RSS feedYesNo
CommentsUsually onUsually off
Typical useArticles, news, guides, updatesAbout, Services, Contact, Privacy

As a rule, if the content is dated and you will write more like it, make it a post. If it is a fixed part of the site that people reach from the menu, make it a page.

Set Your Site to UK English First

Do this once, before you write anything, and it saves constant irritation. A default WordPress install often runs in US English, so British spellings get underlined, and dates appear month-first.

Go to Settings, then General. Find the Site Language dropdown and choose English (UK). Set your Timezone to London and pick a Date Format that reads day-first (for example, 19/07/2026 or 19 July 2026). Save the changes at the foot of the screen.

There is a second, separate setting worth knowing. Each user has their own language preference under Users, then Profile. If your admin area still shows US English after changing the site language, update the language in your user profile as well. Setting both means your WordPress posts, your spell-check, and your date stamps all match a British audience.

Open the WordPress Post Editor

With the housekeeping done, you can create your first post. Log in to your dashboard by adding /wp-admin to your domain and entering your details.

In the left-hand menu, hover over Posts. You will see All Posts, Add New, Categories, and Tags. Click Add New to open the editor. Some themes label this New Post, so do not worry if the wording differs slightly.

The editor opens with the title field at the top, the content area below it, and a settings panel on the right. Modern WordPress uses the Block Editor, known as Gutenberg, where every element (a paragraph, an image, a heading) is a separate block you add and arrange. Older sites may still run the Classic Editor, but the Block Editor is now the default and the one worth learning.

Write and Build With the Block Editor

The editor is where the post takes shape. Work through it in the order a reader will meet the content: a clear title, well-structured text, then the images and media that support it.

Add a Title and Text

Type your headline into the title field. A good WordPress post title puts the main search term near the front and stays under about 60 characters so it isn’t cut off in search results. “How to Create a WordPress Post” reads better than a vague label.

Click below the title to start writing. Each time you press Enter, you begin a new paragraph block. To add a heading, click the black plus icon and choose Heading, or type /heading and press Enter. Keep paragraphs short, two to four sentences, and use H2 for main sections and H3 for points within them. Never jump from H2 straight to H4, because that broken order confuses both readers using screen readers and search engines reading your structure.

Insert Images, Galleries and Video

Images break up text and hold attention. Add one with the plus icon, choose Image, then upload a file or pick one from your Media Library. Before uploading, compress large photos with a tool like TinyPNG to keep pages fast. For multiple images, use a Gallery block rather than stacking single images.

Video works the same way. Paste a YouTube link into an Embed block, and WordPress pulls in the player automatically, keeping the file off your own hosting and keeping your pages quick. A short explainer video fits well within a how-to post, and a single clip often lifts time on page more than another paragraph would. Businesses looking for polished clips for their posts can review our video marketing work.

Use Block Patterns for Faster Layouts

Block Patterns are ready-made arrangements of blocks: a heading with two columns, a call-out box, and an image beside text. Most older guides ignore them, which is a shame, because they turn a plain WordPress post into a professional layout in seconds. Click the plus icon, open the Patterns tab, and browse the options. Insert one, then swap the placeholder text and images for your own. It is the quickest way to get a tidy result without touching any code.

Configure Post Settings and Metadata

The settings panel on the right controls how your post is filed, how it appears in search results, and how it appears in your web address. These are quick to set and easy to forget, so build them into your routine.

Categories and Tags

Categories are broad groupings, such as Web Design or Digital Marketing. Tags are specific labels, such as WordPress or SEO. Assign one or two categories and a handful of tags to each post. This helps readers find related articles and gives search engines a clear sense of your topics. Do not over-tag; a dozen tags on one post dilutes the signal rather than sharpening it.

The featured image is the picture that represents your post on the blog index and in social shares. Set it in the Featured Image box in the sidebar. Aim for roughly 1200 by 630 pixels at a 16:9 ratio, saved under about 200KB.

The Excerpt field lets you write the short summary that shows on listing pages and in some search results. Writing your own, at around 150 characters, reads far better than letting WordPress cut off your first paragraph mid-sentence.

The permalink is the web address for your post. WordPress builds it from your title, but you can edit it. Keep it short, lowercase, and focused on the main term: /create-wordpress-post-guide/ beats a long string of stop words. A clean slug is a small on-page SEO win, and it is one of the details our SEO services check across a whole site.

Write Alt Text That Meets UK Accessibility Rules

Every image in a WordPress post has an Alt Text field, and filling it properly matters more than most guides admit. Alt text is read aloud by screen readers, so it is how visually impaired visitors understand your images. For UK organisations, and especially public sector bodies, accessible content is a legal expectation rather than a nicety.

Good alt text describes what the image shows and why it is there, in plain language. For a photo of a café interior, “Interior of a Belfast café with customers seated at wooden tables” tells a screen reader user something useful. “cafe image seo belfast” tells them nothing and reads as keyword stuffing. Write for the person, describe the content, and include a keyword only when it fits naturally. Purely decorative images can be left with empty alt text so screen readers skip them.

Publish, Schedule and Duplicate Posts

You have three ways to make a WordPress post live, plus a fourth trick that saves hours once your output grows.

To go live now, click the blue Publish button, then confirm. The post is public immediately, which suits news and time-sensitive announcements.

To schedule, click the date beside “Publish” in the settings panel, pick a future date and time, and the Publish button changes to Schedule. WordPress posts the article automatically at that moment. Scheduling lets you write several posts in one sitting and release them steadily, which is how a small team keeps a consistent presence without writing every single day.

You can also set a post to Private, visible only to logged-in admins, or Password Protected for a limited audience.

To duplicate a post, which competitors rarely mention, open an existing post, select all content with the List View or by clicking the three-dot menu and choosing Copy all blocks, then paste into a new post. This is ideal when you have a format you reuse, such as a monthly update or a template layout. A plugin such as Yoast Duplicate Post adds a one-click “Clone” button if you do this often.

Create Posts From the WordPress Mobile App

You do not need a desktop to draft a WordPress post. The official WordPress mobile app, on iOS and Android, connects to your site and lets you write, add photos from your phone, and save drafts on the move. It suits capturing an idea on site or at an event, then tidying the formatting later on a larger screen. The app uses a simplified version of the block editor, so the basics carry over, though detailed layout work is still easier on a computer.

Handle Cookies When You Embed Third-Party Content

Embedding a YouTube video, a map, or a social media post into a WordPress post is quick, but each one can set cookies on your visitor’s browser the moment the page loads. For sites serving UK and Ireland audiences, that matters. Under UK GDPR and the Privacy and Electronic Communications Regulations, and the equivalent rules in Ireland, non-essential cookies need the visitor’s consent before they are set, and third-party embeds usually fall into that category.

The practical answer is a consent banner that holds those embeds back until the reader agrees. A consent management plugin will block scripts from YouTube and similar services until consent is given, then load them. Many teams pair this with a “click to load” placeholder, so the video only appears once the reader chooses to play it.

There is a lighter option for video specifically. YouTube offers a privacy-enhanced embed through youtube-nocookie.com, which holds back tracking cookies until someone presses play. It is a sensible default for a how-to post that leans on an embedded walkthrough.

None of this is legal advice, and the right setup depends on your site and the services you embed. If compliance is a concern, the UK Information Commissioner’s Office publishes clear guidance, and it is worth confirming your approach against it before you publish widely.

Optimise Your WordPress Post for Search

A well-written WordPress post still needs a few on-page signals to reach the people searching for it. These take minutes and sit alongside the title, slug and metadata work covered earlier, so treat them as the last pass before you think about publishing.

Place your main search term in the first paragraph and in at least one H2 heading, written so it reads naturally rather than stuffed in. Search engines still weigh where your key phrase appears, and the top of the post carries the most weight.

Link out to two or three of your own related posts using wording that describes what the reader will find. Internal links keep visitors moving through your site and help search engines see how your articles connect, which is one of the quieter factors behind a page that climbs the results. A tool such as Yoast SEO or Rank Math adds an on-page checklist as you write, flagging a missing keyword or an overlong meta description before you publish.

Readability counts too. Short sentences, short paragraphs, and clear headings keep people on the page, and time on page is one of the behaviours search engines read as a sign that the content answered the query. If ranking is the whole point of the post, this is the stage where deeper on-page and technical work pays off, and where our SEO services do the heavy lifting across a full site.

Run a Pre-Publish Check

A quick run through a fixed checklist catches the small misses that undermine an otherwise strong WordPress post: a blank alt text field, a heading in the wrong order, and a featured image never set. Build the habit of working through it every time, and the errors that reach your readers drop to almost none.

  • The title carries the main term and reads clearly at around 60 characters.
  • Site language, timezone and date format are set to UK English.
  • Headings run in order, H2 then H3, with no skipped levels.
  • Every image has descriptive alt text, and decorative images are marked as such.
  • A featured image is set and sized correctly.
  • One or two categories and a few relevant tags are assigned.
  • The permalink is short, lowercase and readable.
  • Internal links to related posts have been tested and work.
  • The post has been previewed on a phone and a desktop.

Nine points, thirty seconds, and a post that looks the part on the day it goes live. Copy the list into your editorial notes so the whole team works to the same standard.

When to Bring in Help: Create a Post in WordPress

Creating a WordPress post is straightforward once you have done it a few times. Doing it consistently, to a standard that ranks and converts, is where many SMEs across Northern Ireland, Ireland and the UK run short on time. That is usually the point to bring in support, whether through hands-on digital training for your team or by handing the work over entirely.

“Business owners often underestimate how much control proper WordPress training gives them. Once a team understands the publishing tools, they deploy content faster and lean on developers far less for everyday updates,” says Ciaran Connolly, founder of ProfileTree.

If you want to go deeper on the platform itself, our guide to WordPress themes covers how the look of your posts is controlled. From there, a workable next step is simple: publish one well-structured post, check how it performs after a few weeks, and build a routine from what you learn.

FAQs

What is the difference between a post and a page in WordPress?

A post is dated, filed under categories and tags, and appears in your blog feed and RSS. A page is static content such as About or Contact that sits in your navigation and usually has comments switched off. Use posts for anything you publish regularly and pages for the fixed parts of your site.

How do I schedule a WordPress post for later?

In the settings panel, click the date next to “Publish”, choose a future date and time, and the button changes to Schedule. WordPress publishes the post automatically at that moment with no further action needed.

Why can’t I see the ‘Add New’ button?

This is almost always a user role issue. Subscribers and some contributor roles have limited access. Ask whoever manages the site to give your account an Author, Editor, or Administrator role, and the option to add posts will appear under the Posts menu.

How do I change the author of a WordPress post?

Open the post, find the Author dropdown in the settings panel (sometimes under a Status and Visibility section), and select a different user. Only users already registered on the site appear in the list.

Leave a comment

Your email address will not be published.Required fields are marked *

Join Our Mailing List

Grow your business with expert web design, AI strategies and digital marketing tips straight to your inbox. Subscribe to our newsletter.