true
);
$types = get_post_types($pt_args);
if($types){ ?>
';
echo '
'.__('Post Format', 'ajax-load-more'). '
';
echo '
';
echo '
';
echo '
'.__('Select a Post Format to query.', 'ajax-load-more'). '
';
echo '
';
echo '
';
echo '
';
echo '
';
}
}
?>
.
e.g. design, research etc...
true,
'_builtin' => false
);
$tax_output = 'objects';
$taxonomies = get_taxonomies( $tax_args, $tax_output );
if ( $taxonomies ) { ?>
';
echo '
' . __('Author', 'ajax-load-more') . '
';
echo '
';
echo '
';
echo '
' . __('Select an Author to query(by ID).', 'ajax-load-more') . '
';
?>
';
echo '
';
echo '
';
echo '
';
}
?>