• Skip to primary navigation
  • Skip to main content

888-544-5569

publisher@newharborpress.com

New Harbor Press Logo

New Harbor Press

Publishing Your Way!

  • Home
  • Packages
  • Marketing / Extras
    • 3-D Book Covers
    • Amazon Inside the Book
    • Bookmarks
    • Bookstore Return Program
    • Book Video Trailer
    • Indexing
    • Inside the Book Widget
    • Press Release
  • Books
    • All Books
    • Biblical Biography
      • General
    • Biblical Commentary
      • General
      • Old Testament
    • Biblical Meditations
      • General
      • New Testament
      • Old Testament
    • Biblical Studies
      • Exegesis & Hermeneutics
      • General
      • History & Culture
      • New Testament
      • Prophecy
    • Christian Church
      • Administration
      • General
    • Christian Life
      • Relationships
    • Christian Living
      • Death, Grief, Bereavement
      • Devotional
      • Family & Relationships
      • General
      • Inspirational
      • Love & Marriage
      • Personal Growth
      • Prayer
      • Social Issues
      • Spiritual Growth
      • Spiritual Warfare
    • Christian Ministry
      • Discipleship
      • General
    • Christian Theology
      • General
      • Soteriology
      • Systematic
    • Christianity
      • General
    • Fiction
      • Action & Adventure
      • Christian Contemporary
      • Christian Historical
      • Christian Romance
      • Christian Romance Suspense
      • General
      • Mystery & Detective
      • Religious
      • Romance, Clean
      • Thrillers & Suspense
      • War & Military
    • Historical
    • Inspirational
    • Political Process
      • Political Parties
      • Politics & State
    • Political Science
      • Civil Rights
      • Discrimination & Race Relations
    • Self-Help
      • Personal Growth
      • Spiritual
    • Social Science
      • Social Classes & Economic Disparity
    • Spirituality
  • FAQs
    • Free eBooks
    • Our Process
    • Royalties
    • Sample Contract
  • About

Sample post with advanced post formatting

December 11, 2017 by admin

There are lots of powerful things you can do with the WordPress editor

If you’ve gotten pretty comfortable with all the basics of writing in WordPress, then you may enjoy some more advanced tips about the types of things you can do!

As with the last post about the editor, you’ll want to be actually editing this post as you read it so that you can see all the cool stuff we’re using.

Special formatting

As well as bold and italics, you can also use some other special formatting in the editor when the need arises, for example:

  • strike through
  • highlight
  • *escaped characters*

Writing code blocks

Code elements can be created in the editor by switching the text style to Preformatted. Code is formatted by wrapping any word or words in pre tags, <pre>like this</pre>. Larger snippets of code can be displayed across multiple lines like this:

.my-link {
    text-decoration: underline;
}

Full width images

One neat trick which you can use in WordPress to distinguish between different types of images is to add a class value to the image itself from the Advanced Settings tab, and then target images containing the class with special styling. For example:

which is styled with…

img.full-width {
    max-width: 100vw;
}

This creates full-bleed images in the Corporate Pro theme, which stretch beyond their usual boundaries right up to the edge of the window. Every theme handles these types of things slightly differently, but it’s a great trick to play with if you want to have a variety of image sizes and styles.

Full HTML

Perhaps the best parts of the WordPress editor is that you’re never limited to just WYSIWYG. You can write HTML directly in the WordPress editor and it will just work as HTML usually does. No limits! Here’s a standard YouTube embed code as an example:

Category iconUncategorized Tag iconformat,  post

Copyright © 2023 New Harbor Press. All rights reserved. Return to top