Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

search posts by post title in worpress

$posts = get_posts([
    'post_type'  => 'recipe',
    'title' => 'Chili Sin Carne',
]);
Source by wordpress.stackexchange.com #
 
PREVIOUS NEXT
Tagged: #search #posts #post #title #worpress
ADD COMMENT
Topic
Name
1+7 =