Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

Classipress, Featured slider on a full-width template file. WordPress

  • REFUNDED

<?php
/*
Template Name: Full Width Page
*/
?>


<div class="content">

<div class="content_botbg">

<div class="content_res">
<?php
if(file_exists(STYLESHEETPATH . '/featured.php'))
include_once(STYLESHEETPATH . '/featured.php');
else
include_once(TEMPLATEPATH . '/featured.php');
?>

<div class="clr"></div>

<?php appthemes_before_page_loop(); ?>

<div class="shadowblock_out">

<div class="shadowblock">

<div class="post">

<?php if ( have_posts() ) : ?>

<?php while ( have_posts() ) : the_post(); ?>

<?php appthemes_before_page(); ?>

<?php appthemes_before_page_title(); ?>

<?php the_content(); ?>

<?php appthemes_after_page_content(); ?>

<?php appthemes_after_page(); ?>

<?php endwhile; ?>

<?php appthemes_after_page_endwhile(); ?>

<?php else : ?>

<?php appthemes_page_loop_else(); ?>

<?php _e( 'No content found.', APP_TD ); ?>

<?php endif; ?>

<div class="clr"></div>

</div><!--/post-->

</div><!-- /shadowblock -->

</div><!-- /shadowblock_out -->

<div class="clr"></div>

<?php appthemes_after_page_loop(); ?>

<?php if ( comments_open() ) comments_template(); ?>

</div><!-- /content_res -->

</div><!-- /content_botbg -->

</div><!-- /content -->


This returns http://classifieds.anglerschat.co.uk/?page_id=77 I need the slider "featured listings" to work like in the screenshot.

Answers (0)

No answers yet.