• 14-09-2008, 21:03:25
    #1
    WordPress › Tags WordPress Plugins

    bu şekilde nasıl ayrı bir pencerede gösterebiliriz tagları?
  • 15-09-2008, 12:50:41
    #2
    basit gülüm

    Alıntı
    <?php
    /**
    * Front to the WordPress application. This file doesn't do anything, but loads
    * wp-blog-header.php which does and tells WordPress to load the theme.
    *
    * @package WordPress
    */

    /**
    * Tells WordPress to load the WordPress theme and output it.
    *
    * @var bool
    */
    define('WP_USE_THEMES', true);


    require('./wp-blog-header.php');
    ?>
    <?php wp_tag_cloud('smallest=8&largest=22'); ?>


    tag.php olarak oluşturup ana dizine atsana bi.
  • 15-09-2008, 12:58:10
    #3
    Üyeliği durduruldu
    olmuyor hocam Warning: main(./wp-blog-header.php) [function.main]: failed to open stream: No such file or directory in
  • 15-09-2008, 13:09:34
    #4
    require('./wp-blog-header.php');

    kodunu kaldırıp yapmayı dene.
  • 15-09-2008, 13:11:59
    #5
    Üyeliği durduruldu
    Fatal error: Call to undefined function: wp_tag_cloud() in
  • 15-09-2008, 13:21:53
    #6
    tag.php ve wp-blog-header.php dosyası aynı dizinde olmalı, wp-blog-header dosyasının olduğu dizini bulup yazabilirmisin iş yerinde olduğum için ben bakıp yazamıyorum
  • 15-09-2008, 13:28:44
    #7
    eğer bunu yapamazsan ver single.php ni özel sayfa oluşturuyum.
  • 15-09-2008, 14:57:41
    #8
    k2 de arşiv sablonunda uste yazılar altta da bu şekilde tagları gösterebiliyordun ama işte o ajax belki kodlarına bakarek birşeyler cıkar
  • 15-09-2008, 15:07:32
    #9
    ya basit aslında.single.php dosyanı ver sana sayfalamada kullanılan özel bi tema oluşturuyum.sayfa olarak konu aç içerikte tamamen taglar gözüksün..