Manga+Press Template API — Actions
Last updated
Last updated
This API provides a means of allowing support from 3rd party themes.
Runs after wp_body_open. Allows for markup insertion following and wp_body_open()
@since 4.0.0
Allows for site branding/main page header insertion
@since 4.0.0
Allows for content to be inserted directly after header
@since 4.0.0
Output theme header specific to Manga+Press content types, or normal theme header.
@since 4.0.0
Output theme footer specific to Manga+Press, or normal theme footer.
@since 4.0.0
Handle output before footer.
@since 4.0.0
Run scripts or insert content before the main content area.
@since 4.0.0
Run scripts or insert content before the main loop.
@since 4.0.0
Run scripts or insert content before the article tag but after the loop starts
@since 4.0.0
Run scripts or insert content before the article content but after the article opening tag.
@since 4.0.0
Output the individual archive entry markup based on archive style.
@since 4.0.0
$archive_style (string) The comic archive page style, can be 'list'
, 'gallery'
, or 'calendar'
Run scripts or insert content after the article content but before the article closing tag.
@since 4.0.0
Run scripts or insert content after the closing article tag but before the main loop ends or iterates to the next post.
@since 4.0.0
Run scripts or insert content after latest comic loop conditional.
@since 4.0.0
Outputs message if no comics are found for archive or other listings.
@since 4.0.0
Output the opening wrapping tag based on the archive style.
@since 4.0.0
$archive_style (string) $archive_style The comic archive page style, can be 'list'
, 'gallery'
, or 'calendar'
.
Output the closing wrapping tag based on the archive style.
@since 4.0.0
$archive_style (string) $archive_style The comic archive page style, can be 'list'
, 'gallery'
, or 'calendar'
.
Run scripts or insert content directly after comic archive loop.
@since 4.0.0
Run scripts or insert content after the main content area.
@since 4.0.0
Possibly insert a sidebar.
@since 4.0.0