Can I f?lter on all custom posts on one page
-
BTF works very well for individual archive pages for custom posts. But if I want to run it over ALL the custom posts I have on my site (or at least more than 1 custom post type) how would I go about doing that?
I see that
<?php do_action('show_beautiful_filters'); ?>
doesn’t specify a custom post type – but maybe it infers it from the URL it finds itself in? This code from the FAQ<?php do_action( 'show_beautiful_filters', 'posttypeslug' ); ?>
shows how to set it to a specific post type – but I don’t want to do that of course.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Can I f?lter on all custom posts on one page’ is closed to new replies.