Custom Tabs implemented, but issue with default Latest Listings
I have several custom tabs on the homepage that load specific categories. If I comment the default Latest Listings tab in the <li></li>, meaning Latest Listings is not visible as a tab, then all the other tabs load, but the homepage still briefly loads the content of the Latest Listings before loading the first category tab. If I comment or remove code in the Latest Listings block <!--tab Latest Listings--><!--Latest Listings block--> then I loose pagination...meaning I loose the View More link at the bottom.
It appears to me that not having the default query_posts( array('post_type' => APP_POST_TYPE, causes the pagination problem...query_posts( array('post_type' => APP_POST_TYPE, 'ad_cat' => 'attachments',
Any help? Thank you