Sorry, that should say “blank”. The dashboard isn’t BLACK it’s BLANK.
I’m having the same problem. Doesn’t exclude from archives, kind of annoying.
I’ve managed to get the archive filter to work, thanks for the suggestions. I can’t seem to manage the search though.
Here’s the solution, the documentation is flawed. Change this line:
<?php if ($hcp_posts) : foreach ($hcp_posts as $post) : start_wp(); ?>
To this:
<?php if ($hcp_posts) { foreach ($hcp_posts as $post) { start_wp(); ?>