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
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