رفتن به مطلب

مشکل در زمینه دلخواه


پست های پیشنهاد شده

ببخشید یه سوال من از یکی از قالب های فامو استفاده میکنم میخوام کاری کنم که باکس دانلودش همیشه فعال باشه من هر کاری کردم نشد اینم کدش single ممنون میشم کد رو شما ویرایش کنید ممنون.


<div class="content">
<div class="two-box-warpper">
<div class="page-body">
<?php include(TEMPLATEPATH .'/buy.php'); ?>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="post">
<div class="title">
<h3><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a></h3>
<div class="leftbox">
<div class="like"><?php if(function_exists(getILikeThis)) getILikeThis('get'); ?></div>
</div>
</div>
<div class="contents">
<?php the_content(""); ?>
<?php $post_meta = get_post_meta($post->ID, 'custom_box-downloads',true); if (!empty($post_meta)) { ?>
<div class="download" align="center">
<?php $post_meta = get_post_meta($post->ID, 'custom_direct-music320',true); if (!empty($post_meta)) { ?>
<div class="button"><span><a title="دانلود آهنگ با کیفیت 320" href="<?php echo $post_meta; ?>">دانلود آهنگ با کیفیت 320</a></span></div>
<?php } ?>
<?php $post_meta = get_post_meta($post->ID, 'link128',true); if (!empty($post_meta)) { ?>
<div class="button"><span><a title="دانلود آهنگ با کیفیت 128" href="<?php echo $post_meta; ?>">دانلود آهنگ با کیفیت 128</a></span></div>
<?php } ?>
<?php $post_meta = get_post_meta($post->ID, 'custom_direct-albume320',true); if (!empty($post_meta)) { ?>
<div class="button"><span><a title="دانلود آلبوم با کیفیت 320" style="letter-spacing: 0.75px;" href="<?php echo $post_meta; ?>">دانلود آلبوم با کیفیت 320 ( یکجا )</a></span></div>
<?php } ?>
<?php $post_meta = get_post_meta($post->ID, 'custom_taki-albume320',true); if (!empty($post_meta)) { ?>
<div class="button button2"><span><a target="_blank" title="دانلود به صورت تکی کیفیت 320" href="<?php echo $post_meta; ?>"> دانلود آلبوم با کیفیت 320 ( تک تک ) </a></span></div>
<?php } ?>
<?php $post_meta = get_post_meta($post->ID, 'albume128',true); if (!empty($post_meta)) { ?>
<div class="button"><span><a title="دانلود آلبوم با کیفیت 128" style="letter-spacing: 0.75px;" href="<?php echo $post_meta; ?>"> دانلود آلبوم با کیفیت 128 ( یکجا ) </a></span></div>
<?php } ?>
<?php $post_meta = get_post_meta($post->ID, 'albume128t',true); if (!empty($post_meta)) { ?>
<div class="button button2"><span><a target="_blank" title="دانلود به صورت تکی کیفیت 128" href="<?php echo $post_meta; ?>"> دانلود آلبوم با کیفیت 128 ( تک تک ) </a></span></div>
<?php } ?>
<?php $post_meta = get_post_meta($post->ID, 'custom_direct-video1080p',true); if (!empty($post_meta)) { ?>
<div class="button"><span><a title="دانلود موزیک ویدیو با کیفیت عالی" href="<?php echo $post_meta; ?>">دانلود موزیک ویدیو با کیفیت عالی</a></span></div>
<?php } ?>
<?php $post_meta = get_post_meta($post->ID, '720p',true); if (!empty($post_meta)) { ?>
<div class="button"><span><a title="دانلود موزیک ویدیو با کیفیت متوسط" href="<?php echo $post_meta; ?>">دانلود موزیک ویدیو با کیفیت متوسط</a></span></div>
<?php } ?>
<?php $post_meta = get_post_meta($post->ID, 'custom_direct-video480p',true); if (!empty($post_meta)) { ?>
<div class="button"><span><a target="_blank" title="دانلود موزیک ویدیو با کیفیت پایین" href="<?php echo $post_meta; ?>">دانلود موزیک ویدیو با کیفیت پایین</a></span></div>
<?php } ?>
<?php $post_meta = get_post_meta($post->ID, 'custom_direct-video-mob',true); if (!empty($post_meta)) { ?>
<div class="button"><span><a target="_blank" title="دانلود موزیک ویدیو با کیفیت موبایل" href="<?php echo $post_meta; ?>">دانلود موزیک ویدیو با کیفیت موبایل</a></span></div>
<?php } ?>
<?php $post_meta = get_post_meta($post->ID, 'custom_direct-film',true); if (!empty($post_meta)) { ?>
<div class="button"><span><a title="دانلود فیلم با لینک مستقیم" href="<?php echo $post_meta; ?>">دانلود فیلم با لینک مستقیم</a></span></div>
<?php } ?>
<?php $post_meta = get_post_meta($post->ID, 'custom_indirect-film',true); if (!empty($post_meta)) { ?>
<div align="center" style="margin-bottom: 5px;">
<div class="button3"><a target="_blank" title="دانلود فیلم با لینک کمکی" href="<?php echo $post_meta; ?>">لینک کمکی</a></div>
<?php $post_meta = get_post_meta($post->ID, 'custom_indirect-film2',true); if (!empty($post_meta)) { ?>
<div class="button3"><a target="_blank" title="دانلود فیلم با لینک کمکی" href="<?php echo $post_meta; ?>">لینک کمکی 2</a></div>
<?php } ?>
</div>
<?php } ?>
<?php $post_meta = get_post_meta($post->ID, 'custom_direct-serial',true); if (!empty($post_meta)) { ?>
<div class="button"><span><a title="دانلود سریال با لینک مستقیم" href="<?php echo $post_meta; ?>">دانلود سریال با لینک مستقیم</a></span></div>
<?php } ?>
<?php $post_meta = get_post_meta($post->ID, 'custom_indirect-serial',true); if (!empty($post_meta)) { ?>
<div align="center" style="margin-bottom: 5px;">
<div class="button3"><a target="_blank" title="دانلود فیلم با لینک کمکی" href="<?php echo $post_meta; ?>">لینک کمکی</a></div>
<?php $post_meta = get_post_meta($post->ID, 'custom_indirect-serial2',true); if (!empty($post_meta)) { ?>
<div class="button3"><a target="_blank" title="دانلود فیلم با لینک کمکی" href="<?php echo $post_meta; ?>">لینک کمکی 2</a></div>
<?php } ?>
</div>
<?php } ?>
<?php $post_meta = get_post_meta($post->ID, 'custom_subtitles',true); if (!empty($post_meta)) { ?>
<div class="button"><span><a title="دانلود زیر نویس فارسی" href="<?php echo $post_meta; ?>">دانلود زیر نویس فارسی</a></span></div>
<?php } ?>
<?php $post_meta = get_post_meta($post->ID, 'custom_dubbed',true); if (!empty($post_meta)) { ?>
<div class="button"><span><a title="دانلود فایل صوتی دوبله" href="<?php echo $post_meta; ?>">دانلود فایل صوتی دوبله</a></span></div>
<?php } ?>
</div>
<?php $post_meta = get_post_meta($post->ID, 'custom_albume-online',true); if (!empty($post_meta)) { ?>
<div class="download-links2">
<div id="musicbox">
<div id="musboxl">
<div id="nowPlay" class="is-audio">
</div>
<div id="audiowrap">
<div id="audio0">
<audio id="audio1" controls="controls" preload="none">
باید از مرورگر جدید فایرفاکس و یا کروم استفاده کنید
</audio>
</div>
<noscript>مروگر شما از جاوا اسکریپت پشتیبانی نمی کند</noscript>
<div id="extraControls2" class="is-audio">
<button id="btnPrev" class="icon-fast-backward"></button>
<button id="btnNext" class="icon-fast-forward"></button>
</div>
<h3 id="npAction">وضعیت : متوقف</h3>
<div id="npTitle"></div>
</div>
</div>
<div id="musboxr">
<div id="plwrap" class="is-audio">
<ul id="plUL">
<?php $post_meta = get_post_meta($post->ID, 'custom_txtmusic1',true); if (!empty($post_meta)) { ?>
<li class="plItem">
<div class="plNum">1</div>
<div class="plTitle"> <?php echo $post_meta; ?></div>
</li>
<?php } ?>
<?php $post_meta = get_post_meta($post->ID, 'custom_txtmusic2',true); if (!empty($post_meta)) { ?>
<li class="plItem">
<div class="plNum">2</div>
<div class="plTitle"> <?php echo $post_meta; ?></div>
</li>
<?php } ?>
<?php $post_meta = get_post_meta($post->ID, 'custom_txtmusic3',true); if (!empty($post_meta)) { ?>
<li class="plItem">
<div class="plNum">3</div>
<div class="plTitle"> <?php echo $post_meta; ?></div>
</li>
<?php } ?>
<?php $post_meta = get_post_meta($post->ID, 'custom_txtmusic4',true); if (!empty($post_meta)) { ?>
<li class="plItem">
<div class="plNum">4</div>
<div class="plTitle"> <?php echo $post_meta; ?></div>
</li>
<?php } ?>
<?php $post_meta = get_post_meta($post->ID, 'custom_txtmusic5',true); if (!empty($post_meta)) { ?>
<li class="plItem">
<div class="plNum">5</div>
<div class="plTitle"> <?php echo $post_meta; ?></div>
</li>
<?php } ?>
<?php $post_meta = get_post_meta($post->ID, 'custom_txtmusic6',true); if (!empty($post_meta)) { ?>
<li class="plItem">
<div class="plNum">6</div>
<div class="plTitle"> <?php echo $post_meta; ?></div>
</li>
<?php } ?>
<?php $post_meta = get_post_meta($post->ID, 'custom_txtmusic7',true); if (!empty($post_meta)) { ?>
<li class="plItem">
<div class="plNum">7</div>
<div class="plTitle"> <?php echo $post_meta; ?></div>
</li>
<?php } ?>
<?php $post_meta = get_post_meta($post->ID, 'custom_txtmusic8',true); if (!empty($post_meta)) { ?>
<li class="plItem">
<div class="plNum">8</div>
<div class="plTitle"> <?php echo $post_meta; ?></div>
</li>
<?php } ?>
<?php $post_meta = get_post_meta($post->ID, 'custom_txtmusic9',true); if (!empty($post_meta)) { ?>
<li class="plItem">
<div class="plNum">9</div>
<div class="plTitle"> <?php echo $post_meta; ?></div>
</li>
<?php } ?>
<?php $post_meta = get_post_meta($post->ID, 'custom_txtmusic10',true); if (!empty($post_meta)) { ?>
<li class="plItem">
<div class="plNum">10</div>
<div class="plTitle"> <?php echo $post_meta; ?></div>
</li>
<?php } ?><?php $post_meta = get_post_meta($post->ID, 'custom_txtmusic11',true); if (!empty($post_meta)) { ?>
<li class="plItem">
<div class="plNum">11</div>
<div class="plTitle"> <?php echo $post_meta; ?></div>
</li>
<?php } ?>
<?php $post_meta = get_post_meta($post->ID, 'custom_txtmusic12',true); if (!empty($post_meta)) { ?>
<li class="plItem">
<div class="plNum">12</div>
<div class="plTitle"> <?php echo $post_meta; ?></div>
</li>
<?php } ?>
<?php $post_meta = get_post_meta($post->ID, 'custom_txtmusic13',true); if (!empty($post_meta)) { ?>
<li class="plItem">
<div class="plNum">13</div>
<div class="plTitle"> <?php echo $post_meta; ?></div>
</li>
<?php } ?>
<?php $post_meta = get_post_meta($post->ID, 'custom_txtmusic14',true); if (!empty($post_meta)) { ?>
<li class="plItem">
<div class="plNum">14</div>
<div class="plTitle"> <?php echo $post_meta; ?></div>
</li>
<?php } ?>
<?php $post_meta = get_post_meta($post->ID, 'custom_txtmusic15',true); if (!empty($post_meta)) { ?>
<li class="plItem">
<div class="plNum">15</div>
<div class="plTitle"> <?php echo $post_meta; ?></div>
</li>
<?php } ?>
<?php $post_meta = get_post_meta($post->ID, 'custom_txtmusic16',true); if (!empty($post_meta)) { ?>
<li class="plItem">
<div class="plNum">16</div>
<div class="plTitle"> <?php echo $post_meta; ?></div>
</li>
<?php } ?>
<?php $post_meta = get_post_meta($post->ID, 'custom_txtmusic17',true); if (!empty($post_meta)) { ?>
<li class="plItem">
<div class="plNum">17</div>
<div class="plTitle"> <?php echo $post_meta; ?></div>
</li>
<?php } ?>
<?php $post_meta = get_post_meta($post->ID, 'custom_txtmusic18',true); if (!empty($post_meta)) { ?>
<li class="plItem">
<div class="plNum">18</div>
<div class="plTitle"> <?php echo $post_meta; ?></div>
</li>
<?php } ?><?php $post_meta = get_post_meta($post->ID, 'custom_txtmusic19',true); if (!empty($post_meta)) { ?>
<li class="plItem">
<div class="plNum">19</div>
<div class="plTitle"> <?php echo $post_meta; ?></div>
</li>
<?php } ?>
<?php $post_meta = get_post_meta($post->ID, 'custom_txtmusic20',true); if (!empty($post_meta)) { ?>
<li class="plItem">
<div class="plNum">20</div>
<div class="plTitle"> <?php echo $post_meta; ?></div>
</li>
<?php } ?>
</ul>
</div>
</div>
</div>
</div>
<script type="text/javascript">
jQuery(function(a){var n=!!document.createElement("audio").canPlayType;if(n){var i=0,t=!1;mediaPath="",extension="",tracks=[
<?php $post_meta = get_post_meta($post->ID, 'custom_txtmusic1',true); if (!empty($post_meta)) { ?>
{"track":1,"name":"<?php echo $post_meta; ?>","file":"<?php $post_meta = get_post_meta($post->ID, 'custom_linkmusic1',true); if (!empty($post_meta)) { ?><?php echo $post_meta; ?><?php } ?>"},
<?php } ?>
<?php $post_meta = get_post_meta($post->ID, 'custom_txtmusic2',true); if (!empty($post_meta)) { ?>
{"track":2,"name":"<?php echo $post_meta; ?>","file":"<?php $post_meta = get_post_meta($post->ID, 'custom_linkmusic2',true); if (!empty($post_meta)) { ?><?php echo $post_meta; ?><?php } ?>"},
<?php } ?>
<?php $post_meta = get_post_meta($post->ID, 'custom_txtmusic3',true); if (!empty($post_meta)) { ?>
{"track":3,"name":"<?php echo $post_meta; ?>","file":"<?php $post_meta = get_post_meta($post->ID, 'custom_linkmusic3',true); if (!empty($post_meta)) { ?><?php echo $post_meta; ?><?php } ?>"},
<?php } ?>
<?php $post_meta = get_post_meta($post->ID, 'custom_txtmusic4',true); if (!empty($post_meta)) { ?>
{"track":4,"name":"<?php echo $post_meta; ?>","file":"<?php $post_meta = get_post_meta($post->ID, 'custom_linkmusic4',true); if (!empty($post_meta)) { ?><?php echo $post_meta; ?><?php } ?>"},
<?php } ?>
<?php $post_meta = get_post_meta($post->ID, 'custom_txtmusic5',true); if (!empty($post_meta)) { ?>
{"track":5,"name":"<?php echo $post_meta; ?>","file":"<?php $post_meta = get_post_meta($post->ID, 'custom_linkmusic5',true); if (!empty($post_meta)) { ?><?php echo $post_meta; ?><?php } ?>"},
<?php } ?>
<?php $post_meta = get_post_meta($post->ID, 'custom_txtmusic6',true); if (!empty($post_meta)) { ?>
{"track":6,"name":"<?php echo $post_meta; ?>","file":"<?php $post_meta = get_post_meta($post->ID, 'custom_linkmusic6',true); if (!empty($post_meta)) { ?><?php echo $post_meta; ?><?php } ?>"},
<?php } ?>
<?php $post_meta = get_post_meta($post->ID, 'custom_txtmusic7',true); if (!empty($post_meta)) { ?>
{"track":7,"name":"<?php echo $post_meta; ?>","file":"<?php $post_meta = get_post_meta($post->ID, 'custom_linkmusic7',true); if (!empty($post_meta)) { ?><?php echo $post_meta; ?><?php } ?>"},
<?php } ?>
<?php $post_meta = get_post_meta($post->ID, 'custom_txtmusic8',true); if (!empty($post_meta)) { ?>
{"track":8,"name":"<?php echo $post_meta; ?>","file":"<?php $post_meta = get_post_meta($post->ID, 'custom_linkmusic8',true); if (!empty($post_meta)) { ?><?php echo $post_meta; ?><?php } ?>"},
<?php } ?>
<?php $post_meta = get_post_meta($post->ID, 'custom_txtmusic9',true); if (!empty($post_meta)) { ?>
{"track":9,"name":"<?php echo $post_meta; ?>","file":"<?php $post_meta = get_post_meta($post->ID, 'custom_linkmusic9',true); if (!empty($post_meta)) { ?><?php echo $post_meta; ?><?php } ?>"},
<?php } ?>
<?php $post_meta = get_post_meta($post->ID, 'custom_txtmusic10',true); if (!empty($post_meta)) { ?>
{"track":10,"name":"<?php echo $post_meta; ?>","file":"<?php $post_meta = get_post_meta($post->ID, 'custom_linkmusic10',true); if (!empty($post_meta)) { ?><?php echo $post_meta; ?><?php } ?>"},
<?php } ?>
<?php $post_meta = get_post_meta($post->ID, 'custom_txtmusic11',true); if (!empty($post_meta)) { ?>
{"track":11,"name":"<?php echo $post_meta; ?>","file":"<?php $post_meta = get_post_meta($post->ID, 'custom_linkmusic11',true); if (!empty($post_meta)) { ?><?php echo $post_meta; ?><?php } ?>"},
<?php } ?>
<?php $post_meta = get_post_meta($post->ID, 'custom_txtmusic12',true); if (!empty($post_meta)) { ?>
{"track":12,"name":"<?php echo $post_meta; ?>","file":"<?php $post_meta = get_post_meta($post->ID, 'custom_linkmusic12',true); if (!empty($post_meta)) { ?><?php echo $post_meta; ?><?php } ?>"},
<?php } ?>
<?php $post_meta = get_post_meta($post->ID, 'custom_txtmusic13',true); if (!empty($post_meta)) { ?>
{"track":13,"name":"<?php echo $post_meta; ?>","file":"<?php $post_meta = get_post_meta($post->ID, 'custom_linkmusic13',true); if (!empty($post_meta)) { ?><?php echo $post_meta; ?><?php } ?>"},
<?php } ?>
<?php $post_meta = get_post_meta($post->ID, 'custom_txtmusic14',true); if (!empty($post_meta)) { ?>
{"track":14,"name":"<?php echo $post_meta; ?>","file":"<?php $post_meta = get_post_meta($post->ID, 'custom_linkmusic14',true); if (!empty($post_meta)) { ?><?php echo $post_meta; ?><?php } ?>"},
<?php } ?>
<?php $post_meta = get_post_meta($post->ID, 'custom_txtmusic15',true); if (!empty($post_meta)) { ?>
{"track":15,"name":"<?php echo $post_meta; ?>","file":"<?php $post_meta = get_post_meta($post->ID, 'custom_linkmusic15',true); if (!empty($post_meta)) { ?><?php echo $post_meta; ?><?php } ?>"},
<?php } ?>
<?php $post_meta = get_post_meta($post->ID, 'custom_txtmusic16',true); if (!empty($post_meta)) { ?>
{"track":16,"name":"<?php echo $post_meta; ?>","file":"<?php $post_meta = get_post_meta($post->ID, 'custom_linkmusic16',true); if (!empty($post_meta)) { ?><?php echo $post_meta; ?><?php } ?>"},
<?php } ?>
<?php $post_meta = get_post_meta($post->ID, 'custom_txtmusic17',true); if (!empty($post_meta)) { ?>
{"track":17,"name":"<?php echo $post_meta; ?>","file":"<?php $post_meta = get_post_meta($post->ID, 'custom_linkmusic17',true); if (!empty($post_meta)) { ?><?php echo $post_meta; ?><?php } ?>"},
<?php } ?>
<?php $post_meta = get_post_meta($post->ID, 'custom_txtmusic18',true); if (!empty($post_meta)) { ?>
{"track":18,"name":"<?php echo $post_meta; ?>","file":"<?php $post_meta = get_post_meta($post->ID, 'custom_linkmusic18',true); if (!empty($post_meta)) { ?><?php echo $post_meta; ?><?php } ?>"},
<?php } ?>
<?php $post_meta = get_post_meta($post->ID, 'custom_txtmusic19',true); if (!empty($post_meta)) { ?>
{"track":19,"name":"<?php echo $post_meta; ?>","file":"<?php $post_meta = get_post_meta($post->ID, 'custom_linkmusic19',true); if (!empty($post_meta)) { ?><?php echo $post_meta; ?><?php } ?>"},
<?php } ?>
<?php $post_meta = get_post_meta($post->ID, 'custom_txtmusic20',true); if (!empty($post_meta)) { ?>
{"track":20,"name":"<?php echo $post_meta; ?>","file":"<?php $post_meta = get_post_meta($post->ID, 'custom_linkmusic20',true); if (!empty($post_meta)) { ?><?php echo $post_meta; ?><?php } ?>"},
<?php } ?>
],trackCount=tracks.length,npAction=a("#npAction"),npTitle=a("#npTitle"),npPic=a("#musicboxpic"),audio=a("#audio1").bind("play",function(){t=!0,npAction.text("وضعیت : در حال پخش")}).bind("pause",function(){t=!1,npAction.text("وضعیت : متوقف")}).bind("ended",function(){npAction.text("وضعیت : متوقف"),trackCount>i+1?(i++,loadTrack(i),audio.play()):(audio.pause(),i=0,loadTrack(i))}).get(0),btnPrev=a("#btnPrev").click(function(){i-1>-1?(i--,loadTrack(i),t&&audio.play()):(audio.pause(),i=0,loadTrack(i))}),btnNext=a("#btnNext").click(function(){trackCount>i+1?(i++,loadTrack(i),t&&audio.play()):(audio.pause(),i=0,loadTrack(i))}),li=a("#plUL li").click(function(){var n=parseInt(a(this).index());n!==i&&playTrack(n)}),loadTrack=function(n){a(".plSel").removeClass("plSel"),a("#plUL li:eq("+n+")").addClass("plSel"),npTitle.text(tracks[n].name),npPic.html(tracks[n].pic),i=n,audio.src=mediaPath+tracks[n].file+extension},playTrack=function(a){loadTrack(a),audio.play()},extension=audio.canPlayType("audio/mpeg")?"":audio.canPlayType("audio/ogg")?"":"",loadTrack(i)}a("#useLegend").click(function(n){n.preventDefault(),a("#use").slideToggle(300,function(){a("#useSpanSpan").text("none"==a("#use").css("display")?"show":"hide")})})});
</script>
<?php } ?>
<?php } ?>
<?php $post_meta = get_post_meta($post->ID, 'custom_video-online',true); if (!empty($post_meta)) { ?>
<video style="width: 100%" class="g-item current" controls="">
<source type="video/mp4" src="<?php echo $post_meta; ?>"></source>
</video>
<?php } ?>
<?php $post_meta = get_post_meta($post->ID, 'custom_online',true); if (!empty($post_meta)) { ?>
<!-- Start Box Online Music -->
<audio class="powerpress-mejs-audio" preload="none" src="<?php echo $post_meta; ?>" controls="controls" style="float: left;width: 100%;"></audio>
<!-- End Box Online Music -->
<p style="text-align: center; font: 13px Yekan,tahoma; background: #34495e; color: #f2f2f2; display: inline-block; width: 100%; margin-top: 5px; text-shadow: 1px 1px 0px #2b3d4e;"><span class="icon-code"></span> کد پخش آنلاین این موزیک برای وبلاگ و سایت شما</p>
<p style="font-family: Yekan,tahoma;background: #e5e5e5;color: #34495e;text-shadow: 1px 1px 0px #f2f2f2;text-align: center;">کد زیر را کپی کنید سپس در قسمت مناسب وبلاگ یا سایت خود قرار دهید</p>
<p style="text-align:center;margin-bottom:6px">
<textarea readonly="readonly" onclick="javascript:this.select();" name="comment" id="comment" rows="10" tabindex="4" style="font-family:tahoma;font-size:11px;border:1px solid #bbbbbb;padding:5px;width: 98%;height:100px;text-align:left;direction:ltr;margin-top:7px;">
<!-- Begin <?php bloginfo('url'); ?> -->
<script type="text/javascript">
AudioPlayer.embed("player", {soundFile: "<?php echo $post_meta; ?>", transparentpagebg: "yes", autostart: "yes", titles: "Mohammad Poordadash", loop: "no"});
</script>
<object id="player" height="24" width="190" type="application/x-shockwave-flash" name="player" style="outline: none" data="<?php bloginfo('template_url'); ?>/audioplayer.swf">
<param name="bgcolor" value="#FFFFFF">
<param name="wmode" value="transparent">
<param name="menu" value="false">
<param name="flashvars" value="soundFile=<?php echo $post_meta; ?>&autostart=yes&titles=<?php the_title(); ?>&loop=no&playerID=player">
<div style="display:none"><h2><a rel="nofollow" title="دانلود آهنگ جدید" href="<?php bloginfo('url'); ?>" target="_blank">دانلود آهنگ جدید</a></h2></div>
</object>
<!-- End <?php bloginfo('url'); ?> -->
</textarea>
</p>
<?php } ?>
<?php $option_meta = get_option('newsletter'); if (!empty($option_meta)) { ?>
<div class="feedburner">
<p style="text-align:center;font:13px Yekan,tahoma;color: #E84a3a;padding:2px">با عضویت در خبرنامه <?php echo get_option('site-name'); ?> همیشه بروز باشید.</p>
<form style="text-align:center;" action="http://feedburner.google.com/fb/a/mailverify" method="post" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=<?php echo get_option('link-menu-sitemap'); ?>', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true" target="popupwindow">
<input name="email" placeholder="آدرس ایمیل را وارد کنید..." type="email">
<input name="uri" value="<?php echo get_option('link-menu-sitemap'); ?>" type="hidden">
<input name="loc" value="en_US" type="hidden">
<input class="comment-button" value="عضوم کن" type="submit">
</form>
<p style="text-align:center;font:12px Yekan,tahoma;color: #34495e;padding:2px">ایمیل خود را بدون www وارد کنید!</p>
</div>
<?php } ?>
<div class="feedburner" style="text-align: center; padding-top: 7px;margin-top: 5px;">
<a rel="nofollow" target="_blank" href="<?php echo get_option('link-nofollow'); ?>http://www.google.com/reader/link?url=<?php the_permalink() ?>"><img src="<?php bloginfo('template_url'); ?>/images/social/google.png" title="اشترک در گوگل" alt="اشترک در گوگل" height="32" width="32"></a>
<a rel="nofollow" target="_blank" href="<?php echo get_option('link-nofollow'); ?>http://plus.google.com/share?url=<?php the_permalink(); ?>" title="<?php the_title(); ?>"><img src="<?php bloginfo('template_url'); ?>/images/social/googleplus.png" title="اشترک در گوگل پلاس" alt="اشترک در گوگل پلاس" height="32" width="32"></a>
<a rel="nofollow" target="_blank" href="<?php echo get_option('link-nofollow'); ?>http://www.stumbleupon.com/submit?url=<?php the_permalink() ?>"><img src="<?php bloginfo('template_url'); ?>/images/social/stumbleupon.png" title="اشترک در استامبل آپن" alt="اشترک در استامبل آپن" height="32" width="32"></a>
<a rel="nofollow" target="_blank" href="<?php echo get_option('link-nofollow'); ?>http://digg.com/submit?url=<?php the_permalink() ?>"><img src="<?php bloginfo('template_url'); ?>/images/social/digg.png" title="اشترک در دیگ" alt="دیگ" height="32" width="32"></a>
<a rel="nofollow" target="_blank" href="<?php echo get_option('link-nofollow'); ?>http://www.cloob.com/share/link/add?url=<?php the_permalink() ?>"><img src="<?php bloginfo('template_url'); ?>/images/social/cloob.png" title="اشترک در کلوب" alt="اشترک در کلوب" height="32" width="32"></a>
<a rel="nofollow" target="_blank" href="<?php echo get_option('link-nofollow'); ?>http://facenama.com/links/?url=<?php the_permalink() ?>"><img src="<?php bloginfo('template_url'); ?>/images/social/facenama.png" title="اشترک در فیس نما" alt="اشترک در فیس نما" height="32" width="32"></a>
<a rel="nofollow" target="_blank" href="<?php echo get_option('link-nofollow'); ?>http://twitter.com/home?status=<?php the_permalink(); ?>" title="<?php the_title(); ?>"><img src="<?php bloginfo('template_url'); ?>/images/social/twitter.png" title="اشترک در تویتر" alt="اشترک در تویتر" height="32" width="32"></a>
<a rel="nofollow" target="_blank" href="<?php echo get_option('link-nofollow'); ?>http://www.facebook.com/sharer/sharer.php?u=<?php the_permalink(); ?>" title="<?php the_title(); ?>"><img src="<?php bloginfo('template_url'); ?>/images/social/facebook.png" title="اشترک در فیسبوک" alt="اشترک در فیسبوک" height="32" width="32"></a>
</div>
</div>
<div class="postdown">
<ul>
<li>تاریخ : <?php the_time(__('jS F Y','kubrick')) ?></li>
<li>موضوع : <?php the_category(__(' , ','kubrick')) ?></li>
<li>بازدید : <?php if(function_exists('the_views')) { the_views(); } ?></li>
<li>نظرات : <?php comments_popup_link('بدون نظر', 'يک نظر', '% نظر'); ?></li>
<?php edit_post_link(__(' ویرایش ',''),'<li>','</li>'); ?>
</ul>
</div>
</div>
<div class="tags">
<div class="title">
<p>بیوگرافی نویسنده <?php the_author(); ?></p>
</div>
<div class="content" style="display: inline-block;">
<div style="margin-left: 5px; float: right;"><?php echo get_avatar( get_the_author_email(), '75' ); ?></div>
<p style="text-align: justify;color:#34495e"><?php the_author_description(); ?></p>
<p style="font:14px Yekan,tahoma;color:#34495e">مشاهده تمامی <?php the_author_posts(); ?> پست <?php the_author_posts_link(); ?></p>
</div>
</div>
<div class="tags">
<div class="title">
<p>مطالب مشابه با این مطلب</p>
</div>
<div class="content" style="padding:0px;width:100%">
<ul>
<?php do_action(
'related_posts_by_category',
array(
'orderby' => 'RAND',
'order' => 'DESC',
'limit' => 5,
'echo' => true,
'before' => '<li>',
'inside' => '',
'outside' => '',
'after' => '</li>',
'type' => 'post',
'message' => '<li>موضوع مرتبطی یافت نشد</li>'
)
) ?>
</ul>
</div>
</div>
<div class="tags">
<div class="title">
<p>برچسب ها</p>
</div>
<div class="content">
<h3><?php the_tags(' ',' '); ?></h3>
<?php if(has_tag()){ echo ' '; }else { echo '<p style="font:13px Yekan,tahoma">این مطلب بدون برچسب می باشد.</p>';}?>
</div>
</div>
<?php include(TEMPLATEPATH .'/buy-bottom.php'); ?>
<div class="tags">
<div class="title">
<p>ارسال دیدگاه جدید</p>
</div>
<div style="padding:5px;width:98%">
<div id="comments" style="clear: both;">
<?php comments_template(); ?>
<div class="comments-rules">
<h4><span>به نکات زیر توجه کنید</span></h4>
<ul>
<li>نظرات شما پس از بررسی و تایید نمایش داده می شود.</li>
<li>لطفا نظرات خود را فقط در مورد مطلب بالا ارسال کنید.</li>
</ul>
</div>
</div>
</div>
</div>
<?php endwhile; ?>
<?php endif; ?>
</div>
<?php get_sidebar(); ?>
<div class="clear"></div></div>
<?php get_footer(); ?>

لینک به ارسال

به گفتگو بپیوندید

هم اکنون می توانید مطلب خود را ارسال نمایید و بعداً ثبت نام کنید. اگر حساب کاربری دارید، برای ارسال با حساب کاربری خود اکنون وارد شوید .

مهمان
ارسال پاسخ به این موضوع ...

×   شما در حال چسباندن محتوایی با قالب بندی هستید.   حذف قالب بندی

  تنها استفاده از 75 اموجی مجاز می باشد.

×   لینک شما به صورت اتوماتیک جای گذاری شد.   نمایش به صورت لینک

×   محتوای قبلی شما بازگردانی شد.   پاک کردن محتوای ویرایشگر

×   شما مستقیما نمی توانید تصویر خود را قرار دهید. یا آن را اینجا بارگذاری کنید یا از یک URL قرار دهید.

×
×
  • اضافه کردن...