What PHP line do I need to change to make the main image show for each listing?
[code] <ul class=”styled-list arrow”> <?php $postslist = query_posts(‘numberposts=8&order=DESC&orderby=modified&showposts=8&post_type=listing_type’); ?> <?php foreach ($postslist as $loopID => $p) : ?>
<?php endforeach; wp_reset_query(); ?>
[/code]
This reply is for PremiumPress customers only.
344
Views
14
Replies
Copyright © 2010-2025 PremiumPress Limited.
What PHP line do I need to change to make the main image show for each listing?
[code]
<ul class=”styled-list arrow”>
<?php $postslist = query_posts(‘numberposts=8&order=DESC&orderby=modified&showposts=8&post_type=listing_type’); ?>
<?php foreach ($postslist as $loopID => $p) : ?>
<?php echo do_shortcode(‘[IMAGE]’); ?>
<?php echo $p->post_title?>
<?php endforeach; wp_reset_query(); ?>
[/code]
Members Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login Now