BuRaKM adlı üyeden alıntı: mesajı görüntüle
                    <?php
                    
                    $format = get_post_format();
                
                    if ( $format == 'quote' || $format == 'link' || $format == 'audio' || $format == 'status' || $format == 'chat' ) : ?>
                    
                        <?php if ( has_post_thumbnail() && ! post_password_required() ) : ?>
                    
                            <div class="featured-media">
                            
                                <?php
                                
                                the_post_thumbnail( 'post-image' );

                                $image_caption = get_post( get_post_thumbnail_id() )->post_excerpt;
                                
                                if ( $image_caption ) : ?>
                                                
                                    <div class="media-caption-container">
                                    
                                        <p class="media-caption"><?php echo $image_caption; ?></p>
                                        
                                    </div>
                                    
                                <?php endif; ?>
                                        
                            </div><!-- .featured-media -->
                        
                        <?php endif; ?>
                    
                    <?php endif; ?>
Single php de bu kodları silmen gerekiyor.

Single konu içeriği için page sayfa içeriği için.

Malesef olmadı



BuRaKM adlı üyeden alıntı: mesajı görüntüle
                    <?php elseif ( has_post_thumbnail() && ! post_password_required() ) : ?>
                    
                        <div class="featured-media">
                        
                            <?php
                                
                            the_post_thumbnail( 'post-image' );

                            $image_caption = get_post( get_post_thumbnail_id() )->post_excerpt;
                            
                            if ( $image_caption ) : ?>
                                            
                                <div class="media-caption-container">
                                
                                    <p class="media-caption"><?php echo $image_caption; ?></p>
                                    
                                </div>
                                
                            <?php endif; ?>
                                    
                        </div><!-- .featured-media -->
                    
                    <?php endif; ?>
Bu kodun olduğu kısmı diyorsun sanırım burayı sil
Çok teşekkür ettim oldu çok saolun