• 26-09-2008, 09:57:29
    #1
    wordpress sitemde küçük harf yazmama rağmen etiketler büyük harf oluyor
  • 28-09-2008, 19:41:37
    #2
    bir bilen yok mudur arkadaşlar ?

    normalde flood yapmak istemezdim ama neden kimse ilgilenmiyor

    birilerinin ilgisini çekmek için illaki iddaalı bir başlık atıp sıradan bir konu mu açmak gerekiyor

    https://www.r10.net/yeni-web-siteleri...rum-gorun.html
  • 28-09-2008, 20:03:24
    #3
    İndex.php kodlarını yayınlarmısın ?
  • 28-09-2008, 20:46:00
    #4
    Alıntı
    <?php get_header(); ?>
    <div id="content" class="narrowcolumn">
    <?php if (have_posts()) : ?>
    <?php while (have_posts()) : the_post(); ?>
    <div class="post" id="post-<?php the_ID(); ?>">
    <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
    <small><?php the_time('F jS, Y') ?> <!-- by <?php the_author() ?> --></small>
    <div class="entry">
    <?php the_content('Read the rest of this entry &raquo;'); ?>
    </div>
    <p class="postmetadata"><?php the_tags('Tags: ', ', ', '<br />'); ?> Posted in <?php the_category(', ') ?> | <?php edit_post_link('Edit', '', ' | '); ?> <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?></p>
    </div>
    <?php endwhile; ?>
    <div class="navigation">
    <div class="alignleft"><?php next_posts_link('&laquo; Older Entries') ?></div>
    <div class="alignright"><?php previous_posts_link('Newer Entries &raquo;') ?></div>
    </div>
    <?php else : ?>
    <h2 class="center">Not Found</h2>
    <p class="center">Sorry, but you are looking for something that isn't here.</p>
    <?php include (TEMPLATEPATH . "/searchform.php"); ?>
    <?php endif; ?>
    </div>
    <?php get_sidebar(); ?>
    <?php get_footer(); ?>
    kodlar bunlar sürüm 2.6.2
  • 28-09-2008, 22:59:38
    #5
    style.css dosyanızın içerisinde etiketlerin dahil oldugu sınıf büyük harf olarak gösterilmeye ayarlanmıştır, herhangi bir css editörü (yada kodları biliyorsanız metin editörü) ile açıp düzenlemeyi yapmanız yeterli olacaktır.
  • 28-09-2008, 23:00:56
    #6
    kodları bilmiyorum bazı etiketleri özellikle büyük gösteriyor bazıları küçük bazıları büyük nette araştırdım bulamadım
  • 29-09-2008, 01:13:03
    #7
    css dosyasında "uppercase" olarak ararsan büyük ihtimalle sorunu bulursun
  • 29-09-2008, 01:38:37
    #8
    sorunu çözdüm ilginize teşekkürler