PDA

توجه ! این یک نسخه آرشیو شده میباشد و در این حالت شما عکسی را مشاهده نمیکنید برای مشاهده کامل متن و عکسها بر روی لینک مقابل کلیک کنید : نیازمند شدید به یک کد در وردپرس



afshar44
May 11th, 2014, 23:06
سلام دوستان یک کد میخوام که وقتی بر روی ادامه ی مطلب کلیک کنم داخل نیو تب باز بشه

Yas-Host
May 11th, 2014, 23:08
سلام دوستان یک کد میخوام که وقتی بر روی ادامه ی مطلب کلیک کنم داخل نیو تب باز بشه

در فایل index.php قالبتون جایی که ادامه مطلب قرار دارد داخل <a یک target="blank" تعریف کنید.

مثال :



<a href="" target="_blank">ادامه مطلب</a>

afshar44
May 11th, 2014, 23:16
داداش شرمنده نفهمیدم میشه ساده تر بگی

tikweb.ir
May 11th, 2014, 23:17
فایل index.php قالب رو پیوست کنید براتون اوکی کنم

afshar44
May 11th, 2014, 23:40
قرار دادم

SAJJADSAA
May 11th, 2014, 23:47
<?php get_header(); ?>

<?php include(TEMPLATEPATH . '/slideshow.php'); ?>

<!----------------------------->
<div class="page">

<?php include(TEMPLATEPATH . '/right.php'); ?>

<div class="b2">
<!------ center block------->
<!------ post --------->
<div class="b2">

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

<div class="titl" style="width:550px;">
<div class="tittel"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a> </div>
<div class="logo"><img src="<?php bloginfo('template_directory'); ?>/images/adv.png"></div>
<div class="time"> <?php the_date('j F Y'); ?> | <?php comments_popup_link(__('0 نظر','dnld'), __('1 نظر ','dnld'), __('% نظر','dnld')); ?></div>
<div class="daste"> دسته بندی : <?php the_category(' , ') ?></div>
</div>
<div class="tit2" style="width:550px;">
<div class="postpadding">

<?php the_content(__('')); ?>

<div class="tag">
<img src="<?php bloginfo('template_directory'); ?>/images/tag.png" alt="pic" title="Tag">
<h6>برچسب ها : <?php the_tags(__(' ','kubrick'), ' ، ', '<br />'); ?> </h6>
<br style="clear:both;">
</div>
<div class="post_bottom">
<h6>تعداد بازدید : <?php if(function_exists('the_views')) { the_views(); } ?></h6>
<a href="<?php the_permalink() ?>" target="_blank" rel="bookmark" title="<?php the_title(); ?>" class="blue dlleft"><img src="<?php bloginfo('template_directory'); ?>/images/More.png"></a>
</div></div></div>
<div class="tit3" style="width:550px;">
</div>
<?php endwhile; ?><?php else : ?><?php endif; ?>
<div class="paging"><?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } ?></div>
</div></div>
<!---- end center block ---->

<?php include(TEMPLATEPATH . '/left.php');

?>

</div>
<?php get_footer(); ?>