How to create a tags page for Wordpress blog

Discussion in 'WordPress' started by udeze, Apr 9, 2010.

  1. #1
    I will like to create an orderly tags page for my wordpress blog, just like what they have here at http://www.webpronews.com/tags does anybody know how I can get this done

    In other words, I want to have my popular tags to show on a page in an orderly manner, any plugins or ideas is welcome
     
    udeze, Apr 9, 2010 IP
  2. addlinkurl

    addlinkurl Well-Known Member

    Messages:
    2,409
    Likes Received:
    129
    Best Answers:
    0
    Trophy Points:
    155
    Digital Goods:
    1
    #2
    this site does not use wordpress.

    you can have a tags page by this:

    - dublicate the page.php and rename one of them as tags.php.
    - open that tags.php and add this code at the beginning of the codes:

    - find <?php the_content(); ?> and replace it with

    - upload this tags.php in theme directory.
    - while creating a new page, select Tags Page from the templates menu in right sidebar,
    - publish the page.

    now you have a tags archive page.

    more about tag cloud: http://codex.wordpress.org/Template_Tags/wp_tag_cloud
     
    addlinkurl, Apr 9, 2010 IP
  3. Jalpari

    Jalpari Notable Member

    Messages:
    5,640
    Likes Received:
    137
    Best Answers:
    0
    Trophy Points:
    260
    #3
    addlinkurl answer before me, u need to create custom page in under ur theme dir as he guide u.
     
    Jalpari, Apr 9, 2010 IP