wp-duckbehaviorjournal/README.md
Kumi e7a4f5923b
feat: add keywords field to articles
Introduced a new field to allow the addition of keywords to articles. Updated the meta box functions to include a UI for managing keywords in the article editor. Enhanced the save functionality to handle the new keywords field, ensuring data is stored securely.

This change enables better content categorization and searchability by allowing authors to specify relevant keywords.
2024-09-17 15:44:30 +02:00

1.4 KiB

Duck Behavior Journal

Description

This is the WordPress theme for the Duck Behavior Journal website. It is a custom theme that was built from scratch based on Bootstrap.

It includes:

  • Custom post type for articles

    • Latest articles on the homepage
    • Field to list authors
      • Lead author "et al." is listed on the index and archive pages
    • Field to list keywords
    • Field for "DOI" (Digital Object Identifier)
      • Generator for DOI
        • Prefix configurable in Customizer (please change this to your own prefix)
      • DOI link on the article page
      • DOI resolver (https://example.com/nn.nnnn/xyz* forwards to the respective article)
  • Custom post type for letters to the editor

    • Field to list authors
      • Lead author "et al." is listed on the index and archive pages
  • Call to action buttons on the homepage

    • Configurable in Customizer
  • Automatic generation of PDFs for articles using tecnickcom/tcpdf

    • PDFs are generated on the fly
  • Open Access vs. Subscription

    • Articles can be marked as open access
    • Otherwise, their attachment is only available to logged-in users

Installation

  1. Clone this repository into your WordPress themes directory
  2. Activate the theme in the WordPress admin panel
  3. Configure the theme in the Customizer

License

This theme is licensed under the MIT license. See the LICENSE file for more information.