• Resolved ronaldini

    (@ronaldini)


    My site is: densimplefilosof.dk

    I want to remove ‘sider’ and ‘kategorier’ (sites and katagories) from my site (left on the site). I have been looking through documentation for hours without result – Guess when you dont know exactly what to look for, its hard to find..

    Can anyone tell me (if and) how is that possible?

    greetings

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try editing the relevant template file (sidebar.php) in your theme and removing:

    <?php wp_list_pages();?>

    and

    <?php wp_list_categories();?>

    Thread Starter ronaldini

    (@ronaldini)

    Thank you very much for your reply.

    It didn’t solve the problem directly, but it did show me the way.
    I lead me to delete all info about the sidebar in the php-files.
    Seem to help.

    Thanks again.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove automatic ‘blog-content’’ is closed to new replies.