Skip to main content
All CollectionsAdmin
Editing in HTML
Editing in HTML

How to edit Wordpress Articles in HTML

Bertie avatar
Written by Bertie
Updated over a week ago

For Staff only

How to remove an Image:

  1. Open the story in Bertie and edit in HTML

  2. Find the image in the text either by the URL or by locating where it appears on the page

  3. Delete the entire text between [caption]<img>....[/caption]

  4. Update the story

How to Update an Image Caption:

  1. Open the story in Bertie and edit in HTML

  2. Find the image in the text either by the URL or by locating where it appears on the page

  3. Find the photocredit="[credit information]" and replace the text within the quotation marks

  4. Update the story

How to add an Image & Thumbnail:

  1. Follow the steps above and remove the old image if you are looking to replace it. Otherwise skip to step 2

  2. If you have an image in mind, copy the URL from Media Manager

  3. Following this format, fill in the details: <img src=“enter image URL from step 2” alt=“Credit: Enter Credit Information”> <p>Enter Credit Information</p>

  4. Paste this code into the editor where you would want the image to appear

  5. Upload the image to the thumbnail field in the publish menu (optional)

  1. Open the story in Bertie and edit in HTML

  2. If replacing a link, find the link you are looking for

  3. Once you've found the hyperlink, replace the URL with the new URL you wish to use

  4. If adding a link, find the word you wish to hyperlink

  5. Add <a href="[enter URL]> [word/phrase you wish to hyperlink] </a>

Did this answer your question?