سلام من تو سایتم پستها از قدیم به جدید هست. یعنی پست قدیمی اول هست و پست جدید بعدش چیکار باید بکنم که پست جدید اول باشه و پست قدیمی بعدش؟
سلام من تو سایتم پستها از قدیم به جدید هست. یعنی پست قدیمی اول هست و پست جدید بعدش چیکار باید بکنم که پست جدید اول باشه و پست قدیمی بعدش؟
محتویات فایل index.php پوستتون رو اینجا قرار بدید ...
اینم از فایل ایندکس
http://www.2shared.com/file/3923598/8ca8796c/index.html
لطفا همین جا کپی پیست کنید و توی تگ دستور قرار بدید ;-)
http://www.2shared.com/file/3923598/8ca8796c/index.html
wline عزیز
منظور نوید این بود که کدی که در فایل index.php شما هست رو اینجا کپی کنید نه ادرس جایی که آپلود کردید
<?php get_header(); ?>
<div class="main">
<div class="content">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="post" id="post-<?php the_ID(); ?>">
<div class="post_title">
<div class="date_box">
<h3 class="date_day"><?php the_time('j') ?></h3>
<small class="date_month"><?php the_time('M') ?></small>
</div>
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php _e('Permanent Link to','kibit'); ?> <?php the_title(); ?>"><?php the_title(); ?></a></h2>
</div>
<div class="entry">
<?php the_content(__('Continuar leyendo »','kibit')); ?>
</div>
<div class="post_tags"><strong><?php _e('Tags','kibit'); ?>: </strong><?php the_tags(' ', __(', ','kibit')); ?></div>
<div class="post_info">
<strong><?php _e('Categorias','kibit'); ?>:</strong> <?php the_category(', ') ?> | <strong><?php _e('Autor','kibit'); ?>:</strong> <?php the_author_nickname(); ?> <?php edit_post_link(__('Editar','kibit'), '| ', ''); ?> | <?php comments_popup_link(__('Sin comentarios','kibit'), __('1 Comentario','kibit'), __('% Comentarios','kibit')); ?>
</div>
</div>
<?php endwhile; ?>
<div class="navigation">
<div id="alignleft"><?php next_posts_link(__('« Pagina anterior','kibit'));?></div>
<div id="alignright"><?php previous_posts_link(__('Pagina siguiente »','kibit')); ?></div>
</div>
<?php else : ?>
<div class="no-found">
<img src="<?php bloginfo('template_directory'); ?>/images/404.jpg" />
<h2><?php _e('No encontrado','kibit'); ?></h2>
</div>
<?php endif ?>
</div>
<?php get_sidebar(); ?><?php get_footer(); ?>
مشکلی تو کد ها ندیدم. پوسته پیشفرض رو قرار بدید ببینید مشکل حل می شه یا نه ...