Hi!
I need just exactly what cocoonfx was talking about, but I’m not so good in program. Can anyone explain me how can I link my posts to this query page??
I’m working with custom post types
<?php page_query = new WP_Query(‘category_name=midlands&post_per_page>=1’) while ($page_query->have_posts()): $page_query->the_post();?>
thank you so much!!!