No description
Find a file
Kumi e2530b5da7
feat: bypass real MIME type check for uploads
Added a function to disable the real MIME type check via the 'wp_check_filetype_and_ext' filter. This adjustment helps to allow files that pass the extension check but not the MIME type check, addressing issues with certain file uploads failing due to MIME type inconsistencies.
2024-08-02 22:50:26 +02:00
assets fix: update DOI URL to use freedoi.org 2024-06-22 20:09:20 +02:00
.gitignore feat: add PDF generation and download feature 2024-08-02 21:48:07 +02:00
archive-article.php feat: add search functionality to article archive 2024-06-20 15:05:39 +02:00
archive-letter.php feat(archive-letter): improve UI and readability 2024-06-20 21:02:27 +02:00
class-wp-bootstrap-navwalker.php feat: add new WordPress theme for Duck Behavior Journal 2024-06-20 09:22:10 +02:00
composer.json feat: add PDF generation and download feature 2024-08-02 21:48:07 +02:00
composer.lock feat: add PDF generation and download feature 2024-08-02 21:48:07 +02:00
footer.php fix: conditionally render social media links in footer 2024-06-22 10:59:53 +02:00
functions.php feat: bypass real MIME type check for uploads 2024-08-02 22:50:26 +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
PaperPDF.php feat: customize PDF download header/footer 2024-08-02 22:05:49 +02:00
README.md docs: update README with new features and installation guide 2024-06-20 21:44:49 +02:00
single-article.php feat: add PDF generation and download feature 2024-08-02 21:48:07 +02:00
single-letter.php feat(template): Display author/date in muted text style 2024-06-20 20:59:45 +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 alignment utility classes for flexible layout 2024-08-02 22:41:56 +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

    • Latest articles on the homepage
    • 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

    • 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

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.