get post by title
-
Would it be nice to add that to json api as well.
getting post by title is now possible from version 3 in WP.$page = get_page_by_title(‘title page’, OBJECT, ‘post’);
last parameter defines type. either a page or post.
see here:
http://codex.ww.wp.xz.cn/Function_Reference/get_page_by_title
The topic ‘get post by title’ is closed to new replies.