Displaying multiple authors from the Co-Authors Plus WordPress plugin requires changing the template. Learn how to use the custom functions that come with the plugin to display multiple authors for single posts.
- The first thing I need to do is figure out…where this content is being output,…and I already know that this content.php file,…which now sits inside my twentyseventeen-Child theme,…has the control over the whole post.…I also know the section we're talking about…is this entry meta section,…which we have worked with before,…and if I look at entry meta,…I see the only thing that's happening here…is we're using this function: twentyseventeen_posted_on.…So this function here is the one that outputs…both the date and the author name.…
Meaning I need to change that function to get…the content I want.…Where is that function, though?…Well, the easiest way to find out is to go to the…twentyseventeen theme,…and search in this directory for just…twentyseventeen_posted_on.…Here I get a list of all the places this function is listed.…So here, it's in all of these different template parts.…It's not really what I'm looking for, though, so…I'm going to go back bit here, and just say…I want twentyseventeen_posted_on without the parentheses,…
Author
Released
3/23/2017- Preparing to set up an intranet site
- Planning for content management
- Creating information architecture
- Managing access, users, roles, and capabilities
- Create custom WordPress post types
- Building a theme
- Customizing the appearance of posts
- Adding advanced forms
- Creating intranet site navigation
- Maintaining an offline WordPress site
- Updating plugins and themes
Skill Level Advanced
Duration
Views
Related Courses
-
WordPress: Building a Paid Membership Site
with Morten Rand-Hendriksen1h 48m Intermediate -
WordPress: Developing Secure Sites
with Jeff Starr2h 34m Intermediate
-
Introduction
-
Welcome54s
-
-
1. Introduction and Overview
-
What is an intranet?2m 25s
-
-
2. Preparations
-
3. Adding Typical Intranet Features
-
Manage user fields6m 32s
-
Pick a calendar solution5m 7s
-
Create custom post types10m 25s
-
Add advanced forms7m 43s
-
Add custom FAQ sections4m 20s
-
4. Maintenance
-
Manually update WordPress4m 25s
-
Conclusion
-
Going further1m 20s
-
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Display multiple authors on the front end