• 21-11-2015, 11:25:30
    #1
    SA ARKADAŞLAR ELİMDE BÖYLE BİR KOD VAR BU KOD SADECE AYARLARDAN TEK KATEGORİYİ CEKEBİLİYOR. BEN İSE BÜTÜN KATEGORİLERİN BASMASINI İSTİYORUM.


    <?php elseif( $home_layout == '1c' ):  //************** 1C ******************************************************  ?>
    		<section class="cat-box wide-box tie-cat-<?php echo $Cat_ID ?>">
    			<div class="cat-box-title">
    				<h2><a href="<?php echo get_category_link( $Cat_ID ); ?>"><?php echo $cat_title ; ?></a></h2>
    				<div class="stripe-line"></div>
    			</div>
    			<div class="cat-box-content">
    			
    				<?php if($cat_query->have_posts()): ?>
    				<ul>
    				<?php while ( $cat_query->have_posts() ) : $cat_query->the_post(); $count ++ ;?>
    				<?php if($count == 0) : ?>
    					<li <?php tie_post_class( 'first-news' ); ?>>
    						<div class="inner-content">
    						<?php if ( function_exists("has_post_thumbnail") && has_post_thumbnail() && empty( $block['thumb_first'] ) ) : ?>			
    							<div class="post-thumbnail">
    								<a href="<?php the_permalink(); ?>" rel="bookmark">
    									<?php the_post_thumbnail( 'tie-medium' ); ?>
    									<span class="fa overlay-icon"></span>
    								</a>
    							</div><!-- post-thumbnail /-->
    						<?php endif; ?>
    					
    						<h2 class="post-box-title"><a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_title(); ?></a></h2>
    						
    							<?php get_template_part( 'framework/parts/meta-blocks' ); ?>					
    							<div class="entry">
    								<p><?php tie_excerpt_home() ?></p>
    								<a class="more-link" href="<?php the_permalink() ?>"><?php _eti( 'Read More &raquo;' ) ?></a>
    							</div>
    						</div>
    					</li><!-- .first-news -->
    					<?php else: ?>
    					<li <?php tie_post_class( 'other-news' ); ?>>
    						<?php if ( function_exists("has_post_thumbnail") && has_post_thumbnail() && empty( $block['thumb_small'] ) ) : ?>			
    							<div class="post-thumbnail">
    								<a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_post_thumbnail( 'tie-small' ); ?><span class="fa overlay-icon"></span></a>
    							</div><!-- post-thumbnail /-->
    						<?php endif; ?>			
    						<h3 class="post-box-title"><a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_title(); ?></a></h3>
    						<?php get_template_part( 'framework/parts/meta-blocks' ); ?>					
    					</li>
    					<?php endif; ?>
    				<?php endwhile;?>
    				</ul>
    				<div class="clear"></div>
    
    					<?php endif; ?>
    			</div><!-- .cat-box-content /-->
    		</section><!-- Wide Box -->
  • 21-11-2015, 12:01:49
    #2
    AbdullahAsn adlı üyeden alıntı: mesajı görüntüle
    SA ARKADAŞLAR ELİMDE BÖYLE BİR KOD VAR BU KOD SADECE AYARLARDAN TEK KATEGORİYİ CEKEBİLİYOR. BEN İSE BÜTÜN KATEGORİLERİN BASMASINI İSTİYORUM.


    <?php elseif( $home_layout == '1c' ):  //************** 1C ******************************************************  ?>
    		<section class="cat-box wide-box tie-cat-<?php echo $Cat_ID ?>">
    			<div class="cat-box-title">
    				<h2><a href="<?php echo get_category_link( $Cat_ID ); ?>"><?php echo $cat_title ; ?></a></h2>
    				<div class="stripe-line"></div>
    			</div>
    			<div class="cat-box-content">
    			
    				<?php if($cat_query->have_posts()): ?>
    				<ul>
    				<?php while ( $cat_query->have_posts() ) : $cat_query->the_post(); $count ++ ;?>
    				<?php if($count == 0) : ?>
    					<li <?php tie_post_class( 'first-news' ); ?>>
    						<div class="inner-content">
    						<?php if ( function_exists("has_post_thumbnail") && has_post_thumbnail() && empty( $block['thumb_first'] ) ) : ?>			
    							<div class="post-thumbnail">
    								<a href="<?php the_permalink(); ?>" rel="bookmark">
    									<?php the_post_thumbnail( 'tie-medium' ); ?>
    									<span class="fa overlay-icon"></span>
    								</a>
    							</div><!-- post-thumbnail /-->
    						<?php endif; ?>
    					
    						<h2 class="post-box-title"><a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_title(); ?></a></h2>
    						
    							<?php get_template_part( 'framework/parts/meta-blocks' ); ?>					
    							<div class="entry">
    								<p><?php tie_excerpt_home() ?></p>
    								<a class="more-link" href="<?php the_permalink() ?>"><?php _eti( 'Read More &raquo;' ) ?></a>
    							</div>
    						</div>
    					</li><!-- .first-news -->
    					<?php else: ?>
    					<li <?php tie_post_class( 'other-news' ); ?>>
    						<?php if ( function_exists("has_post_thumbnail") && has_post_thumbnail() && empty( $block['thumb_small'] ) ) : ?>			
    							<div class="post-thumbnail">
    								<a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_post_thumbnail( 'tie-small' ); ?><span class="fa overlay-icon"></span></a>
    							</div><!-- post-thumbnail /-->
    						<?php endif; ?>			
    						<h3 class="post-box-title"><a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_title(); ?></a></h3>
    						<?php get_template_part( 'framework/parts/meta-blocks' ); ?>					
    					</li>
    					<?php endif; ?>
    				<?php endwhile;?>
    				</ul>
    				<div class="clear"></div>
    
    					<?php endif; ?>
    			</div><!-- .cat-box-content /-->
    		</section><!-- Wide Box -->
    sanırım Wordpress kullanıyorsunuz.

    @truser; yardımcı olabilir diye düşünüyorum.
  • 21-11-2015, 12:53:35
    #3
    Merhabalar, kategorilerde ki yazılarımı çekmek istiyorsunz yoksa ekrana siteki kategorilerimi yazdırmak istiyorsunuz ?
  • 21-11-2015, 14:19:23
    #4
    truser adlı üyeden alıntı: mesajı görüntüle
    Merhabalar, kategorilerde ki yazılarımı çekmek istiyorsunz yoksa ekrana siteki kategorilerimi yazdırmak istiyorsunuz ?

    resimde belirtim daha anlaşılsın hocam. aşagıdaki resimde yazılan yere sadece 1 kategori secilebiliyor.

    ADMİN PANELİNDEN BURADAN EKLENİYOR AMA TEK KATEGORİ SEÇEBİLİYORUM.
  • 21-11-2015, 14:45:18
    #5
    Anladım, üstat kullandığınız tema sahifa sanırım ?

    Sahifa ise eğer Tüm yazılar diye bir bölümün olduğunu hatırlıyorum.

    Değilse eğer, bahsettiğiniz şey pek kolay değil,

    Ücretli olarak destek sağlayabiliriz.

    Teşekkürler.
  • 21-11-2015, 14:47:01
    #6
    truser adlı üyeden alıntı: mesajı görüntüle
    anladım, üstat kullandığınız tema sahifa sanırım ?

    Sahifa ise eğer tüm yazılar diye bir bölümün olduğunu hatırlıyorum.

    Değilse eğer, bahsettiğiniz şey pek kolay değil,

    ücretli olarak destek sağlayabiliriz.

    Teşekkürler.
    sahifa temasi hocam
  • 21-11-2015, 16:52:13
    #7
    arkadaşlar hala cözüm arıyorum ücretli destek dışında gönüllü verebilicekler yazarsa sevinirim