Recent

the_bsearch_post_type function

the_bsearch_post_type()

Display the Post Type on the search results page.

Since: 3.3.0
Source: includes/general-template.php line 889

Signature

function the_bsearch_post_type( $post = ..., $args = ... );

Parameters

TypeNameDescription
int|WP_Post$postOptional. Post ID or post object. Default is the global $post.
string|array$argsOptional. Array or string of parameters.

See Also

  • get_bsearch_post_type()