Skip to content
ThemesIonic — home
Themes

Choosing a WordPress Theme for Authors

An author site is a books database with a mailing list attached. Most author themes get this backwards and give you a blog with a book cover in the sidebar.

4 min read beginner

An author website is a small structured database of books with a mailing list bolted on. The blog is optional, the design is largely decorative, and the thing that determines whether the site does its job is whether a reader who arrives on a book page can find the right edition and buy it in two taps.

Most themes marketed to writers are blog themes with a book cover in the sidebar. That is the wrong shape.

What a book page has to hold

Every book needs the same fields, and they are more awkward than they look:

  • Title, series and series position. Readers who find book three need a clean route to book one.
  • Formats. Hardback, paperback, ebook and audiobook are four different products with four different sets of retailer links.
  • Retailer links per format, per territory. This is the part that breaks. A US and a UK publisher means different editions, different release dates and sometimes a different title.
  • Publication date, including "pre-order" as a distinct state, because the page has to work for months before the book exists.
  • Blurb, plus a short and a long version. Bloggers and event organisers will ask for both.
  • Cover image at print resolution somewhere, for the press kit.
  • Reviews and blurbs with attribution.

A theme that offers a "Books" grid and nothing else forces all of that into the body content, where it cannot be reused, styled consistently or reordered.

Author sites decay in one specific way: the buy links stop working. Editions go out of print, a publisher moves the listing, a retailer restructures its URLs, a regional store closes. Two years later half the buttons on the site lead nowhere, and nobody tells you.

Two habits fix it:

  • Keep buy links in structured fields, not scattered through page content, so you can audit every book's links in one screen.
  • Run a link check on a schedule, not when you remember. Finding and fixing broken links in WordPress is the least glamorous and most valuable maintenance an author site gets.

If you use a universal book link service, the same rule applies — it is one more third party that can change.

The mailing list is the conversion, not the shop

For most authors the site's measurable job is capturing readers between books. A newsletter signup that appears at the end of a book page and at the end of any excerpt outperforms every other element on the site, and it is the only asset you keep if a retailer or platform changes its terms.

That means the theme needs somewhere sensible to place a form after the content on every template — not just a footer widget. Check that before you check the fonts. The category-level considerations in choosing contact form plugins apply to the mechanics; what matters at theme-selection time is simply whether the placement exists.

Element Priority Why
Book pages with buy links Essential The reason people arrive
Newsletter signup after content Essential The only audience you own
Events and appearances High if you tour Organisers and readers both search it
Press kit — bio, photo, covers High Saves you answering the same email
Blog Optional Only if you will actually write it
Shop Rarely Fulfilment is a second job

If you do tour, treat events as dated content that expires; adding events to a calendar is a plugin's job, and past dates should fall off the page without you editing them.

Your books should not live in the theme

Author themes very often register a book post type inside the theme itself, with taxonomies for series and genre. It demos beautifully.

Then you redesign — and every book vanishes from the admin. The database rows survive, but with nothing registering the post type, WordPress will not list or route them, so the URLs 404 and the catalogue is gone from your point of view. Rebuilding twelve book pages by hand from the Wayback Machine is a genuinely common story.

Register books through a plugin, or use a book-management plugin that owns the post type and its fields. The theme should only supply the template. Then a redesign changes the look of the catalogue rather than deleting it, and changing a WordPress theme becomes an afternoon rather than a crisis.

What to install

A well-maintained general-purpose theme — the kind of thing covered in themes built for blogs — plus a plugin that owns the book data, plus a form. That combination is more durable than any theme sold specifically to writers, and it will still be operable when you come back to it eighteen months later at the start of the next launch.

Spend the saved effort on the two pages readers actually use: a clear book list ordered by series, and an about page that tells someone in three sentences what you write. Then check the SEO basics once and leave the site alone.

Frequently asked

Only if you are selling signed copies or self-published ebooks and are prepared to handle fulfilment, digital delivery and cross-border VAT on downloads. For traditionally published work, retailer links convert well enough and cost nothing to maintain beyond checking they still resolve.
Not necessarily, and an abandoned one is worse than none. A news or events section that gets three posts a year around a release is more honest and more useful than a blog whose most recent entry is four years old.
Most authors edit their site heavily for two weeks around a launch and barely touch it in between. That argues for a theme you can still operate after eighteen months away, not one that needs a page builder you will have forgotten.

Related guides