" value="" />
have_posts() ) : $acadp_query->the_post(); $post_meta = get_post_meta( $post->ID ); ?>

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 ); ?>

:

:

%s

', acadp_get_listing_renewal_page_link( $post->ID ), __( 'Renew', 'advanced-classifieds-and-directory-pro' ) ); } } else { if( 'pending' == $post->post_status ) { $can_edit = 0; if( '0000-00-00 00:00:00' == $post->post_date_gmt && $has_checkout_page = apply_filters( 'acadp_has_checkout_page', 0, $post->ID ) ) { printf( '

%s

', acadp_get_checkout_page_link( $post->ID ), __( 'Retry Payment', 'advanced-classifieds-and-directory-pro' ) ); } } if( $can_promote && empty( $post_meta['featured'][0] ) && 'publish' == $post->post_status ) { printf( '

%s

', acadp_get_listing_promote_page_link( $post->ID ), __( 'Promote', 'advanced-classifieds-and-directory-pro' ) ); } } ?>
max_num_pages, "", $paged ); ?>