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' );
			}
		}


User Contributed Notes

You must log in before being able to contribute a note or feedback.