1. Halo Guest, pastikan Anda selalu menaati peraturan forum sebelum mengirimkan post atau thread baru.

ASK - Kode untuk memanggil Category dan Tags Wordpress

Discussion in 'Pemrograman Web' started by inunxz, Sep 14, 2015.

  1. inunxz

    inunxz Ads.id Pro

    Joined:
    Apr 17, 2014
    Messages:
    491
    Likes Received:
    32
    langsung saja ya om
    gimana caranya saya bisa memanggil tag dan category postingan saya...
    soalnya saya mau edit template single.php nya

    kalo memanggil judul post kan <?php echo get_the_title(); ?>
    terus untuk memanggil kategori dan tags nya pakai code apa...
    ubek ubek google gak nemu.. :nangis:
     
  2. andik77

    andik77 Ads.id Starter

    Joined:
    Dec 8, 2011
    Messages:
    77
    Likes Received:
    0
    Location:
    dihatimu
    Ini gan..

     
  3. jamalrahmat

    jamalrahmat Ads.id Pro

    Joined:
    May 24, 2013
    Messages:
    437
    Likes Received:
    4
    Langsung cari ke bagian reference atau codex di wordpress dot org aja gan.<br>Di situ lengkap
     
  4. damahbi

    damahbi Super Hero

    Joined:
    Oct 7, 2010
    Messages:
    785
    Likes Received:
    21
    Yuhuu... Nyerap ilmu baru nih...
     
  5. GrafitianZ

    GrafitianZ Super Hero

    Joined:
    Nov 6, 2010
    Messages:
    3,444
    Likes Received:
    202
    Location:
    JakCity
    coba ini mastah
    tags
    Code:
    [COLOR=#000000] [COLOR=#0000BB]<?php $tags_array [/COLOR][COLOR=#007700]= [/COLOR][COLOR=#0000BB]get_tags[/COLOR][COLOR=#007700]( [/COLOR][COLOR=#0000BB]$args [/COLOR][COLOR=#007700]); [/COLOR][COLOR=#0000BB]?>[/COLOR] 
    [/COLOR]
    cattegory
    Code:
    [COLOR=#000000] [COLOR=#0000BB]<?php $categories [/COLOR][COLOR=#007700]= [/COLOR][COLOR=#0000BB]get_categories[/COLOR][COLOR=#007700]( [/COLOR][COLOR=#0000BB]$args [/COLOR][COLOR=#007700]); [/COLOR][COLOR=#0000BB]?>[/COLOR] 
    [/COLOR]
     

Share This Page