Page no: F92
Overview
The plugin “author post type” contains different functionalities for promoting authors
3 Different Post Types
- The post type “book”
- The post type “audio”
- The post type “video”
|
|
Functionalities in Front-End
In the front-end videos should have the same behaviours as posts/pages.
|
|
Frontend:
get_breadcrumb() and others |
|
New files were created |
|
- New archive based on cats and video
Function:
New files were created |
Screen available when go live
|
Function:
get_quick_links() |
Screen available when go live
|
Function:
fa_avatars() |
|
Function:
show_yarpp_posts() |
Screen available when go live
|
Function:
get_comments_template() |
|
Functionalities in Back-End
Video Post Overview
Option1: All Content
Aggregate content over all post types.
Problem: High effort to implement
|
|
Option2: Post Type
New attribute in post type
that identifies it is a video or audio or text.
Advantage: Reuse all existing functionalities of posts |
|
Option3: Enable all functionalities for videos and audios
Enable functionality that exists for posts also for videos and audios.
One row per functionality + Screenshot
Our plugins
No custom plugin Like tag groups
|
We use option3. |
Status
Function:
create_posttype()
|
|
Attributes
–> Enable all attributes like
- Featured image
- Author
- HTML Type
Function:
create_posttype()
|
|
Plugin:
pa_quick_edit
|
|
Plugin:
Yarpp |
No screen available
|
Function:
create_posttype() |
|
Plugin:
Auto tiny table |
|
Function:
create_posttype() |
|
It is essentially an override of the post functionality made for typical attributes of books, videos and audios.
The plugin is integrated in the plugin “author pages”, that provides a GUI for the visualizing the author. This includes a GUI that links to viewing books, audios and videos and additional attributes, like the bio, rating or keywords.
See more for F9x Youtube