اقا این کد در فایل single.php هستش
<?php get_header();?>
<?php if ( pasargad_get_option('single_pm') ) :?>
<?php get_template_part('inc/pm'); ?>
<?php endif;?>
<?php if (pasargad_get_option('topbox_single')): ?>
<?php get_template_part('inc/top-tabs'); ?>
<?php endif;?>
<div id="wrapper">
<?php pasargad_breadcrumbs(); ?>
<div class="main-container">
<main class="main-content">
<?php pasargad_theme_ads('usingle_ads' , '<article class="post row sticky-ads">' , '</article>' ); ?>
<!-- post -->
<?php if ( have_posts() ) :
while ( have_posts() ) : the_post();?>
<article class="post row">
<header class="head">
<?php pasargad_title_icon();?>
<h1 class="post-title"><a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" rel="bookmark"><?php the_title(); ?></a></h1>
<p class="category row">
موضوع : <?php printf('%1$s', get_the_category_list( ',' ) ); ?>
</p>
</header>
<div class="post-content">
<?php the_content(''); ?>
</div>
<?php get_template_part('inc/box-dl'); ?>
<?php $mid_var = get_post_meta($post->ID, 'code_player',true);if(isset($mid_var) && !empty($mid_var)) : ?>
<?php get_template_part('inc/music-code'); ?>
<?php endif;?>
<aside class="post-info row">
<div class="row">
<div class="like-dislike">
<div class="likes"><?php echo pasargad_posts_like(get_the_ID());?></div>
<div class="dislikes"><?php echo pasargad_posts_dislike(get_the_ID());?></div>
</div>
</div>
<?php if( pasargad_get_option('single_meta')):?>
<?php get_template_part('inc/single-meta'); ?>
<?php endif;?>
</aside>
</article>
<?php endwhile;endif;?>
<?php if(pasargad_get_option('single_starrating')):?>
<?php get_template_part('inc/rating'); ?>
<?php endif;?>
<?php if(pasargad_get_option('single_sharing')):?>
<?php get_template_part('inc/shares'); ?>
<?php endif;?>
<?php if(pasargad_get_option('single_tags')):?>
<?php get_template_part('inc/tags'); ?>
<?php endif;?>
<?php if(pasargad_get_option('related_enable')):?>
<?php get_template_part('inc/related'); ?>
<?php endif;?>
<?php pasargad_theme_ads('dsingle_ads' , '<article class="post row sticky-ads">' , '</article>' ); ?>
<?php comments_template('', true);?>
</main>
<!-- //post -->
<!-- right sidebar -->
<?php get_template_part('rsidebar');?>
<!-- //right sidebar -->
</div>
<!-- left sidebar -->
<?php get_template_part('lsidebar');?>
<!-- //left sidebar -->
</div>
<?php get_footer(); ?>
</body>
<link rel="canonical" href="http://www.mihanrap.ir" />
</html>
من سر در نیاوردم خوب الان من بخوام برای مثال تو ادامه مطلب زیر قسمت دانلود موزیک این پخش انلاین رو بزارم باید چیکار کنم و کجای این کدها ذخیره کنم؟