Here are three possible approaches:
-
A normal WP installation already has custom fields which you can add to your post. So you could use those to add the original author’s name to. The only problem is that general themes usually do not display
the_meta
, because they do not know what to expect. In your case you would want to replacethe_author
in your theme withthe_meta
(don’t mess with the original theme files, use a child theme!) -
Easier, but a bit hacky: add the original authors to the user list. They don’t need to know they have an account, just provide bogus e-mail addresses and don’t let WP send their password to them. Now you can simply assign them as authors and they will have their own author page as well.
-
The most thorough approach is adding a meta box yourself (or use a plugin like WCK). This gives you complete control on how to insert the information in your child theme.
Related Posts:
- How to add a checkbox element to attachments editor with example
- Change loop order via form or link (jquery, not URL)
- Why is unfiltered html allowed in custom fields for author / contributor roles?
- Using the theme options to change background
- wp_editor() usage in custom meta box
- Custom Field returning Numerical Value for Image rather than URL
- Custom post fields
- How do I Add images uploaded in the post to a default custom field
- Custom Field created in add_meta_boxes reappearing itself again in the default Custom Metabox
- How do you replace content generated by custom fields with custom blocks in Block Editor?
- Sort wp_query by sum of two meta fields
- What’s the best practice way of handling custom fields in different post formats?
- Custom page template with custom fields
- Where WordPress Stores The Custom Fields Values
- Getting author URL outside the loop
- wordpress 404 not found after rewrtie the author link
- What is the best way to build home pages with a lot of sections for distributable themes [closed]
- How to add post meta fields to an article’s as meta elements
- Injecting pre-defined text from custom page template to editor
- Let user to add input fields on theme option page
- Twenty Twelve Author not displaying
- Get attachment meta (I need attachment ID, unsure how to find it)
- How to use shortcode inside of shortcode in theme
- Add image URL automatically to custom field?
- How can I add a field for featured image on backend of a custom Taxonomy?
- How to display latest posts with authors image
- How to fix a conflict cause by my theme with Woocommerce and/or Gravity Forms?
- Make a custom field in admin post.php read only
- How to add custom field option with menu?
- Add custom field to existing meta box?
- Add Field To All Pages
- How Do I Protect My Premium WordPress App Theme from Copying?
- When to use _e and __ for the translation?
- Get entered value of customiser field for live preview
- With WordPress themes, where do I store the images and files relatively?
- How to Include SVG sprites icons into the body tag? [closed]
- Why doesn’t /2013/01/ properly return January’s archives in archive.php?
- Excess White Space Above Admin Bar on Frontend Using Twitter Bootstrap
- Child Theme not loading parent CSS
- WordPress settings API error when checkbox unchecked
- How the WordPress sidebar works
- Separated Comment from Post
- WordPress website loads but is not displayed until page scrolled
- wp_head() not inserting the default stylesheet style.css
- Theme Customizer not loading
- WordPress Customizer Control with React
- File Security Check in wordpress in index.php of theme
- Is my approach to enqueue styles inefficient?
- How do the default themes reference style.css?
- Input ordering in wordpress theme customizer
- Customize the previous_post_link output
- Which file handles the block latest posts, I want to examine excerpt handling
- Menu item added in wp_nav_menu_items filter is never highlighted
- How to call custom category field data in theme?
- How do i make a custom section’s setting display the default value in Customizer?
- Warning: A non-numeric value encountered in theme functions.php
- “Add A Widget” button in the Customizer
- loading blank white screen of slide
- Set parent theme language with custom .mo files
- Change template if tag selected
- Overide enqueue in non plugable function via child theme
- How to order by multiple date meta_values?
- How to reverse engineer the Twenty Eleven background image uploader?
- WordPress Theme With Modified View
- How to safely return the HTML?
- Create something that can be added or removed in Customizer
- jQuery from parent theme loaded with many other scripts in a single min.js file
- Menu dispareing when visititing current page [closed]
- Allow filtering of loops for all categories
- Hide/disable sidebar using shortcode?
- Where are the options “template” and “current_theme” derived from
- What Can I do To Achieve this Effect: WIP -> Portfolio
- need to find duplicated meta value in custom filed and view the posts that have the same value
- Trying to link to a php template file but its blank
- A Reviews Page is Showing root Index.php instead of Template-Page
- Twentytwenty theme p-tags break em- and strong-tags that span several paragraphs
- Image cropping isn’t working correctly when using Offload Media
- Can any IDE (eg PHPStorm, VS Code) correctly show functions added via require get_template_directory() string results?
- custom js script is not loading
- Template for front page (latest posts)
- How to toggle WP Customizer Panel and Section with JavaScript API?
- is_active_sidebar() problem
- WordPress uploads do not show up and I see the white screen of death in some cases
- HTML to → WP Conversion
- Add multiple sections, settings and controls at once to the Customizer
- Font not loading [closed]
- How to change parent permalink?
- how to call options on front end and add logo
- Editable screenshot.png in a custom theme developed
- How to create multiple pages in a client theme?
- How to share posts (and plugins) between existing site and new, separate dev/test installation?
- get_theme_mod not pulling css colors into header using wp_head
- Duplicate WordPress site to subdirectory but use same db?
- Menu order of parent menu from perspective of child menu
- Conditional loop based on current page
- Theme customizer live preview JS- Trying to bind to an html image url without luck
- wp_deregister_script was called incorrectly
- Undefined index: debuging error for theme option template snippet
- Permalinks problem with custom theme
- Purchased Theme to Custom Made Theme? [closed]