• Resolved fireworkszone

    (@fireworkszone)


    Hi my WordPress version is 2.5.1 and I have 2 questions:

    1- I have installed the Default Usage tag:

    <p><?php the_tags(); ?></p>

    Tags: WordPress, Computers, Blogging with

    And I would like the tags to be displayed without to be preceded with the default text ‘Tags’

    2- Usually when you want to write a new article in WordPress you press ‘Write’ and you’ve got a blank sheet both in HTML and Media.

    Now, I would like to add to the template this piece of coding (a definition list) to show by default:

    <dl><dt></dt><dd></dd></dl>

    How do you manage to do this?

Viewing 1 replies (of 1 total)
  • That’s in your index.php (and single.php, archive.php, etc.). My index says:
    <?php if( function_exists('the_tags') ) the_tags(__('Browse: '), ', ', '<br />');
    “Browse” is the text that appears before the tags.

Viewing 1 replies (of 1 total)
  • The topic ‘Tags’ is closed to new replies.