• 28-10-2015, 11:36:00
    #1
    halledildi teşekkürler
  • 28-10-2015, 11:38:59
    #2
    Üyeliği durduruldu
    küçük olan resim kapak resmidir onun kodunu single.php içerisinde bulabilirsiniz
  • 28-10-2015, 11:48:35
    #3
    Bisayfa adlı üyeden alıntı: mesajı görüntüle
    küçük olan resim kapak resmidir onun kodunu single.php içerisinde bulabilirsiniz
    hangisi hocam bu kodlardan

    <?php global $theme; get_header(); ?>
    
        <div id="main">
        
            <?php $theme->hook('main_before'); ?>
        
            <div id="content">
                
                <?php $theme->hook('content_before'); ?>
            
                <?php 
                    if (have_posts()) : while (have_posts()) : the_post();
                        /**
                         * Find the post formatting for the single post (full post view) in the post-single.php file
                         */
                        get_template_part('post', 'single');
                    endwhile;
                    
                    else :
                        get_template_part('post', 'noresults');
                    endif; 
                ?>
                
                <?php $theme->hook('content_after'); ?>
            
            </div><!-- #content -->
        
            <?php get_sidebars(); ?>
            
            <?php $theme->hook('main_after'); ?>
            
        </div><!-- #main -->
        
    <?php get_footer(); ?>
  • 28-10-2015, 11:50:14
    #4
    single.php de attachmen tarzı birşey olması lazım onu sildiğinizde söylediğiniz sorun ortadan kalkacaktır
  • 28-10-2015, 11:52:51
    #5
    şu kısımda o resim ama tam olarak nereyi sileceğim burda




      <h2 class="title"><?php the_title(); ?></h2>
            
            <div class="entry clearfix">
                
                <?php
                    if(has_post_thumbnail())  {
                        the_post_thumbnail(
                            array($theme->get_option('featured_image_width_single'), 
    $theme->get_option('featured_image_height_single')),
                            array("class" => $theme->get_option('featured_image_position_single') . " featured_image")
                        );
                    }
                ?>
                
                <?php
                    the_content('');
                    wp_link_pages( array( 'before' => '<p><strong>' . __( 'Pages:', 'themater' ) . '</strong>', 'after' => '</p>' ) );
                ?>
        
            </div>
  • 28-10-2015, 11:55:40
    #6
    Hocam site bilgilerini atarsanız yardımcı olmaya çalışırım.
  • 28-10-2015, 11:55:49
    #7
    Üyeliği durduruldu
    <?php
    if(has_post_thumbnail()) {
    the_post_thumbnail(
    array($theme->get_option('featured_image_width_single'),
    $theme->get_option('featured_image_height_single')),
    array("class" => $theme->get_option('featured_image_position_single') . " featured_image")
    );
    }
    ?>

    bu kodu kaldıracaksınız
  • 28-10-2015, 11:57:24
    #8
    Bisayfa adlı üyeden alıntı: mesajı görüntüle
    <?php
    if(has_post_thumbnail()) {
    the_post_thumbnail(
    array($theme->get_option('featured_image_width_single'),
    $theme->get_option('featured_image_height_single')),
    array("class" => $theme->get_option('featured_image_position_single') . " featured_image")
    );
    }
    ?>

    bu kodu kaldıracaksınız
    tamamdır sildim oldu hocam teşekkürler
  • 28-10-2015, 13:12:48
    #9
    Kimlik doğrulama veya yönetimden onay bekliyor.
    ComPuter_DoctoR adlı üyeden alıntı: mesajı görüntüle
    konu içinde 2 defa resim çıkıyor ben bunlardan birinin çıkmamasını istiyorum nasıl yapabilirim aşşağıdaki resimdeki küçük olan resmin çıkmamasını istiyorum konu içinde


    hocam konu eklerken konunu içine resim ekleme sadece öne çıkan görseli belirle eger halledemezsen editleme için pm atın hocam bakalım çaresina