Opened 15 years ago
Closed 13 years ago
#6459 closed defect (bug) (invalid)
Pages get the ID of the Default Post Category, conflict with in_category template tag
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.5 |
Component: | Taxonomy | Keywords: | pages category term_taxonomy_id |
Focuses: | Cc: |
Description
Pages are marked with the term_taxonomy_id of the Default Post Category ID.
If the Default Post Category ID is 8, in a template, when I use the in_category(8) template tag in the Loop and displaying a Page, the in_category(8) template tag is activated, thus showing what is reserved to posts belonging to category ID 8.
Pages should get a term_taxonomy_id = 0 or nothing.
Change History (4)
#2
@
14 years ago
- Component changed from General to Taxonomy
- Owner changed from anonymous to ryan
this isn't valid any longer, is it?
Note: See
TracTickets for help on using
tickets.
Milestone 2.5.2 deleted