• How do I remove items in sidebar, i guess these are widgets, (noobie) I am trying to make my theme a static website. dont want category, blog roll etc. on page. However I am going to want to put some content in thier place, How do I go about that? Thanks in advance.

Viewing 4 replies - 1 through 4 (of 4 total)
  • They’re not widgets. That’s the default sidebar content within your chosen theeme. If you don’t use widgets (Admin/Appearance/Widgets), this is what’s shown on your sidebar. add 1 widget and all of the default content disappears and only your single widget shows.

    So you have two options – edit sidebar.php and remove the default content code or add a widget.

    or, you can comment out the code in case you want it later 😉

    go into Appearance>Editor and locate sidebar.php and wrap these tags around anything you don’t want:

    <?php /*?>whatever you want to hide is here<?php */?>

    Since you declare you are a “noobie” and would likely have to work to put it all back in, best to simply hide it, don’t you think?

    Good point about commenting out code. You never know when it might come in useful again.

    Thread Starter drparlayy

    (@drparlayy)

    wow! great help, I sure do appreciate it.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘removing items in sidebar’ is closed to new replies.