get post by name wordpress

Solutions on MaxInterview for get post by name wordpress by the best coders in the world

showing results for - "get post by name wordpress"
Mira
28 Apr 2017
1$posts = get_posts(array('name' => 'your-posts-name', 'post_type' => 'faq'));