Title: Sunray Author Manager
Author: Matthew
Published: <strong>June 23, 2017</strong>
Last modified: January 28, 2025

---

Search plugins

![](https://ps.w.org/sunray-author-manager/assets/banner-772x250.jpg?rev=1684244)

![](https://ps.w.org/sunray-author-manager/assets/icon-256x256.jpg?rev=1684244)

# Sunray Author Manager

 By [Matthew](https://profiles.wordpress.org/mattkressel/)

[Download](https://downloads.wordpress.org/plugin/sunray-author-manager.zip)

 * [Details](https://pcd.wordpress.org/plugins/sunray-author-manager/#description)
 * [Reviews](https://pcd.wordpress.org/plugins/sunray-author-manager/#reviews)
 *  [Installation](https://pcd.wordpress.org/plugins/sunray-author-manager/#installation)
 * [Development](https://pcd.wordpress.org/plugins/sunray-author-manager/#developers)

 [Support](https://wordpress.org/support/plugin/sunray-author-manager/)

## Description

Sunray Author Manager is a versatile plugin for writers, allowing them to highlight
their work in multiple formats.

The plugin can display covers of an author’s publications in a responsive carousel
slider. The plugin can also display an author’s sorted bibliography.

There are many configurable options, including slider image size, slider speed, 
sorting by title and date, ascending and descending, and sorting of reprints.

All of the options are also accessible via simple shortcodes to include in your 
WordPress themes.

## Screenshots

 * [[
 * An example of the cover carousel slider.
 * [[
 * The cover carousel slider with the third item hovered over.
 * [[
 * The bibliography, with reprints sorted.
 * [[
 * A single story page.
 * [[
 * The settings page.
 * [[
 * The story edit page, showing publication details.

## Installation

This section describes how to install the plugin and get it working.

 1. Upload the plugin files to the `/wp-content/plugins/sunray-author-manager` directory,
    or install the plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress
 3. Use the Author Manager->Settings screen to configure the plugin
 4. Add your Stories via Author Manager->Stories->Add A Story
 5. Add one or more shortcodes to your WordPress posts and pages

## FAQ

### Is this plugin responsive?

Yes, the plugin is responsive.

### Where do I put reviews of my stories and books?

Add them in the story post content using the WordPress editor. They will appear 
under the book/story details.

### What do I put in the WordPress editor area?

Any content you want displayed under your story/book details.

### How do I show only stories or books in the slider and bibliography?

See the shortcode options below.

### Can I link to Amazon using my Affiliates Tag?

Yes. Enter your affiliates tag in the Settings page. Links to Amazon will append
your affiliate tag.

### What does “Sort reprints” do?

This option controls whether or not reprinted books/stories are indented under the
original book/story in the bibliography.

### What does the “Date headings” feature do?

With this feature enabled, publications will be separated by year under each year
heading.

### Why are my slider cover images varying width?

This is to prevent the cropping of images and to make sure the images fit within
the specified height.

### Why is my slider not appearing?

Remove any bold () or italic () tags from your shortcode. They can sometimes interfere
with the Slick slider rendering.

### What are the shortcodes and their options?

**[sam_slider]**

Use the above shortcode where you want the carousel slider of covers to appear. 
The full options are:

orderby=”title|date”

Order covers by title or date. Default: by date.

order=”asc|desc”

Order ascending or descending. Default: descending.

type=”book|story”

Show the book or story slider, or both. Separate by a comma. Default: both.

post_ids=”1,5,7,…”

Only show the books or stories with these listed post IDs. Separate each ID with
commas. This overrides all sorting, reprint, and “Show in slider” options. Posts
are displayed in the order specified.

speed=”8″

Control the delay of the slider, in seconds.

height=”250″

Control the height of the slider, in pixels.

Full example:

**[sam_slider orderby=”title” order=”asc” type=”book,story” speed=”7″ height=”400″]**

This will display the cover carousel slider for books and stories, ordered by title
and sorted ascending, with a seven second delay per slide, and the slider will be
400 pixels high.

**[sam_biblio]**

Use the above shortcode where you want the bibliography to appear. The full options
are:

orderby=”title|date”

Order bibliography by title or date. Default: by date.

order=”asc|desc”

Order ascending or descending. Default: descending.

sort_reprints=”1|0″

Whether or not to group reprints under the original story as a sub item, or list
them at the top level. Default: reprints are sorted.

date_headings=”1|0″

Whether or not to organize by year and show year headings. Default: do not show 
date headings.

type=”book|story”

Show the book or story slider, or both. Separate by a comma. Default: both.

Full example:

**[sam_biblio orderby=”date” order=”desc” sort_reprints=”1″ type=”book,story”]**

This will display the full bibliography for books and stories, sorted by date, showing
the newest first. Reprints will be listed under the original publication as sub-
items.

### I’m curious about your work. Where can I read it?

I write science fiction and fantasy. You can find free copies of my work at https://
www.matthewkressel.net/ or @mattkressel.

## Reviews

![](https://secure.gravatar.com/avatar/abdfa0c779777c32be00d3aa5c8de9ba3d5304fa3bee21f652e83d41b7659af7?
s=60&d=retro&r=g)

### 󠀁[The perfect image slider for authors!](https://wordpress.org/support/topic/the-perfect-image-slider-for-authors/)󠁿

 [thisjulie](https://profiles.wordpress.org/thisjulie/) October 28, 2017

I’ve been using sliders on my WordPress site for years, tweaking sliders meant for
magazine sites and artist’s portfolios to meet my own needs. No matter how many 
I tried, they were never ideal. I wanted to present cover images along with publication
basics from the slider itself, rather than forcing viewers to click through to the
details page. Sunray Author Manager is the first slider that provides the author-
based features I was looking for as well as features I didn’t realize I needed, 
but absolutely love. The bibliography generated by the plugin, a separate shortcode
from the slider, allows me to maintain my entire publication history in the plugin.
I no longer have to manually update my bibliography and separately create slider
content. And as new publications come in, I get to decide which publications to 
highlight in the slider. All it takes is a checkbox selection. And then there is
the big feature I didn’t even know I needed. Once I enter the details of my publications,
I can create as many custom sliders as I want. Each instance of the slider will 
present only those publications I want to highlight in that particular slider.As
well as managing the presentation of my bibliography, I already have plans to add
the slider to my podcast page and replace the slider currently in use on my homepage.

 [ Read all 1 review ](https://wordpress.org/support/plugin/sunray-author-manager/reviews/)

## Contributors & Developers

“Sunray Author Manager” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Matthew ](https://profiles.wordpress.org/mattkressel/)

[Translate “Sunray Author Manager” into your language.](https://translate.wordpress.org/projects/wp-plugins/sunray-author-manager)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/sunray-author-manager/),
check out the [SVN repository](https://plugins.svn.wordpress.org/sunray-author-manager/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/sunray-author-manager/)
by [RSS](https://plugins.trac.wordpress.org/log/sunray-author-manager/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.19

 * Fix reprint bugs
 * Add CSS spacing for date headings
 * Biblio spacing issue

#### 1.0.18

 * Fix ISBN-13 links beginning with 979

#### 1.0.17

 * Fix Amazon bookstore link duplication bug
 * Add shortcode instructions to settings page

#### 1.0.15

 * CSS and stylesheet updates

#### 1.0.14

 * Updated Amazon URLs to search via ISBN and allow for affiliate tags

#### 1.0.13

 * Fix bug show italics or quotes for book or story

#### 1.0.12

 * Fix bug audiobook links not saving

#### 1.0.11

 * Deprecated like_escape function

#### 1.0.10

 * Remove unused where clause

#### 1.0.9

 * Fix settings options being ignored

#### 1.0.8

 * Bugfixes

#### 1.0.7

 * Fix bug on books slug settings

#### 1.0.6

 * Date headings
 * Better reprint handling
 * Ability to change URL slug for custom post types
 * Many bugfixes!

#### 1.0.5

 * Bookstore links moved to story/book entry page
 * Added custom bookstore option
 * Bookstore links open in new tab

#### 1.0.4

 * Bookstore links preference to publication name over title

#### 1.0.3

 * Added bookstore links option
 * Changed paragraph breaking on single pages so editor content appears under details,
   instead of under image

#### 1.0.2

 * Bugfix

#### 1.0.1

 * Added Publisher field
 * Added manual slider controls for post IDs, height, and speed

#### 1.0.0

 * Added books!
 * Changed dashboard icon
 * Added shortcode option to show books, stories, or both
 * Added option to hide cover from slider

#### 0.9.6

 * Fix overlay centering bug
 * Add customizable text for URL links

#### 0.9.5

 * Cosmetic updates

#### 0.9.4

 * Hides slideshow until loaded

#### 0.9.3

 * Uses “large” thumbnail instead of full size for faster loading

#### 0.9.2

 * Fix verify URL bug that prevented saving of URLs

#### 0.9.1

 * Fix reprint sorting bug

#### 0.9

 * First release.

## Meta

 *  Version **1.0.19**
 *  Last updated **1 year ago**
 *  Active installations **10+**
 *  WordPress version ** 4.6 or higher **
 *  Tested up to **6.7.5**
 *  Language
 * [English (US)](https://wordpress.org/plugins/sunray-author-manager/)
 * Tags
 * [author](https://pcd.wordpress.org/plugins/tags/author/)[bibliography](https://pcd.wordpress.org/plugins/tags/bibliography/)
   [cover](https://pcd.wordpress.org/plugins/tags/cover/)[writer](https://pcd.wordpress.org/plugins/tags/writer/)
   [writing](https://pcd.wordpress.org/plugins/tags/writing/)
 *  [Advanced View](https://pcd.wordpress.org/plugins/sunray-author-manager/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/sunray-author-manager/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/sunray-author-manager/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/sunray-author-manager/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/sunray-author-manager/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/sunray-author-manager/reviews/?filter=1)

[Add my review](https://wordpress.org/support/plugin/sunray-author-manager/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/sunray-author-manager/reviews/)

## Contributors

 *   [ Matthew ](https://profiles.wordpress.org/mattkressel/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/sunray-author-manager/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](http://sunraycomputer.com/plugins/)