Removing The Default Archives Title From A WordPress Theme

October 2nd, 2008

There may be an occasion, when you’re designing a theme, that you wish to omit the default Archives title. Here is a quick-tip on how to remove the title, allowing you to insert your own custom solution.

Locate your archives function within your theme (usually in the sidebar.php file. The regular archives function looks like this:

<?php wp_get_archives(); ?>

To remove the default Archives title simply include the following text within the function:

<?php wp_get_archives(‘title=’); ?>

There you go, now you are free to create your own Archives title.

Print This Post Print This Post

Theme Forest

Share this post

  • Twitter
  • Facebook
  • Delicious

Comments are closed.