Shortcode Issue
-
Having an Issue with all documents showing using the short code. I added the following to the function.php to use categories.
add_action(‘init’, ‘docs_add_default_boxes’);
function docs_add_default_boxes() {
register_taxonomy_for_object_type(‘category’, ‘document’);
register_taxonomy_for_object_type(‘post_tag’, ‘document’);
}This works great and below is the short code I am using.
[documents numberposts=’-1′ orderby=’title’ category_name=”namehere”]
I have 4 documents and only 2 show up. I have double checked the categories for each doc, each doc is final, each published, and not private.
I have also tried the below with the same result.
[documents numberposts=-1 orderby=’title’ category_name=”namehere”]
- The topic ‘Shortcode Issue’ is closed to new replies.