• Resolved abhicool

    (@abhicool)


    Hi,

    I am using this code to include tags of articles on page

    <?php
    global $wp_query;
    $wp_query->in_the_loop = true;
    the_tags();
    ?>

    This code is printing tags on page but with links. I want to print tags without any links. please help me

    Thanks in Advance,
    Abhi

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Tags without links’ is closed to new replies.