WordPress Basics
  • Introduction
  • Introduction
    • Introduction
  • Accessing your WordPress site
    • Accessing Your Site
    • Logging Into Your Site
    • Resetting Your Password
    • Switching From Dashboard to Live Site
  • Adding content to your site
    • Creating a Post
    • Creating a Page
    • Working with content in the Visual editor
    • Working with code in the Text editor
    • Creating a Link
    • Editing a Link
    • Adding an Image to a Page or Post
    • Wrapping Text Around an Image
    • Editing Image Details
    • Removing an Image From a Page or Post
    • Adding a Featured Image to a Post
    • Deleting a Post
    • Deleting a Page
  • Working with Menus
    • Creating a Menu
    • Adding Pages to a Menu
    • Removing Pages From a Menu
    • Creating a Custom Link Menu item
    • Changing a button label
    • Changing the order of Menu items
    • Creating a fly-out Menu
    • Managing the Menu location
  • Working with Plugins
    • Adding a Plugin to your site
    • Finding plugin instructions
    • Updating your Plugins
    • Deactivating a Plugin
    • Deleting a Plugin
  • Changing the look of your site
    • Adding a theme to your site
    • Changing themes
    • Managing the Menu after switching themes
    • Using the Customizer
    • Working with Widgets
    • Updating your themes
  • Site settings and administration
    • Creating a static front page
    • Creating a page for posts
    • Changing the format of permalinks
    • Changing your password
    • Changing your email address
    • Managing spam comments
    • Updating your WordPress installation
Powered by GitBook
On this page

Was this helpful?

  1. Adding content to your site

Working with code in the Text editor

PreviousWorking with content in the Visual editorNextCreating a Link

Last updated 5 years ago

Was this helpful?

The Text editor is text-only editor similar to or .

Use the Text editor when adding HTML (like embed code) to a Post or Page.

  1. When working with a Post or Page, select the the Text tab.

  2. To add code, click within the editor and type (or paste) your code.

  3. Use the tag buttons to easily add opening and closing tags to your code.

  4. When finished, click Publish or Update.

Note: To add space between sections of a Post or Page, you can add &nbsp (an HTML non-breaking space) between those sections the Text editor.

Sublime Text
Atom