astra_blog_layout_template()

Blog Layout Template Markup


Description


Return

(void)


Source

File: inc/blog/blog.php

function astra_blog_layout_template() {
	get_template_part( 'template-parts/blog/' . esc_attr( astra_get_blog_layout() ) );
}

Changelog

Changelog
Version Description
4.6.0 Introduced.


User Contributed Notes

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