Skip to content

Post formats

Aleksey Motovilov edited this page Jul 13, 2016 · 2 revisions

Navigate to your theme config in themename/app/config.php and find $post_formats variable.

Now you can simply add your post formats in the array and them will be automatically registered.

$post_formats = array(
	'aside', 
	'gallery', 
	'link',
);

For more reference please visit: Post Formats

Clone this wiki locally