Is there a way in WordPress
so that I would generate a sub-string
of a post content and it would give me the post id?
Thanks in advance.
Is there a way in WordPress
so that I would generate a sub-string
of a post content and it would give me the post id?
Thanks in advance.
Comments are closed.
It can be achieved using awesome WP Query Class of WordPress with search parameter. e.g. Following query will search for any posts with “hello” words in it and display its Post Ids as you needed: