• Okay I’m working on a custom CMS using wordpress. And I would like to show the tag of the Page on the sidebar. How can I do this ?

    What I’ve got so far is I went and download the plugin tag4page, it works fine and shows the tag within the page body content. But if I move the code to the sidebar then it won’t show up.

    Any ideas?

Viewing 1 replies (of 1 total)
  • Thread Starter fromstoneage

    (@fromstoneage)

    oh nvm I just figured out I need to add the Loop in the Sidebar as well.
    `<?php if (have_posts()) : ?>
    <?php while (have_posts()) : the_post(); ?>`
    so this way it shows up the right tag for different pages ??

Viewing 1 replies (of 1 total)
  • The topic ‘How to Show Corresponding Tag of the Page in Sidebar’ is closed to new replies.