İyinet'e Hoşgeldiniz!

Türkiye'nin En Eski Webmaster Forum'una Hemen Kayıt Olun!

Kayıt Ol!

Yazı kaldırma.

Ottoman Empire

0
İyinet Üyesi
Katılım
3 Şubat 2010
Mesajlar
119
Reaction score
1
Konum
Kocaeli
Merhaba arkadaşlar. Tema hakkında bir sorunum var. Resimde belirttiğim yazıyı nasıl kaldırabilirim ?

thumb_589142905.GIF
 

OnuR

0
İyinet Üyesi
Katılım
28 Ekim 2004
Mesajlar
1,817
Reaction score
52
Konum
makedonya
Dostum search.php içerisine gir tema editör'den oradan o yazıyı bul ve <li> </li> taglarınıyla birlikte o yazıyı kaldır problem düzelir.
 

Ottoman Empire

0
İyinet Üyesi
Katılım
3 Şubat 2010
Mesajlar
119
Reaction score
1
Konum
Kocaeli
<?php get_header(); ?><div id="content">
<div id="contentmiddle">
<?php query_posts('showposts=3'); ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>

<div class="date">
<div class="date-d"><?php the_time('d') ?></div>
<div class="date-m-y"><?php the_time('M y') ?></div>
</div>

<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2>

<div class="meta"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/cat.gif" alt="" />Katagori<?php the_category(', ') ?> <strong>|</strong> <?php edit_post_link('Düzenle','','<strong>|</strong>'); ?> <img src="<?php bloginfo('stylesheet_directory'); ?>/images/com.gif" alt="" /> <?php comments_popup_link('Yorum Bırak', '1 Yorum', '% Yorum'); ?></div>

<div class="entry"><?php the_content(__('Read more'));?><br /></div>
<div class="meta"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/cat.gif" alt="" /><?php if(function_exists('the_tags')) {$my_tags = get_the_tags();if ( $my_tags != "" ){ the_tags('Tags: ', ', ', '<br />'); } else {echo "Tags: None";} }?>
<?php if(function_exists('UTW_ShowTagsForCurrentPost')) { echo 'Tags: ';UTW_ShowTagsForCurrentPost("commalist");echo '<br />'; } ?></div>
<!--<?php trackback_rdf(); ?>-->
<div class="postspace"></div><?php endwhile; else: ?>
<p><?php _e('Sorry, no posts matched your criteria.'); ?></p><?php endif; ?><br />
<?php comments_template(); // Get wp-comments.php template ?>

<div class="alignleft"><?php posts_nav_link('','','« Previous Entries') ?></div>
<div class="alignright"><?php posts_nav_link('','Next Entries »','') ?></div>

</div>
<?php include(TEMPLATEPATH."/bar.php");?>
<?php include(TEMPLATEPATH."/l_sidebar.php");?>
<?php include(TEMPLATEPATH."/r_sidebar.php");?>
</div>
<?php get_footer(); ?>


