/ Published in: PHP
                    
                                        There we go
                
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
 <?php $tags = get_tags(); if ($tags) { foreach ($tags as $tag) { echo '<p>Tag: <a href="' . get_tag_link( $tag->term_id ) . '" title="' . sprintf( __( "View all posts in %s" ), $tag->name ) . '" ' . '>' . $tag->name.'</a> </p> '; } } ?>
Comments
                    Subscribe to comments
                
                