A-Z İndex Eklentisi (Link-Assistent)

Cumartesi, Ekim 27th, 2007 2 Commented

İndirin

GErekli Sayfa

indirin sayfası :http://www.link-assistent.org/a-zindex-wordpress-plugin-english.html    

plugini aftif edin

Eklentiyi yukarıdan kurun ve aktif edin

 tema – theme-editor veya html editor programı ile
 gecerli temanızın archive.php dosyasını açın
Bunu bulun

<?php else : ?>

bununla değiştirin

 <!–link asistan için verilen kod –>

<?php  elseif (strlen($category_name)==1): ?>

<h2 class="center">Articles with "<?php echo strtoupper($category_name); ?>" :</h2>

<?php

$A_ZStart=’<li> ‘; // html part in front of <a href…

$A_ZClass=""; // html part in the href-tag example: css-style or target

$A_ZEnd =’</li> ‘;// html part after </a>

// example:

//[$A_ZStart]<a href=”http://www.domain.de” mce_href=”http://www.domain.de” [$A_ZClass]>domain</a>[$A_ZEnd]

echo A_ZIndexArticles($A_ZStart, $A_ZClass, $A_ZEnd, $category_name);

?><br />

<?php else : ?><!–tekrar eksi haline yukelemk istersen bu bolum yan daki hariç yukardaki verilen bolum yazısından sonrasını sil –>

 

html editoru ile gecerli temanızın  footer.php dosyasını acın
bul yoksa herhangi bi yere veya en ustte

<!– <?php echo get_num_queries(); ?> queries. <?php timer_stop(1); ?> seconds. –>

aşagıdaki ile Değiştir

<!– <?php echo $wpdb->num_queries; ?> queries. <?php timer_stop(1); ?> seconds. –>
<?php
$A_ZStart=’ ‘; // html part in front of <a href…
$A_ZClass=""; // html part in the href-tag example: css-style or target
$A_ZEnd =’ ‘; // html part after </a>
// example:
//[$A_ZStart]<a href="http://www.domain.de" mce_href="http://www.domain.de" [$A_ZClass]>domain</a>[$A_ZEnd]
echo ‘<br />’.A_ZIndexMenu($A_ZStart, $A_ZClass, $A_ZEnd);
//echo ‘by <a href="http://www.link-assistent.org/a-zindex-wordpress-plugin-english.html" mce_href="http://www.link-assistent.org/a-zindex-wordpress-plugin-english.html" >a-z-index for wp</a><br />’;
?>

html editoru ile  404.php dosyasını bul

 aşagıdaki ile Değiştir

<?php if (strlen($category_name)==1): ?>
<h2 class="center"> "<?php echo strtoupper($category_name); ?>" : Kategorisindekiler</h2>
<?php
$A_ZStart=’<li> ‘; // html part in front of <a href…
$A_ZClass=""; // html part in the href-tag example: css-style or target
$A_ZEnd =’</li> ‘;// html part after </a>
// example:
//[$A_ZStart]<a href="http://www.domain.de" mce_href="http://www.domain.de" [$A_ZClass]>domain</a>[$A_ZEnd]
echo A_ZIndexArticles($A_ZStart, $A_ZClass, $A_ZEnd, $category_name);
?><br />

<?php else: ?>
<h2><?php _e(’404 – Bulunamadı’); ?></h2>
<?php endif; ?>

<?php else: ?>
<h2><?php _e(’404 – Bulunamadı’); ?></h2>
<?php endif; ?>

 Hepsi Bu kadar sonra ftp programı ile değişen dosyalrı sitedek
i yerine gonderin

Bu sitedeki bu yazının Bir yansısı ve benzeri KAYHAN KAYA tarafından bu adresde yazılmıştır Tıklayın

Bu sitedeki bu yazının Bir yansısı ve benzeri SELMAN TUNÇ tarafından bu adresde yazılmıştır Tıklayın

 

Popularity: 7% [?]

2 Yanıt to “A-Z İndex Eklentisi (Link-Assistent)”

  1. şükrü diyor ki:

    kardeş bunu yapana kadar kendime yeni biklenti tasarlarım.. bööle uzun hikayelerle kimse uğraşmaz..

  2. stnc diyor ki:

    bu 3 yıl önceki bir eklenti,şükrü bey 2007 yazmıştım oylece kaldı,evet araştırınca bundan daha iyileri çıkar mutlaka…

Yanıtla