Documentation

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
since
6.0.0
access

public

authors()

Renders the authors section of a post in the entry

public authors(EasyBlogPost $post, mixed $params) : mixed
Parameters
$post : EasyBlogPost
$params : mixed
Tags
since
6.0.10
access

public

comments()

Renders the comments section on the entry

public comments(EasyBlogPost $post) : mixed
Parameters
$post : EasyBlogPost
Tags
since
6.0.0
access

public

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
since
6.0.0
access

public

cover()

Renders the post cover for entry page

public cover(EasyBlogPost $post[, mixed $options = [] ]) : mixed
Parameters
$post : EasyBlogPost
$options : mixed = []
Tags
since
6.0.0
access

public

fontsize()

Renders the fontsize tool on the entry view

public fontsize(EasyBlogPost $post) : mixed
Parameters
$post : EasyBlogPost
Tags
since
6.0.0
access

public

meta()

Renders the meta of a post in the entry

public meta(EasyBlogPost $post, mixed $params) : mixed
Parameters
$post : EasyBlogPost
$params : mixed
Tags
since
6.0.0
access

public

moderate()

Renders the moderation box for entry view

public moderate(EasyBlogPost $post) : mixed
Parameters
$post : EasyBlogPost
Tags
since
6.0.0
access

public

navigation()

Renders the navigation of a post in the entry

public navigation(EasyBlogPost $post, mixed $navigation) : mixed
Parameters
$post : EasyBlogPost
$navigation : mixed
Tags
since
6.0.0
access

public

preview()

Renders the preview notices on the entry view

public preview(EasyBlogPost $post) : mixed
Parameters
$post : EasyBlogPost
Tags
since
6.0.0
access

public

printer()

Renders the print action on the entry view

public printer(EasyBlogPost $post) : mixed
Parameters
$post : EasyBlogPost
Tags
since
6.0.0
access

public

progress()

Renders the reading progress bar in the entry view

public progress() : mixed
Tags
since
6.0.0
access

public

readingTime()

Renders the reading time required for a post

public readingTime(EasyBlogPost $post) : mixed
Parameters
$post : EasyBlogPost
Tags
since
6.0.0
access

public

Renders the reading progress bar in the entry view

public related(EasyBlogPost $post[, mixed $options = [] ]) : mixed
Parameters
$post : EasyBlogPost
$options : mixed = []
Tags
since
6.0.0
access

public

report()

Renders the tools that appear on the entry view (font size, report, print)

public report(EasyBlogPost $post) : mixed
Parameters
$post : EasyBlogPost
Tags
since
6.0.0
access

public

restricted()

Renders the restriction section on the entry view

public restricted(EasyBlogPost $post) : mixed
Parameters
$post : EasyBlogPost
Tags
since
6.0.0
access

public

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
since
6.0.0
access

public

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
since
6.0.0
access

public

unpublished()

Renders the unpublished box for entry view

public unpublished(EasyBlogPost $post) : mixed
Parameters
$post : EasyBlogPost
Tags
since
6.0.0
access

public


        
On this page

Search results