Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

get post by name wordpress

$posts = get_posts(array('name' => 'your-posts-name', 'post_type' => 'faq'));
 
PREVIOUS NEXT
Tagged: #post #wordpress
ADD COMMENT
Topic
Name
1+3 =