Title: 21blackjack's Replies | WordPress.org

---

# 21blackjack

  [  ](https://wordpress.org/support/users/21blackjack/)

 *   [Profile](https://wordpress.org/support/users/21blackjack/)
 *   [Topics Started](https://wordpress.org/support/users/21blackjack/topics/)
 *   [Replies Created](https://wordpress.org/support/users/21blackjack/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/21blackjack/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/21blackjack/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/21blackjack/engagements/)
 *   [Favorites](https://wordpress.org/support/users/21blackjack/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Display Post Titles of Child Category in Sidebar](https://wordpress.org/support/topic/display-post-titles-of-child-category-in-sidebar/)
 *  Thread Starter [21blackjack](https://wordpress.org/support/users/21blackjack/)
 * (@21blackjack)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/display-post-titles-of-child-category-in-sidebar/#post-1257705)
 * I think this
 *     ```
       $cat_args=array(
       'child_of' => 9,
       'orderby' => 'name',
       'order' => 'ASC'
       );
       ```
   
 * messes up the posts
 * PS: I don’t know much PHP

Viewing 1 replies (of 1 total)