No description
Find a file
Kumi fb8e7870bc
feat: add custom post type for letters to the editor
Updated README to mention the new custom post type for letters to the editor. Adjusted function naming in `functions.php` to reflect the new feature. This enhancement allows users to manage and display editorial letters more effectively.
2024-06-20 20:54:23 +02:00
assets feat: add DOI copy-to-clipboard functionality 2024-06-20 15:24:22 +02:00
archive-article.php feat: add search functionality to article archive 2024-06-20 15:05:39 +02:00
archive-letter.php feat: add Letters to the Editor post type 2024-06-20 20:53:04 +02:00
class-wp-bootstrap-navwalker.php feat: add new WordPress theme for Duck Behavior Journal 2024-06-20 09:22:10 +02:00
footer.php feat: add new WordPress theme for Duck Behavior Journal 2024-06-20 09:22:10 +02:00
functions.php feat: add custom post type for letters to the editor 2024-06-20 20:54:23 +02:00
header.php fix(header): remove duplicate title tag 2024-06-20 15:03:35 +02:00
index.php feat: add 'View All Articles' button to homepage 2024-06-20 15:30:57 +02:00
LICENSE feat: add new WordPress theme for Duck Behavior Journal 2024-06-20 09:22:10 +02:00
page.php feat: add new WordPress theme for Duck Behavior Journal 2024-06-20 09:22:10 +02:00
README.md feat: add custom post type for letters to the editor 2024-06-20 20:54:23 +02:00
single-article.php feat: add DOI copy-to-clipboard functionality 2024-06-20 15:24:22 +02:00
single-letter.php feat: add Letters to the Editor post type 2024-06-20 20:53:04 +02:00
single.php feat: add new WordPress theme for Duck Behavior Journal 2024-06-20 09:22:10 +02:00
style.css feat: add dashed underline for DOI links 2024-06-20 15:26:25 +02:00

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

    • Field to list authors
      • Lead author "et al." is listed on the index and archive pages
    • 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