• 07-09-2009, 10:01:48
    #1
    Kimlik doğrulama veya yönetimden onay bekliyor.
    Gunaydın arkadaslar.
    Wordpress'in arthemia temasını kullanıyorum.Ozel alanla ugrasmak ıstemedıgmden sadece yolunu belırledıgım resmın ana ekranda durmasını ıstıyorum.
    <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>
    <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(); ?>" width="100px" height="65px" border="0" class="left"  /></a>
    <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=150&h=150&zc=1&q=100"
    alt="<?php the_title(); ?>" class="left" width="150px" height="150px"  /></a>
    Bu kodları nasıl "images/images.gif" gıbı yolla sadece o grafıgın ekranda kalmasını saglarım, duzenleme yapabılır mısınız acaba.
  • 07-09-2009, 10:30:42
    #2
    Kimlik doğrulama veya yönetimden onay bekliyor.
    Alıntı
    <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>
    bunu
    Alıntı
    <a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"> <img src="http://www. site.com/images/resim.gif" class="left" width="300px" height="275px" /></a>
    bununla bir değiştirin bakalım olacak mı ?
  • 07-09-2009, 10:52:00
    #3
    Oldu abı tesekkur ederım