Reverse breadcrumbs Closes #3065.

This commit is contained in:
Mike Jolley 2013-05-01 15:38:40 +01:00
parent 2ed2be562e
commit 91ab91cfe6
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ if ( ( ! is_home() && ! is_front_page() && ! ( is_post_type_archive() && get_opt
$main_term = $terms[0];
$ancestors = array_reverse( get_ancestors( $main_term->term_id, 'product_cat' ) );
$ancestors = get_ancestors( $main_term->term_id, 'product_cat' );
$ancestors = array_reverse( $ancestors );