Linux 软件免费装
Banner图

Novelist

开发者 NoseGraze
更新时间 2024年3月7日 22:17
捐献地址: 去捐款
PHP版本: 7.1 及以上
WordPress版本: 6.3.1
版权: GPLv2 or later
版权网址: 版权信息

标签

books writing publishing authors writer goodreads

下载

1.1.10 1.1.11 1.1.8 1.0.4 1.0.5 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.9 1.0.1 1.2.1 1.0.0 1.0.3 1.1.6 1.1.7 1.2.2 1.2.3 1.0.2

详情介绍:

Novelist helps authors easily organize and display their portfolio of books. Features: Available Book Info Fields: 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

屏幕截图:

  • Set up retail sites for purchase links.
  • View all books in the admin panel.
  • Edit Book page.
  • Default single book page with the Twenty Fifteen theme.
  • Demonstration of the `[novelist-books]` shortcode in the Twenty Fifteen theme. Creates a grid of all books.

升级注意事项:

1.2.3 Security fix

常见问题:

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 ' ' . esc_html( $book->title ) . ''; } if ( $book->synopsis ) { echo '

' . wpautop( $book->synopsis ) . '
'; }`

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; }`

更新日志:

1.2.3 - 7 March 2024 1.2.2 - 24 September 2023 1.2.1 - 21 May 2023 1.2.0 - 21 April 2023 1.1.11 - 6 April 2021 1.1.10 - 9 January 2021 1.1.9 - 11 August 2019 1.1.8 - 7 August 2019 1.1.7 1.1.6 1.1.5 1.1.4 1.1.3 1.1.2 1.1.1 1.1.0 1.0.5 1.0.4 1.0.3 1.0.2 1.0.1 - 17 April 2016 1.0.0 - 13 April 2016