albertord on "[Plugin: Advanced Classifieds & Directory Pro] WP_Query featured"

ساخت وبلاگ

I'm doing a carousel of products with JQuery, I'm taking the name, photo and price, but only need to show the feature.

This is my code.

`
<?php $args=array(
'post_type' => 'acadp_listings',
'orderby' => 'date',
'order' => 'ASC',
'posts_per_page' => -1,
'post_status' => 'publish',
'filterby' => 'featured'
); ?>

<?php $bici = new WP_Query($args); ?>

<?php while($bici->have_posts()): $bici->the_post(); $post_meta = get_post_meta( $post->ID );?>

<?php the_acadp_listing_thumbnail( $post_meta ); ?>

<<?php echo $post->post_title; ?>

<?php $price = acadp_format_amount( $post_meta['price'][0] );
echo acadp_currency_filter( $price ); ?>

<?php endwhile; wp_reset_postdata(); ?>

WordPress ...
ما را در سایت WordPress دنبال می کنید

برچسب : نویسنده : استخدام کار wpss بازدید : 180 تاريخ : پنجشنبه 27 خرداد 1395 ساعت: 12:41