EasyBlogThemesHelperPostEntry
in package
Table of Contents
Methods
- authorBox() : mixed
- Renders the author box section on the entry view
- authors() : mixed
- Renders the authors section of a post in the entry
- comments() : mixed
- Renders the comments section on the entry
- content() : mixed
- Renders the content of the post for entry page
- cover() : mixed
- Renders the post cover for entry page
- fontsize() : mixed
- Renders the fontsize tool on the entry view
- meta() : mixed
- Renders the meta of a post in the entry
- moderate() : mixed
- Renders the moderation box for entry view
- navigation() : mixed
- Renders the navigation of a post in the entry
- preview() : mixed
- Renders the preview notices on the entry view
- printer() : mixed
- Renders the print action on the entry view
- progress() : mixed
- Renders the reading progress bar in the entry view
- readingTime() : mixed
- Renders the reading time required for a post
- related() : mixed
- Renders the reading progress bar in the entry view
- report() : mixed
- Renders the tools that appear on the entry view (font size, report, print)
- restricted() : mixed
- Renders the restriction section on the entry view
- schema() : mixed
- Renders the schema for the post (ld+json)
- title() : mixed
- Renders the title area of a post for the entry area
- unpublished() : mixed
- Renders the unpublished box for entry view
Methods
authorBox()
Renders the author box section on the entry view
public
authorBox(EasyBlogPost $post, mixed $params) : mixed
Parameters
- $post : EasyBlogPost
- $params : mixed
Tags
authors()
Renders the authors section of a post in the entry
public
authors(EasyBlogPost $post, mixed $params) : mixed
Parameters
- $post : EasyBlogPost
- $params : mixed
Tags
comments()
Renders the comments section on the entry
public
comments(EasyBlogPost $post) : mixed
Parameters
- $post : EasyBlogPost
Tags
content()
Renders the content of the post for entry page
public
content(EasyBlogPost $post, mixed $content[, mixed $options = [] ]) : mixed
Parameters
- $post : EasyBlogPost
- $content : mixed
- $options : mixed = []
Tags
cover()
Renders the post cover for entry page
public
cover(EasyBlogPost $post[, mixed $options = [] ]) : mixed
Parameters
- $post : EasyBlogPost
- $options : mixed = []
Tags
fontsize()
Renders the fontsize tool on the entry view
public
fontsize(EasyBlogPost $post) : mixed
Parameters
- $post : EasyBlogPost
Tags
meta()
Renders the meta of a post in the entry
public
meta(EasyBlogPost $post, mixed $params) : mixed
Parameters
- $post : EasyBlogPost
- $params : mixed
Tags
moderate()
Renders the moderation box for entry view
public
moderate(EasyBlogPost $post) : mixed
Parameters
- $post : EasyBlogPost
Tags
navigation()
Renders the navigation of a post in the entry
public
navigation(EasyBlogPost $post, mixed $navigation) : mixed
Parameters
- $post : EasyBlogPost
- $navigation : mixed
Tags
preview()
Renders the preview notices on the entry view
public
preview(EasyBlogPost $post) : mixed
Parameters
- $post : EasyBlogPost
Tags
printer()
Renders the print action on the entry view
public
printer(EasyBlogPost $post) : mixed
Parameters
- $post : EasyBlogPost
Tags
progress()
Renders the reading progress bar in the entry view
public
progress() : mixed
Tags
readingTime()
Renders the reading time required for a post
public
readingTime(EasyBlogPost $post) : mixed
Parameters
- $post : EasyBlogPost
Tags
related()
Renders the reading progress bar in the entry view
public
related(EasyBlogPost $post[, mixed $options = [] ]) : mixed
Parameters
- $post : EasyBlogPost
- $options : mixed = []
Tags
report()
Renders the tools that appear on the entry view (font size, report, print)
public
report(EasyBlogPost $post) : mixed
Parameters
- $post : EasyBlogPost
Tags
restricted()
Renders the restriction section on the entry view
public
restricted(EasyBlogPost $post) : mixed
Parameters
- $post : EasyBlogPost
Tags
schema()
Renders the schema for the post (ld+json)
public
schema(EasyBlogPost $post[, mixed $ratings = false ][, mixed $options = [] ]) : mixed
Parameters
- $post : EasyBlogPost
- $ratings : mixed = false
- $options : mixed = []
Tags
title()
Renders the title area of a post for the entry area
public
title(mixed $post[, mixed $options = [] ]) : mixed
Parameters
- $post : mixed
- $options : mixed = []
Tags
unpublished()
Renders the unpublished box for entry view
public
unpublished(EasyBlogPost $post) : mixed
Parameters
- $post : EasyBlogPost