• Resolved bbrownatl

    (@bbrownatl)


    How do I delete the Archives from the sidebar? It is part of the template of the theme – inove. I just need to understand what part of the code need to be deleted. I go into editor and can’t seem to know what to delete within the sidebar.php

    Any insight appreciated.

    Thanks,
    Brian

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    You can delete the archieve widget from wordpress admin area widget section. If your theme is set dynamic then you need to remove this code from sidebar.php:

    <div class="menu-title">Archives</div>
    				<ul><?php wp_get_archives('type=monthly&limit=12'); ?></ul>

    Thanks,

    Shane G.

    Thread Starter bbrownatl

    (@bbrownatl)

    Shane,

    Great, your guidance worked perfectly!!

    Thanks,
    Brian

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to delete “Archives” from’ is closed to new replies.