Commit graph

7 commits

Author SHA1 Message Date
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
744f31477d
docs: update README with website link
Added a hyperlink to the Duck Behavior Journal website in the README for better accessibility and user convenience. This improvement helps users navigate directly to the website from the documentation.
2024-09-03 21:05:09 +02:00
aa7420cae6
feat(README): update to include PDF generation and access control
Updated the README to include details on the new feature for automatic PDF generation for articles using `tecnickcom/tcpdf`. Also added information on access control for articles, highlighting the distinction between open access and subscription-only content. These updates provide clarity on new functionalities and help users understand content accessibility.
2024-08-03 13:08:16 +02:00
08a84c225d
docs: update README with new features and installation guide
Added details about displaying the latest articles on the homepage,
author fields, and call-to-action buttons. Included a new installation
guide and license information. Enhances user understanding and ease of
theme setup.
2024-06-20 21:44:49 +02:00
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
85ce309dc2
docs: update DOI info in README.md
Made the DOI prefix configurable in the Customizer for flexibility. Added a DOI resolver link example for clarity on how DOIs forward to respective articles.
2024-06-20 15:52:07 +02:00
ce8a5d25e4
feat: Add DOI customization support and docs
Introduce DOI prefix customization via the WordPress Customizer,
allowing users to set and modify the DOI prefix dynamically. Updated
DOI generation to use the customizable prefix. Also, added README.md
file documenting the theme's features and custom post types.
2024-06-20 15:48:14 +02:00