I would like to filter out standard posts and only show related posts within a custom taxonomy. Is this possible with nrelate?
I would like to filter out standard posts and only show related posts within a custom taxonomy. Is this possible with nrelate?
Hello?
The cleaner way is to use WP_Query :
http://codex.wordpress.org/Class_Reference/WP_Query
you will also need to learn what is the loop :
http://codex.wordpress.org/The_Loop
scottsemple--
Currently, nrelate doesn't include/exclude by custom taxonomy... only categories... but we're working on it. Stay tuned!
You must log in to post.