Novelist

Novelist

توسط

Novelist helps authors easily organize and display their portfolio of books.

Features:

  • All books are stored in their own “Books” area.
  • Easy form for filling out book information.
  • All book information is automatically formatted for you.
  • Customizable templates.
  • Easily create an archive of all your books.
  • Developer-friendly.

Available Book Info Fields:

  • Title
  • Book Cover
  • Series (name and number)
  • Contributors
  • Publisher
  • Release Date
  • Genres
  • Pages
  • Synopsis
  • Goodreads Link
  • Purchase Links (configure your own list of retail sites)
  • ISBN13
  • ASIN
  • Excerpt
  • Extra Text

Documentation

Extensive documentation is available at novelistplugin.com/docs

  1. Upload novelist to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Adjust the settings in Books -> Settings

سوالات متداول

How can I customize the book template?

To change the text and order of book information, read this article on customizing the book layout.

How can I change the available purchase link websites?

The retail sites are configured in Books > Settings in the “Purchase Links” area.

More instructions: Setting Up Retail Sites

How can I change the order of books in the automated archive?

https://novelistplugin.com/docs/general/faqs/book-order/

How can I create my own custom grid of books?

This can be done using the [novelist-books] shortcode. For full instructions, read the [novelist-books] shortcode documentation

How can I turn the Goodreads link into an image instead of text?

https://novelistplugin.com/docs/general/faqs/goodreads-image/

How can I use site logo images instead of plain text for the purchase links?

https://novelistplugin.com/docs/general/faqs/images-purchase-links/

How can I create a new custom field for a piece of book information?

Tutorial: https://novelistplugin.com/docs/developers/tutorials/book-info-field/

I want greater control over the single book display. How can I do that?

Create a new folder in your theme folder called novelist_templates. Inside that folder, create a new file called book-content.php. This file is responsible for displaying all the book information. You can now create more complex layouts with book information. You’ll need to use the Novelist_Book class to assist you in displaying each piece of book info. For example:

$book = new Novelist_Book( get_the_ID() );

if ( $book->title ) {
    echo '<h1>' . esc_html( $book->title ) . '</h1>';
}

if ( $book->synopsis ) {
    echo '<blockquote class="novelist-synopsis">' . wpautop( $book->synopsis ) . '</blockquote>';
}

How can I disable the taxonomy archive links?

The Novelist plugin creates two custom taxonomies:

  • novelist-genre for genres
  • novelist-series for series

By default, when showing book information, each taxonomy term (genre name or series name) will link to an automatically generated archive page. To disable these links, add this code snippet to a custom plugin:

add_filter('novelist/taxonomy/series-args', 'agNovelistDisableArchives');
add_filter('novelist/taxonomy/genre-args', 'agNovelistDisableArchives');

function agNovelistDisableArchives($args) {
    $args['public'] = false;

    return $args;
}

×
نظری برای این آیتم موجود نیست.
0 0 رای ها
امتیازدهی
اشتراک در
اطلاع از
0 نظرات
قدیمی‌ترین
تازه‌ترین بیشترین رأی
نسخه حجم فایل SHA256 تغییرات دانلود
1.3.0 591 کیلوبایت -
دانلود
×
★★★★★
★★★★★
5.0 /5 (9 نظر)

قیمت:

رایگان

نگارش

1.3.0

آخرین انتشار

14 اردیبهشت 1405

آخرین بروزرسانی

4 ماه پیش

نصب های فعال

1,000+

نگارش وردپرس

وردپرس 5.0+

تست شده از نسخه

وردپرس 6.8.5

نگارش PHP

PHP 7.4+

نسخه ها

1 نسخه