Title: Sidebar Oopses
Last modified: August 18, 2016

---

# Sidebar Oopses

 *  [jo5329](https://wordpress.org/support/users/jo5329/)
 * (@jo5329)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/sidebar-oopses/)
 * I deleted the code to call for WordPress’ blogroll, to add the blog roll from
   Blogrolling.com, and I’ve changed my mind and want it back. I can’t remember 
   the code. If anyone knows where I can get it thanks!
 * Also, when I go to a “page” I’ve created, it looks exactly like the front page,
   which is fine (with sidebar and all), but the background image doesn’t show up.
   Any ideas?
 * Thanks for any help. First time WP user and poster.
 * [http://joscafe.com](http://joscafe.com)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Kafkaesqui](https://wordpress.org/support/users/kafkaesqui/)
 * (@kafkaesqui)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/sidebar-oopses/#post-198055)
 * When you say “WordPress’ blogroll” I assume you mean the links from Links Manager.
   There are several template tags for this, but the default theme uses `list_cats()`:
 * [http://codex.wordpress.org/Template_Tags/list_cats](http://codex.wordpress.org/Template_Tags/list_cats)
 * “Also, when I go to a “page” I’ve created”
 * Look in the header.php of your theme for this section (should appear at the end
   of the `body` css line):
 * `<?php /* Checks to see whether it needs a sidebar or not */ if ((! $withcomments)&&(!
   is_single()) && (! is_page())) { ?>`
 * and change it to:
 * `<?php /* Checks to see whether it needs a sidebar or not */ if ((! $withcomments)&&(!
   is_single())) { ?>`
 *  Thread Starter [jo5329](https://wordpress.org/support/users/jo5329/)
 * (@jo5329)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/sidebar-oopses/#post-198111)
 * Thank you so much for your help!!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Sidebar Oopses’ is closed to new replies.

 * 2 replies
 * 2 participants
 * Last reply from: [jo5329](https://wordpress.org/support/users/jo5329/)
 * Last activity: [21 years, 1 month ago](https://wordpress.org/support/topic/sidebar-oopses/#post-198111)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
