• Resolved realsole

    (@realsole)


    The archive is currently displayed by month. I’d like to change it so it displays by title (or some other more descriptive field). How do I do that? I’m a newbie to all this, so I think I’ll need a detailed answer. Thank you so much in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The detailed answer is always in the Docs.
    Template_Tags/wp_get_archives – if you are talking about the archives displayed, usually, in your sidebar. If not, you have to give more details.

    Thread Starter realsole

    (@realsole)

    Thank you!! That did the trick. I changed the default

    • <?php wp_get_archives(‘type=monthly’); ?>
    • in the sidebar to

    • <?php wp_get_archives(‘type=postbypost’); ?>
    • Thanks again! You rock!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘archive by title’ is closed to new replies.