Title: Quick question; option out
Last modified: August 18, 2016

---

# Quick question; option out

 *  [bull_677](https://wordpress.org/support/users/bull_677/)
 * (@bull_677)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/quick-question-option-out/)
 * How do you option out something in php? (i.e. catagories in the sidebar.)
 * <div id=”sidebar”>
    -  <!–
    - <h2>About</h2>
       You can put a small amount of info about you here. Name, contact
      details etc.
    -  –>
    - <h2><?php _e(‘Categories’); ?></h2>
 *  -  <?php list_cats() ?>
 *  - <h2><?php _e(‘Monthly Archives:’); ?></h2>
 *  -  <?php wp_get_archives(‘type=monthly’); ?>

Viewing 1 replies (of 1 total)

 *  [Class](https://wordpress.org/support/users/class/)
 * (@class)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/quick-question-option-out/#post-248827)
 * Delete `<h2><?php _e('Categories'); ?></h2>
    <?php list_cats() ?> 
    or comment
   it out like this
 * `<!-- <h2><?php _e('Categories'); ?></h2>
    <?php list_cats() ?> -->

Viewing 1 replies (of 1 total)

The topic ‘Quick question; option out’ is closed to new replies.

## Tags

 * [php](https://wordpress.org/support/topic-tag/php/)

 * In: [Installing WordPress](https://wordpress.org/support/forum/installation/)
 * 1 reply
 * 2 participants
 * Last reply from: [Class](https://wordpress.org/support/users/class/)
 * Last activity: [20 years, 9 months ago](https://wordpress.org/support/topic/quick-question-option-out/#post-248827)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
