• 30-05-2017, 18:18:14
    #1
    Merhaba arkadaşlar şu wp de sayfalama oruç oruç kafama vurdu galiba bir türlü yapamadım aynı temanın kategoriler sayfasında çalışıyor ayrı olarak temaya bir blog ana sayfası yaptım orada çalışmıyor. Yardımcı olur musunuz?

    <section class="th-main-section th-fashion th-haslayout">
    				<div class="container">
    					<div class="row">
    						<div class="col-xs-12">
    							<div class="th-section-head">
    								<h2>Son Makaleler</h2>
    								<div class="th-description">
    									<p style="text-align:center;min-height: 0;">Bloğa Girilen Son Bilgiler</p>
    								</div>
    							</div>
    						</div>
    						<div class="th-fashionpost th-haslayout">
    							
    							<?php $CatPosts = new WP_Query("cat=1"); while($CatPosts->have_posts()) : $CatPosts->the_post();?>
    							<div class="col-md-4 col-sm-6 col-xs-6">
    								<article class="th-themepost">
    								<a href="<?php the_permalink('') ?>" title="<?php the_title(''); ?>"><?php if ( has_post_thumbnail() ) { echo'<figure class="th-themepost-img">' ;the_post_thumbnail(); echo'</figure>';} else {}?></a>
    									
    									<div class="th-posttitle"><h2><a href="<?php the_permalink('') ?>" title="<?php the_title(''); ?>"><?php the_title(''); ?></a></h2></div>
    									<div class="th-description heigver">
    										<?php the_excerpt(); ?>
    										<div class="temizle"></div>
    										<div> <a class="devamet" style="color:#09c" href="<?php the_permalink('') ?>" title="<?php the_title(''); ?>">Devamı »</a> </div>
    									 	
    									</div>
    								
    								</article>
    							</div>
    							<?php endwhile; ?>
    						</div>
    						<div>
    							<?php if ($wp_query->max_num_pages > 1) : ?>
    								<?php if (current_theme_supports( 'loop-pagination' ) ): ?>
    									<?php include (TEMPLATEPATH . '/assets/lib/pagination.php'); ?>
    									<nav id="post-nav">
    										<?php loop_pagination(); ?>
    									</nav>
    								 <?php else : ?>
    									<div class="alignleft"><?php previous_posts_link( '&laquo; Previous Entries', 'the-funk' ); ?></div>
    									<div class="alignright"><?php next_posts_link( 'Next Entries &raquo;', 'the-funk' ); ?></div>
    								<?php endif;?>
    							<?php endif; ?>
    						</div>
    					</div>
    				</div>
    			</section>
  • 31-05-2017, 08:36:56
    #2
    fikri olan yok mu?