• 08-03-2016, 10:55:08
    #1
    $args = array('numberposts'=>5, 'category'=>get_cat_id(fs_get_option('elmalar')));
    		$coklu6 = get_posts( $args ); $i=0;
    	foreach( $coklu6 as $post ) : $i++;	setup_postdata($post);
            
    		echo '<li><a href="'.get_permalink().'">';
    		
    	if ( has_post_thumbnail()) : 
    		the_post_thumbnail( 'post1', array('class' => '', 'alt' => ''.get_the_title().'', 'title' => ''.get_the_title().'' )); 
    	elseif (get_post_meta($post->ID,  true) != '') : 
    		 	endif; echo '</span><span class="yazi"><span class="yazi1">'; if (strlen($post->post_title) > 40) {  } else {the_title(); }  echo '</span></a></li>
    		';
    	
    	endforeach;
        
    	echo '
    Arkadaşlar burda resimde çıkıyor
    Bu resmi nasıl kaldırabilirim?
  • 08-03-2016, 11:16:32
    #2
    Şu İki Satırı kaldırısanız resim gösterilmez
    *if ( has_post_thumbnail()) : 
    ******the_post_thumbnail( 'post1', array('class' => '', 'alt' => ''.get_the_title().'', 'title' => ''.get_the_title().'' )); 
    **
  • 08-03-2016, 11:21:14
    #3
    By_MiLaT hocam hata verdi resimde, yazıda çıkmadı
  • 08-03-2016, 12:46:16
    #4
    Sondaki echo açılıp kapanmamış yine hata verirse kodlarınızın tamamını yazın

        $args = array('numberposts'=>5, 'category'=>get_cat_id(fs_get_option('elmalar')));
          $coklu6 = get_posts( $args ); $i=0;
       foreach( $coklu6 as $post ) : $i++; setup_postdata($post);
    
          echo '<li><a href="'.get_permalink().'">';
    
       if ( has_post_thumbnail()) :
        //  the_post_thumbnail( 'post1', array('class' => '', 'alt' => ''.get_the_title().'', 'title' => ''.get_the_title().'' ));
       elseif (get_post_meta($post->ID,  true) != '') :
             endif; echo '</span><span class="yazi"><span class="yazi1">'; if (strlen($post->post_title) > 40) {  } else {the_title(); }  echo '</span></a></li>
          ';
    
       endforeach;
  • 08-03-2016, 13:05:00
    #5
    By_MiLaT harikasın
    R10+ nı verdim.