Viewing 1 replies (of 1 total)
  • Delete the following code

    <?php
               $posttags = get_the_tags();
               if ($posttags) { ?>
                <p class="tags"> <?php the_tags(__('Tags:','arclite').' ', ', ', ''); ?></p>
              <?php } ?>

    from the following files in your theme folder:
    – index.php and single.php and archive.php,

Viewing 1 replies (of 1 total)
  • The topic ‘Arclite theme – how to remove tags from posts?’ is closed to new replies.