• 11-01-2016, 14:34:19
    #1
    Arkadaşlar çözümü buldum kaynak fakat benim temadaki kodlar biraz karışık wordpress'ten anlayan biri rica etsem düzenlermi.


    Entry title sorunu için

    <!--
    The Post Title 
    ~~~ -->		
    	
    				<?php
                    if (!hmt4_get_option('hmt_hide_post_titles')) {
                        
                        if (!hmt4_get_option('hmt_assign_h2_post_titles')){ ?>
                            <h1 class="h1-underline"><?php the_title(); ?></h1>  
                        <?php 
                        } else {
                        ?>
                            <h2 class="h2-simulate-h1-size-underline"><?php the_title(); ?></h2>
                        <?php
                        }
                    }
                    ?>

    yerine
    <h1 class="entry-title" /><?php_title(); ?></h1>

    Updated hatası için,

    <?php echo get_the_date();?> <?php _e('at','hmth'); ?>  <?php the_time(); /* changed date and time format so that default system date and time is used instead of preset date and time */ ?>

    yerine

    <span class="updated" style="display:none"><?php the_time('j F Y ') ?><span>

    Vcard hatası için,

    <?php if (!$leave_out_details) { ?><?php _e('Kim Hazırladı : ','hmth'); ?>
                            <?php echo get_the_author(); ?>
                            <?php /* the_author_posts_link(); */ /*uncomment this if you actually want a link to the authors posts - it reveals the authors username though - or am I being too security concious? */?>

    olması gereken,
    <span class="author vcard"><span class="fn"><?php the_author(); ?></span></span>
  • 11-01-2016, 15:52:27
    #2
    wordpressle çok haşır neşir değilim ama yardımcı olmaya çalışayım...

    --R10.NET; Flood Engellendi -->-> Yeni yazılan mesaj 15:52:27 -->-> Daha önceki mesaj 15:51:52 --

    single.php'yi atarsanız veya yüklerseniz....
  • 11-01-2016, 15:55:40
    #3
    Sağolun hocam yalnız yazılanlar blogger için geçerliymiş. Siz wp'ye uygun hale getirirseniz sevinirim.

    http://dosya.co/26t6bv3598nk/single.rar.html
  • 11-01-2016, 17:33:25
    #4
    <?php 
                    if (!hmt4_get_option('hmt_hide_post_titles')) { 
                         
                        if (!hmt4_get_option('hmt_assign_h2_post_titles')){ ?> 
                            <h1 class="h1-underline entry-title"><?php the_title(); ?></h1>   
                        <?php  
                        } else { 
                        ?> 
                            <h2 class="h2-simulate-h1-size-underline entry-title"><?php the_title(); ?></h2> 
                        <?php 
                        } 
                    } 
                    ?>
    bu şekilde denermisiniz eğer sorunlarda azalma olursa ona göre düzenleme yapayım...
  • 11-01-2016, 17:42:30
    #5
    konmaster adlı üyeden alıntı: mesajı görüntüle
    <?php 
                    if (!hmt4_get_option('hmt_hide_post_titles')) { 
                         
                        if (!hmt4_get_option('hmt_assign_h2_post_titles')){ ?> 
                            <h1 class="h1-underline entry-title"><?php the_title(); ?></h1>   
                        <?php  
                        } else { 
                        ?> 
                            <h2 class="h2-simulate-h1-size-underline entry-title"><?php the_title(); ?></h2> 
                        <?php 
                        } 
                    } 
                    ?>
    bu şekilde denermisiniz eğer sorunlarda azalma olursa ona göre düzenleme yapayım...
    Hocam sorun webmaster toolsda olduğu için düzelip düzelmediği hemen belli olmaz. Diğerlerinide yazın isterseniz hepsini değiştirip bi deneyelim. Sonucu yazarım buradan.
  • 11-01-2016, 20:17:29
    #6
    Webmaster toolsda yapısal veri aracı var
  • 11-01-2016, 20:20:06
    #7
    konmaster adlı üyeden alıntı: mesajı görüntüle
    Webmaster toolsda yapısal veri aracı var
    Aynen hocam yapıp sonucu bekleyeceğim ordan