Opened 16 years ago
Closed 16 years ago
#13507 closed defect (bug) (invalid)
Conditional tag for post type and taxonomy
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 3.0 |
| Component: | General | Keywords: | reporter-feedback |
| Focuses: | Cc: |
Description
I'm using MAMP on a Mac, and trying to filter posts using conditional tags, but other posts are passing...
| is_taxonomy( 'series' ) ) |
It still doesn't work when I try just:
| is_taxonomy( 'series' ) ) |
I'm running the latest beta. And it is not a problem of wp_reset_query()... I tested without any query before.
Change History (4)
#2
@
16 years ago
- Cc westi added
- Keywords reporter-feedback added
- Priority changed from high to normal
What intersection are you trying to achieve?
Could you attach some example code with the calls for registering the post_types and taxonomies so we can reproduce.
Cheers
Note: See
TracTickets for help on using
tickets.
The codes are: