Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Custom Fileds

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'about_main_title',
		'compare' => 'EXISTS',
	),
	array(
		'key'     => 'about_after_title_text',
		'compare' => 'EXISTS',
	),
);