Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

search post by post title in wordpres

Code
$args = array("post_type" => "mytype", "s" => $title);
$query = get_posts( $args );
Source by wordpress.stackexchange.com #
 
PREVIOUS NEXT
Tagged: #search #post #post #title #wordpres
ADD COMMENT
Topic
Name
8+7 =