Site : neiyigelirki.com
Wordpress Sürüm : 4.6
Wordpress Tema : Point
Yapılmak istenen ; Anasayfa da son paylaşımlar listeleniyor ben bunu 2 adet kategoride listelenmesini istiyorum.
Şuanki hali ;

Yapmak İstediğim ;

Yukarıdaki resimdekini Chorme consol ile yaptım. Resimdede göründüğü gibi kategorileri ayırmak istiyorum sadece. 2 adet kategori var aşağıda index kodlarını veriyorum yardım eden etmeyen herkesten Allah tazı olsun.
/**
 * The main template file.
 *
 * Used to display the homepage when home.php doesn't exist.
 */
?>
	
		
			
			
			
			
				$point_full_posts = get_theme_mod('point_full_posts');
				$j=0; $i =0; while ( have_posts() ) : the_post(); ?>
					
						
							
								
									'; the_post_thumbnail('featured',array('title' => '')); echo ' '; ?>
									
									
								
							
								
									
										
									
									
									
								
							
						
												
							
								
							
							 | 
						 
						
							
					            
							
						    
					    
					        
					            
					        
					        
					            
							
					    
					
				
				point_post_navigation(); ?>
			
				
			
		
		
		
Yazıların listelendiği kısım galiba altta tam emin değilim
		
			
			
			
			
				$point_full_posts = get_theme_mod('point_full_posts');
				$j=0; $i =0; while ( have_posts() ) : the_post(); ?>
					
						
							
								
									'; the_post_thumbnail('featured',array('title' => '')); echo ' '; ?>
									
									
								
							
								
									
										
									
									
									
								
							
						
												
							
								
							
							 | 
						 
						
							
					            
							
						    
					    
					        
					            
					        
					        
					            
							
					    
					
				
				point_post_navigation(); ?>
			
				
			
		
  


