tag.php (editing)
-
Hello,
I need to help with the tag.php
I want that my tags appear in an original way (tags I use most bigger than others especially). A good idea of i want in my web site is here: https://www.presse-citron.net/ (in the footer).In this web site (https://wpchannel.com/comment-inserer-nuage-tag-blog-wordpress/#comment-29426) the webmaster gives the code to have original presentation. But, when i copy the code in my tag.php nothing happens.
The code by default of tag.php is:
<?php
?>
<?php get_header(); ?>
<div id=”content” >
<h2 class=”page-title”><?php printf( __( ‘Tag Archives: %s’, ‘max-magazine’ ), ‘<span>’ . single_tag_title( ”, false ) . ‘</span>’ ); ?></h2>
<?php
$tag_description = tag_description();
if ( ! empty( $tag_description ) )
echo apply_filters( ‘tag_archive_meta’, ‘<div class=”archive-meta”>’ . $tag_description . ‘</div>’ );
?>
<?php get_template_part(‘includes/content’); ?>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>So, thanks for your help!
- The topic ‘tag.php (editing)’ is closed to new replies.