Attachments (2)
Change History (14)
#4
@
16 years ago
Looking good here. If a tag that doesn't exist is specified in an intersection, that tag is ignored. It won't be required in the AND. I think this is different than 3.0, but quite edge case.
#10
@
16 years ago
I have an issue that arose since release of 3.1 whereby
$args = array(
'category__and' => array($_GET['neighbourhood'],$_GET['venueType']),
'posts_per_page' => -1
);
query_posts($args);
used to work, but does not now. I am cross-posting here in case it is of relevance to the changes made in this ticket - Support Forum Post Thank you for any help.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
tag_slugin and some sanitization