"cat=" parameter support for "page" post_type
-
I’ve added category support in my blog installation to be able to list only some of my pages.
I’m using the following piece of code to retrieve a list of my pages ordered by views:
wpp_get_mostpopular('header=""&header_start=""&header_end=""&limit=10&range=monthly&order_by=views&post_type=page&stats_comments=0&cat='.$page_category);
But apparently, the “cat=” parameter doesn’t work with the “page” post_type.
Since “cat=” is supported for posts and custom post types, would it be possible to also add it for pages?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘"cat=" parameter support for "page" post_type’ is closed to new replies.