Using post title as term in query, only working with single word titles
The term needs the slug of the term, not the human read description so “hello-world” not “Hello World” Try using the sanitize_title function: http://codex.wordpress.org/Function_Reference/sanitize_title Also, add an else case for your loop to catch the ‘no posts found’ case, etc, when you have an issue it’s a good idea to have as much information as … Read more