Without adding any tags or categories, I need a way to generate a page that lists all WordPress posts containing the word, for example, “design” somewhere within them. Does anyone know how to do this?
Leave a Reply
You must be logged in to post a comment.
You can use WP_Query to do a search:
Let me know how it went!