Support » Plugins » Hacks » Display All Tags on One Page?

  • http://www.unframedworld.com/

    I need to edit the PHP of a specific page to display all the post tags of all the posts on my site almost exactly as the “Post Tags” (wp-admin/edit-tags.php) lists them.
    In the PHP for edit-tags.php I found this line:
    <?php tag_rows( $pagenum, $tags_per_page, $searchterms, $taxonomy ); ?>

    Can I just c&p that into the custom page-id-####.php I have in my child theme or am I going in the wrong direction?

    Currently I have made the page I need by hand but am in need of a way to automate it as described above. The current page is here: http://www.unframedworld.com/travel-photos Each different trip is a tag.

    Thanks!
    Andrew

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Display All Tags on One Page?’ is closed to new replies.