• Hi,

    I have created a new blog, and everything is working fine, but I am having some issues regarding the display of the sidebar. In particular, the “Archives” section. Please take a look at the following link : (https://www.mobilestorm.com/blog/) As you can see, there is an “Archives” section on the right hand side.

    • <h2>Archives</h2>
      <?php get_archives(‘monthly’, ”, ‘html’, ”, ”, TRUE); ?>

    The above code is what I copied from the “sidebar.php” file. My question is, how come it displays the “Category” below the month? In my other blog, the category isn’t displayed below the month. How do I remove the category so it only displays the months?

    Thanks for your assistance!

    Regards, th3gh05t

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Category Under Archives’ is closed to new replies.