Get post by post title wordpress

Code examples

0
0

get post title by post id wordpress

get_post( $post_id )->post_title
0
0

search post by post title in wordpres

Code
$args = array("post_type" => "mytype", "s" => $title);
$query = get_posts( $args );

In other languages

This page is in other languages

Русский
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................