Okay I have custom content types. We'll call them Custom Page and Custom Post. Pages are within the main navigation, and posts appear on pages. Simple enough. There are taxonomy terms for the posts, and those posts with the term appear on the page with the corresponding term via a view. Works great.
However, upon clicking on one of the posts and viewing the full node, the block appears below (showing more related nodes). Not what I want.
I have tried SEVERAL combinations of "Only show..." and "All pages except...".
When telling it to show on certain pages, I've written "custom_page" and "custom_page/*" - is that incorrect?
I also tried all pages except "custom_post" and "custom_post/*".
(Where custom_post and custom_page are machine names)
Drupal brain is still on holiday I guess, I have NO idea why this could be causing so much trouble! Any ideas? Should I be trying to do this within the view? Although I don't see anywhere to limit to certain pages on a view... Seems like it HAS to be in the block configuration... somewhere.
Oh for pete's sake... Found my issue, and yeah, shouldn't have been that difficult... Completely missed the "content types" tab on the left.