Description
This plugin uses the custom taxonomy features of WordPress to create “bylines” — essentially, tags representing authors who contributed to a post. The differentiating feature of this plugin is that it should not require any modifications to your theme files (assuming it is already displaying the post author).
This plugin would be useful for publishing situations where the majority of your content is from contributors who you don’t necessarily want to have access to your back-end. It still conveys the appearance that the authors are members of the site (it provides a built-in archive page for each Byline). If your theme displays tag descriptions, you could use the Byline description field to identify guests vs. “staff” writers or provide other author information.
You can see an example of this plugin at work at https://thedailycougar.com
Installation
This section describes how to install the plugin and get it working.
e.g.
- Upload
byline.php
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Add names directly in the post editor or the admin menu for “Bylines” just like you would for a regular tag.
FAQ
- If you have questions please contact me.
-
Visit me at https://mattdulin.com/byline
Reviews
Contributors & Developers
“Byline” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Byline” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.25
- Fixed code to allow byline to appear in widgets.
- Fixed code preventing byline from appearing in posts admin column.
0.1
- Plugin created.