Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Author Name

$meta_query = array(
	array(
		'key'     => 'authors',
		'value'   => '$authorname',
		'compare' => 'LIKE',
		'type'    => 'CHAR',
	),
);