Title: Theme Problem
Last modified: August 19, 2016

---

# Theme Problem

 *  Resolved [hesam](https://wordpress.org/support/users/hesam/)
 * (@hesam)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/theme-problem-2-2/)
 * Hi
 * I edited a theme of wordpress 2.3.3, I got two problems
 * my theme has got three clomuns, I wanted in both sidebars list some items of 
   my specified categories, but when I used query post, in my archive listing, that
   post query affected the list should be shown on the archieve page, for the I 
   think thats because a code of my left sidebar is called sooner than the code 
   in the archive listing page! So how I can fix it.
 * And also I needed to list one of my blogroll, by category, but I couldn’t find
   a code that just list my links without listing category at the links top!

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

 *  [Kafkaesqui](https://wordpress.org/support/users/kafkaesqui/)
 * (@kafkaesqui)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/theme-problem-2-2/#post-699740)
 * Issue 1:
    [http://codex.wordpress.org/The_Loop#Multiple_Loops](http://codex.wordpress.org/The_Loop#Multiple_Loops)
 * Issue 2:
 *     ```
       <?php $bookmarks = wp_list_bookmarks('category=1&category_before=&category_after=&echo=0'); echo preg_replace('/<h2>.*<\/h2>/', '', $bookmarks); ?>
       ```
   
 * Just change the value for ‘category’ to your link category ID # (`1` above). 
   Not pretty, but it works. `:)`
 *  Thread Starter [hesam](https://wordpress.org/support/users/hesam/)
 * (@hesam)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/theme-problem-2-2/#post-699774)
 * thanks Kafkaesqui, I think its solved for me now,

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

The topic ‘Theme Problem’ is closed to new replies.

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [hesam](https://wordpress.org/support/users/hesam/)
 * Last activity: [18 years, 1 month ago](https://wordpress.org/support/topic/theme-problem-2-2/#post-699774)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
