ID, 'acadp_categories' ) ) { $category_links = array(); foreach ( $categories as $category ) { $category_links[] = sprintf( '%s', acadp_get_category_page_link( $category ), $category->name ); } $info[] = sprintf( ' %s', implode( ', ', $category_links ) ); } if( $has_location && $location = wp_get_object_terms( $post->ID, 'acadp_locations' ) ) { $info[] = ' '.$location[0]->name.''; } if( ! empty( $post_meta['views'][0] ) ) { $info[] = sprintf( __( "%d views", 'advanced-classifieds-and-directory-pro' ), $post_meta['views'][0] ); } if( ! empty( $post_meta['price'][0] ) ) { $price = acadp_format_amount( $post_meta['price'][0] ); $info[] = acadp_currency_filter( $price ); } echo '
'.implode( ' / ', $info ).'
'; ?>: post_status ); ?>
:
: