با استفاده از افزونه wp-show- ids به دست اوردم ای دی رو .
برای اینکار کافیست کد زیر را قبل از شروع حلقه وردپرس در فایل index.php قرار دهید
در جایی خوندم که باید در این جا قرار داد .
<?php get_header() ?>
<section class="clearfix" id="content">
<div id="two-menu">
<section id="center-menu">
<?php if(have_posts()) : ?> <?php while(have_posts()) : the_post(); ?>
<article class="post" id="entry-24739">
<h1><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h1>
<span class="author-info">نوشته شده توسط <?php the_author_posts_link(); ?> در تاریخ
<time datetime="2011-04-01">
، <?php the_time(__('j F, Y','kubrick')) ?></time></span>
<div class="article-content">
<div class="meta">
<ul class="right-link right">
<li class="category">
<?php the_category(','); ?>
</li>
</ul>
<ul class="left-link left">
<li class="hit">تعداد بازدید: <?php if(function_exists('the_views')) { the_views(); } ?></li>
<li class="comments"><?php comments_popup_link(__('بدون نظر'), __('1 نظر'), __('% نظر')); ?></li>
</ul>
</div>
<div class="entry">
<div class="asset-body">
<div style="text-align: right;"><div style="text-align: right;"><br></div><div style="text-align: right;">
<?php the_content(); ?>
</div><div style="text-align: right;"><br></div></div>
</div>
<div class="post-more-link">
<a target="_blank" href="<?php the_permalink(); ?>" rel="bookmark">
ادامه مطلب</a>
</div>
</div>
</div>
</article>
<?php endwhile; ?><?php endif; ?>
<div id="pages">
<h3>صفحات سايت</h3>
<?php
if(function_exists('wp_pagenavi')) { wp_pagenavi(); }
?>
</div>
</section>
<section id="right-menu">
<?php include (TEMPLATEPATH . "/ads-right.php"); ?>
<?php include (TEMPLATEPATH . "/sidebar-right.php"); ?>
</section>
</div>
<section id="left-menu">
<?php include (TEMPLATEPATH . "/ads-left.php"); ?>
<?php include (TEMPLATEPATH . "/sidebar-left.php"); ?>
</section>
</section>
<p>
</div>
</p>
<div id="bot-wrapper">
<?php get_footer(); ?>
باید کجاش باشه ؟
<?php if(have_posts()) : ?> <?php while(have_posts()) : the_post(); ?>
در بالای قسمت بالا بزارم درست میشه ؟