İndex.php içine baktım ancak yok :(
 

Ottoman Empire

0
İyinet Üyesi
Katılım
3 Şubat 2010
Mesajlar
119
Reaction score
1
Konum
Kocaeli
Buyrun Hocam

search.php

<?php get_header(); ?><div id="content"><div id="contentmiddle">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="date">
<div class="date-d"><?php the_time('d') ?></div>
<div class="date-m-y"><?php the_time('M y') ?></div>
</div>
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2>
<div class="meta"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/cat.gif" alt="" /> Katagori: <?php the_category(', ') ?> <strong>|</strong> <?php edit_post_link('Düzenle','','<strong>|</strong>'); ?> <img src="<?php bloginfo('stylesheet_directory'); ?>/images/comments.gif" alt="" /> <?php comments_popup_link('Leave a Comment', '1 Comment', '% Comments'); ?></div>
<div class="entry"><?php the_excerpt(__('Read more'));?></div><div class="postspace"></div>
<!--<?php trackback_rdf(); ?>-->
<?php endwhile; else: ?>
<h1><?php _e('Sorry, no posts matched your criteria.'); ?></h1><?php endif; ?>
<?php posts_nav_link(' — ', __('« Previous'), __('More? »')); ?>
</div>
<?php include(TEMPLATEPATH."/bar.php");?>
<?php include(TEMPLATEPATH."/l_sidebar.php");?>
<?php include(TEMPLATEPATH."/r_sidebar.php");?>

</div>
<?php get_footer(); ?>
 

OnuR

0
İyinet Üyesi
Katılım
28 Ekim 2004
Mesajlar
1,817
Reaction score
52
Konum
makedonya
Siz bu temayı daha önce editlemişsiniz veya 0'dan yapıp oraya türkçe veri eklemişsiniz, şuanda gönderdiğiniz eski temanın index.php 'si veya search.php'si olabilir mi acaba?
 

Ottoman Empire

0
İyinet Üyesi
Katılım
3 Şubat 2010
Mesajlar
119
Reaction score
1
Konum
Kocaeli
Evet ben üzerinde oynadım bu temanın. Orjinalini bulup index ve searc dosyalarını buraya ekliyorum az sonra.



Değiştririlmemiş


İndex.php

<?php get_header(); ?><div id="content">

<div id="contentmiddle">

<?php query_posts('showposts=3'); ?>

<?php if (have_posts()) : while (have_posts()) : the_post(); ?>



<div class="date">

<div class="date-d"><?php the_time('d') ?></div>

<div class="date-m-y"><?php the_time('M y') ?></div>

</div>



<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2>



<div class="meta"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/cat.gif" alt="" /> Category: <?php the_category(', ') ?> <strong>|</strong> <?php edit_post_link('Edit','','<strong>|</strong>'); ?> <img src="<?php bloginfo('stylesheet_directory'); ?>/images/com.gif" alt="" /> <?php comments_popup_link('Leave a Comment', '1 Comment', '% Comments'); ?></div>



<div class="entry"><?php the_content(__('Read more'));?><br /></div>

<div class="meta"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/cat.gif" alt="" /><?php if(function_exists('the_tags')) {$my_tags = get_the_tags();if ( $my_tags != "" ){ the_tags('Tags: ', ', ', '<br />'); } else {echo "Tags: None";} }?>

<?php if(function_exists('UTW_ShowTagsForCurrentPost')) { echo 'Tags: ';UTW_ShowTagsForCurrentPost("commalist");echo '<br />'; } ?></div>

<!--<?php trackback_rdf(); ?>-->

<div class="postspace"></div><?php endwhile; else: ?>

<p><?php _e('Sorry, no posts matched your criteria.'); ?></p><?php endif; ?><br />

<?php comments_template(); // Get wp-comments.php template ?>



<div class="alignleft"><?php posts_nav_link('','','« Previous Entries') ?></div>

<div class="alignright"><?php posts_nav_link('','Next Entries »','') ?></div>



</div>

<?php include(TEMPLATEPATH."/bar.php");?>

<?php include(TEMPLATEPATH."/l_sidebar.php");?>

<?php include(TEMPLATEPATH."/r_sidebar.php");?>

</div>

<?php get_footer(); ?>



Search.php

<?php get_header(); ?><div id="content"><div id="contentmiddle">

<?php if (have_posts()) : while (have_posts()) : the_post(); ?>

<div class="date">

<div class="date-d"><?php the_time('d') ?></div>

<div class="date-m-y"><?php the_time('M y') ?></div>

</div>

<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2>

<div class="meta"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/cat.gif" alt="" /> Category: <?php the_category(', ') ?> <strong>|</strong> <?php edit_post_link('Edit','','<strong>|</strong>'); ?> <img src="<?php bloginfo('stylesheet_directory'); ?>/images/comments.gif" alt="" /> <?php comments_popup_link('Leave a Comment', '1 Comment', '% Comments'); ?></div>

<div class="entry"><?php the_excerpt(__('Read more'));?></div><div class="postspace"></div>

<!--<?php trackback_rdf(); ?>-->

<?php endwhile; else: ?>

<h1><?php _e('Sorry, no posts matched your criteria.'); ?></h1><?php endif; ?>

<?php posts_nav_link(' — ', __('« Previous'), __('More? »')); ?>

</div>

<?php include(TEMPLATEPATH."/bar.php");?>

<?php include(TEMPLATEPATH."/l_sidebar.php");?>

<?php include(TEMPLATEPATH."/r_sidebar.php");?>



</div>

<?php get_footer(); ?>
 

tetal

1
İyinet Üyesi
Katılım
6 Şubat 2003
Mesajlar
3,776
Reaction score
20
Konum
Ordan, burdan..
hazır sitede içerik yokken istersen bana admin hesabı açıp gönder halledeyim. bu arada yazıyımı kaldıracaksın tamamen yoksa yazılanımı değiştirmek istiyorsun?
 

Türkiye’nin ilk webmaster forum sitesi iyinet.com'da forum üyeleri tarafından yapılan tüm paylaşımlardan; Türk Ceza Kanunu’nun 20. Maddesinin, 5651 Sayılı Kanununun 4. maddesinin 2. fıkrasına göre, paylaşım yapan üyeler sorumludur.

Backlink ve Tanıtım Yazısı için iletişime geçmek için Skype Adresimiz: .cid.1580508955483fe5

Üst