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?
Thanks!
Andrew
The blog I need help with is www.unframedworld.com.