• 15-08-2009, 10:29:47
    #1
    Merhaba arkadaşlar arthemia temayı hepimiz duymuşuzdur. Ben bu temayı kullanmaya karar verdim fakat önüme w3c hataları çıktı dedim ne var oturup çözerim 2 dakika da ve belki sallıyorum diyebilirsiniz ama tam 5 saat pc başında oturup düzeltmeye çalışmışımdır belki daha fazla. Düzeltmeler oldu tabi site kaydı onu düzelttim üstün bir bilgim olmadığından fazla yapamadım da carttı cuttu derken olmadı.
    Eğer hatasız arthemia temanız var ise paylaşmanızı veya linkini vermenizi istiyorum yoksa konunun güncel olması için mesaj yazabilirsiniz. Arthemia teması demo sitesi buda demo sitesinde bile olan w3c hataları orjinal demo sitesinde bile 96 eror var eğer hatasız kullanan var ise ne mutlu bana, teşekkürler.
  • 15-08-2009, 15:53:43
    #2
    Yok mu hiç arthemia teması kullanan.
  • 15-08-2009, 16:09:06
    #3
    searchform.php
    <input type="text" value="Search the archive..." value="<?php the_search_query(); ?>" name="s" id="s" onfocus="this.value=''" title="Enter the terms you wish to search for." /><input type="image" src="<?php echo get_option('home'); ?>/wp-content/themes/arthemia/images/magnify.gif" id="searchsubmit" />
    değiştir:
    <input type="text" value="Search the archive..." name="s" id="s" onfocus="this.value=''" title="Enter the terms you wish to search for." /><input type="image" src="<?php echo get_option('home'); ?>/wp-content/themes/arthemia/images/magnify.gif" id="searchsubmit" />
    index.php:16
    <img src="<?php echo bloginfo('template_url'); ?>/scripts/timthumb.php?src=/<?php
    $values = get_post_custom_values("Image"); echo $values[0]; ?>&w=300&h=275&zc=1&q=100"
    alt="<?php the_title(); ?>" class="left" width="300px" height="275px"  />
    değiştir:
    <img src="<?php echo bloginfo('template_url'); ?>/scripts/timthumb.php?src=/<?php
    $values = get_post_custom_values("Image"); echo $values[0]; ?>&amp;w=300&amp;h=275&amp;zc=1&amp;q=100"
    alt="<?php the_title(); ?>" class="left" width="300px" height="275px"  />
    index.php:36,37,38
    <img src="<?php echo bloginfo('template_url'); ?>/scripts/timthumb.php?src=/<?php
    $values = get_post_custom_values("Image"); echo $values[0]; ?>&w=100&h=65&zc=1&q=100"
    alt="<?php the_title(); ?>" class="left" width="100px" height="65px"  />
    değiştir:
    <img src="<?php echo bloginfo('template_url'); ?>/scripts/timthumb.php?src=/<?php
    $values = get_post_custom_values("Image"); echo $values[0]; ?>&amp;w=100&amp;h=65&amp;zc=1&amp;q=100"
    alt="<?php the_title(); ?>" class="left" width="100px" height="65px"  />
    index.php:89,90,91
    <img src="<?php echo bloginfo('template_url'); ?>/scripts/timthumb.php?src=/<?php
    $values = get_post_custom_values("Image"); echo $values[0]; ?>&w=150&h=150&zc=1&q=100"
    alt="<?php the_title(); ?>" class="left" width="150px" height="150px"  />
    değiştir:
    <img src="<?php echo bloginfo('template_url'); ?>/scripts/timthumb.php?src=/<?php
    $values = get_post_custom_values("Image"); echo $values[0]; ?>&amp;w=150&amp;h=150&amp;zc=1&amp;q=100"
    alt="<?php the_title(); ?>" class="left" width="150px" height="150px"  />
    sidebar.php:16,17,18,19
    <div id="sidebar-left">
    <?php 	/* Widgetized sidebar, if you have the plugin installed. */ 					if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(2) ) : ?> 		
    <?php endif; ?> 
    <ul><?php wp_list_bookmarks('categorize=0&category=17&title_li=0&show_images=0&show_description=0&orderby=name'); ?></ul>
    değiştir:
    <div id="sidebar-left">
    <?php 	/* Widgetized sidebar, if you have the plugin installed. */ 					if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(2) ) : ?> 		
    <ul><?php wp_list_bookmarks('categorize=0&category=17&title_li=0&show_images=0&show_description=0&orderby=name'); ?></ul>
    <?php endif; ?>
    şimdi kaç hata kaldı?
  • 15-08-2009, 18:24:30
    #4
    Evet w3 uyumlu oldu teşekkürler seemsiyah.Arkadaşlar bu temada index.php deki manşet kısmını nasıl kaldırabiliriz.Yani ayni domatessuyu.com daki gibi üst kısmı silmek istiyorum(manşet haberler vs.. .) index kodlarıyla oynadım ama site dağıldı.Bilen yada sitesinde kullanan biri var ise index.oho dosyasını paylasabilirmi?
  • 15-08-2009, 18:31:35
    #5
    index.php 5-50.satır arasını silip dener misiniz?
    Aşağıdaki kodları silmelisiniz:
    	<div id="top" class="clearfloat">
    		<div id="headline">
    		<img src="<?php echo get_option('home'); ?>/wp-content/themes/arthemia/images/headline.png" width="75px" height="21px" alt="" />
    		<?php query_posts("showposts=1&category_name=Headline"); ?>
    		<?php while (have_posts()) : the_post(); ?>	
    	<div class="title"><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></div>
    	<div class="meta">[<?php the_time('j M Y') ?> | <?php comments_popup_link('No Comment', 'One Comment', '% Comments');?> | <?php if(function_exists('the_views')) { the_views(); } ?>]</div>	
    	<?php $values = get_post_custom_values("Headline");?>
     	<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>">
    <img src="<?php echo bloginfo('template_url'); ?>/scripts/timthumb.php?src=/<?php
    $values = get_post_custom_values("Image"); echo $values[0]; ?>&w=300&h=275&zc=1&q=100"
    alt="<?php the_title(); ?>" class="left" width="300px" height="275px"  /></a>
    	<?php the_excerpt(); ?>
    	<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>">Read the full story &raquo;</a>
    	<?php endwhile; ?>
    		</div>
    	<div id="featured">
    	<img src="<?php echo get_option('home'); ?>/wp-content/themes/arthemia/images/featured.png" width="72px" height="17px" alt="" />
    	<?php query_posts("showposts=4&category_name=Featured"); $i = 1; ?>
          	<?php while (have_posts()) : the_post(); ?>
    	<div class="clearfloat">
    	<?php $values = get_post_custom_values("Image");
    	if (isset($values[0])) { ?>
          <a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>">
    	<img src="<?php echo bloginfo('template_url'); ?>/scripts/timthumb.php?src=/<?php
    $values = get_post_custom_values("Image"); echo $values[0]; ?>&w=100&h=65&zc=1&q=100"
    alt="<?php the_title(); ?>" class="left" width="100px" height="65px"  /></a>
          <?php } ?>
    	<div class="info"><a href="<?php the_permalink() ?>" rel="bookmark" class="title"><?php the_title(); ?></a>
    <div class="meta">[<?php the_time('j M Y') ?> | <?php comments_popup_link('No Comment', 'One Comment', '% Comments');?> | <?php if(function_exists('the_views')) { the_views(); } ?>]</div>	
    </div>
        	</div>
          <?php endwhile; ?>
    	</div>
    </div>
  • 15-08-2009, 18:56:42
    #6
    malesef yazılarda o zamanda büyüme oldu..

  • 15-08-2009, 19:13:25
    #7
    site adresinizi pmleyin bir bakayım.
  • 15-08-2009, 19:37:01
    #8
    pm ledim hocam