This is the content of single-wpdmpro.php. What line have to remove?
thank you very much
<?php get_header(); ?>
<div id=”content_area” class=”clearfix”>
<div id=”main_content”>
<?php get_template_part(‘includes/breadcrumbs’,’index’); ?>
<?php get_template_part(‘loop’,’single’); ?>
</div> <!– end #main_content –>
<?php get_sidebar(); ?>
</div> <!– end #content_area –>
<?php get_footer(); ?>