';
if ( have_posts() ) :
while ( have_posts() ) :
the_post();
the_content();
endwhile;
endif;
echo '
';
get_footer();
}
} elseif ( apply_filters( 'stm_is_ulisting_layout', false ) ) {
get_header();
?>
';
while ( have_posts() ) :
the_post();
the_content();
endwhile;
echo '';
}
} else {
do_action( 'stm_listings_load_template', 'compare/compare' );
}
else :
?>
'
' . __( 'Pages:', 'motors' ) . '',
'after' => '
',
'link_before' => '
',
'link_after' => '',
'pagelink' => '
' . __( 'Page', 'motors' ) . ' %',
'separator' => '
, ',
)
);
?>