• 24-05-2013, 18:40:23
    #1
    Arkadaşlar sitemin 40 küsür tane hatası vardı bunları düzelttim ve sadece 6 tane kaldı. 1. ilk sıradıki eklenti ile alakalı ama şu hatayı bir türlü çözemedim. hatanın oldugu satırları koyuyorum

    <div class="icerikler-sidebar-kutu encokokunanlar">
    				<?php query_posts( "posts_per_page=5&meta_key=views&orderby=meta_value_num" );   if (have_posts()) :  while (have_posts()) : the_post(); ?>
                            <a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>">
                            
    						<?php the_post_thumbnail( 'boyut80x55' ); ?>
                            <div class="titlecont">
                            <?php the_title(); ?><br />
                            <?php the_excerpt(); ?>
                            </div>
    			</a>
    			                    
                    <?php endwhile; else : endif; wp_reset_query(); ?>
               
                </div>
    HATA:
    document type does not allow element "div" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
    http://validator.w3.org/check?uri=ht...Inline&group=0

    valid sitem bu.

    Yardımlarınızı bekliyorum 2-3 gündür çözemedim bu hatayı.
  • 24-05-2013, 19:03:04
    #2
    <div class="titlecont">
    yerine
    <span class="titlecont">
    kullanmayı deneyin
  • 24-05-2013, 20:58:39
    #3
    gene hata var.
     Line 562, Column 27: document type does not allow element "p" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
    şu şekilde değiitirdim o bölümü.

    <span class="titlecont">
                            <?php the_title(); ?><br />
                            <?php the_excerpt(); ?>
                            </span>