رفتن به مطلب

صفحه بندی سایت


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

سلام

من از هر نوع افزونه یا هر نوع کدی برای صفحه بندی سایتم استفاده میکنم بازم صفحه دوم سایتم همون مطالب صفحه اولمو نشون میده مشکل از چیه ؟!

مطمین هم هستم که درست نصب میکنم چون قبلا روی یکی دوتا سایت تست کردم!

چکار کنم که درست شه

3donline.ir

لینک به ارسال

<?php get_header(); ?>

<code:50285353674948>

<div class="home-widget clearfix">

<?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar('Services widgets') ) : else : ?>

<?php endif; ?>

<!---------------------start---------->

<div align="center">

<div id="software">

<p id="hadersoft">Learn most popular creative software</p>

<a href="http://3donline.ir/maya" title="MAYA"><div id="imgsoft">

<img src="http://assets.digitaltutors.com/dtv_/categories/5/icon_130x70.gif" width="130" height="70" title="MAYA" alt="MAYA" />

<div class="textsoft">Maya</div>

</div></a>

<a href="http://3donline.ir/3dmax/" title="3d Max"><div id="imgsoft">

<img src="http://assets.digitaltutors.com/dtv_/categories/106/icon_130x70.gif" width="130" height="70" title="3d Max" alt="3d Max" />

<div class="textsoft">3d Max</div>

</div></a>

<a href="http://3donline.ir/zbrush/" title="ZBrush"><div id="imgsoft">

<img src="http://assets.digitaltutors.com/dtv_/categories/29/icon_130x70.gif" width="130" height="70" title="ZBrush"alt="ZBrush" />

<div class="textsoft">ZBrush</div>

</div></a>

<a href="http://3donline.ir/NUKE/" title="NUKE"><div id="imgsoft">

<img src="http://assets.digitaltutors.com/dtv_/categories/203/icon_130x70.gif" width="130" height="70" title="NUKE" alt="NUKE" />

<div class="textsoft">NUKE</div>

</div></a>

<a href="http://3donline.ir/Photoshop/" title="Photoshop"><div id="imgsoft">

<img src="http://assets.digitaltutors.com/dtv_/categories/25/icon_130x70.gif" width="130" height="70" title="Photoshop" alt="Photoshop" />

<div class="textsoft">Photoshop</div>

</div></a>

<a href="http://3donline.ir/After-Effects/" title="After Effects"><div id="imgsoft">

<img src="http://assets.digitaltutors.com/dtv_/categories/26/icon_130x70.gif" width="130" height="70" title="After Effects" alt="After Effects" />

<div class="textsoft">After Effects</div>

</div></a>

<a href="http://3donline.ir/mudbox/" title="Mudbox"><div id="imgsoft">

<img src="http://assets.digitaltutors.com/dtv_/categories/76/icon_130x70.gif" width="130" height="70" title="Mudbox" alt="Mudbox" />

<div class="textsoft">Mudbox</div>

</div></a>

<a href="http://3donline.ir/CINEMA4D/" title="CINEMA4D"><div id="imgsoft">

<img src="http://assets.digitaltutors.com/dtv_/categories/221/icon_130x70.gif" width="130" height="70" title="CINEMA4D" alt="CINEMA4D" />

<div class="textsoft">CINEMA4D</div>

</div></a>

<a href="http://3donline.ir/Unity-3d/" title="Unity"><div id="imgsoft">

<img src="http://assets.digitaltutors.com/dtv_/categories/345/icon_130x70.gif" width="130" height="70" title="Unity" alt="Unity" />

<div class="textsoft">Unity</div>

</div></a>

<a href="http://3donline.ir/UDK/" title="Unreal Engine"><div id="imgsoft">

<img src="http://assets.digitaltutors.com/dtv_/categories/472/icon_130x70.gif" width="130" height="70" title="Unreal Engine" alt="Unreal Engine" />

<div class="textsoft">Unreal Engine</div>

</div></a>

<a href="http://3donline.ir/V-ray/" title="V-Ray"><div id="imgsoft">

<img src="http://assets.digitaltutors.com/dtv_/categories/249/icon_130x70.gif" width="130" height="70" title="V-Ray"alt="V-Ray" />

<div class="textsoft">V-Ray</div>

</div></a>

<a href="http://3donline.ir/MARI/" title="MARI"><div id="imgsoft">

<img src="http://assets.digitaltutors.com/dtv_/categories/339/icon_130x70.gif" width="130" height="70" title="MARI" alt="MARI" />

<div class="textsoft">MARI</div>

</div></a>

</div>

</div>

<!----------------------end----------->

</div>

<div id="home-content">

<div class="container">

<div class="bloghead">

<!--------------------page---------->

<div>

<?php mw_pagination(); ?>

</div>

<!--------------------page---------->

</div>

<?php $count = 0; ?>

<?php

$hcount = get_option('role_hcount');

$new_query = new WP_Query( 'posts_per_page='.$hcount.'' );?>

<?php if(have_posts()) : ?>

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

<div class="box <?php if (++$count % 10 == 0) { echo "lastbox"; } ?>" id="post-<?php the_ID(); ?>">

<div class="boxim">

<div id="icon">

<div class="iconwiew"></div>

<a href="<?php the_permalink() ?>" title="<?php the_title(); ?>">

<div class="iconmid"></div>

</a>

</div>

<a href="<?php the_permalink() ?>"><img class="boximg" src="<?php bloginfo('stylesheet_directory'); ?>/timthumb.php?src=<?php get_image_url(); ?>&h=195&w=336&zc=1" alt="<?php the_title(); ?>" title="<?php the_title(); ?>"/></a>

</div>

<div class="btitle">

<!---------------------------------google plus----->

<div id="left_menu">

<g:plusone size="tall" href="<?php the_permalink(); ?>"></g:plusone>

</div>

<!--------------------------------google plus----->

<?php if(function_exists('the_views')) { the_views(); } ?>

<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a></h2>

</div>

<div class="entrytext">

<?php wpe_excerpt('wpe_excerptlength_index', ''); ?>

<div class="clear"></div>

</div>

<style type="text/css">

a:visited {

color: #353535;

}

a:hover {

color: #F93;

}

</style>

<a class="bmore" href="<?php the_permalink() ?>">ادامه مطلب</a>

</div>

<?php if(++$counter % 10 == 0) : ?>

<div class="clear"></div>

<?php endif; ?>

<?php endwhile; ?>

<?php endif; ?>

</div>

</div>

<?php get_footer(); ?>

  • امتیاز 2
لینک به ارسال

لطفا برای ارسال دیدگاه وارد شوید

شما بعد از اینکه وارد حساب کاربری خود شدید می توانید دیدگاهی ارسال کنید



ورود به حساب کاربری
×
×
  • اضافه کردن...