Plugin doesn’t work on page template
-
Hi,
Plugin is awesome ?? But works only on category.php I need order my categories on page-slug.php template too.How to do that? I tried this and it doesn’t work:
$args = array( 'posts_per_page' => -1, 'parent' => 0, 'hide_empty' => false, 'orderby' => 'meta_value', 'order' => 'ASC', 'meta_key' => 'tax_position' ); $tax_terms = get_categories($args);
Is there a temporary solution until update release?
Thanks in advance,
Regards,
Mateusz Bajak
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Plugin doesn’t work on page template’ is closed to new replies.