list Terms with order by
-
Hello,
please, If I have this code. How can order my termsby ID number?
Thank you
<div id=”” class=”filter clearfix”>
<div class=”wrap”>
<?php esc_html_e( ‘Todos’, ‘business-pro’ ); ?>
<?php foreach ( $terms as $term ) : ?>
slug ); ?>’><?php echo esc_html( $term->name ); ?>
<?php endforeach; ?>
</div>
</div>
<?php } ?><?php if ( have_posts() ) { ?>
<div class=””></div>
<div class=””>
<?phpwhile ( have_posts() ) :
the_post();
$terms = get_the_terms( get_the_ID(), ‘portfolio’);
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘list Terms with order by’ is closed to new replies.