Astra_Ext_Blog_Pro_Markup::author_info_markup()
Function to get author info for default post only
Description
Source
File: addons/blog-pro/classes/class-astra-ext-blog-pro-markup.php
public function author_info_markup() { if ( astra_get_option( 'ast-author-info' ) && is_singular( 'post' ) ) { astra_get_template( 'blog-pro/template/author-info.php' ); } }
Expand full source code Collapse full source code View on Trac