Title: dfd0226's Replies | WordPress.org

---

# dfd0226

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How do you handle shortcodes in a post called by a shortcode?](https://wordpress.org/support/topic/how-do-you-handle-shortcodes-in-a-post-called-by-a-shortcode/)
 *  Thread Starter [dfd0226](https://wordpress.org/support/users/dfd0226/)
 * (@dfd0226)
 * [14 years ago](https://wordpress.org/support/topic/how-do-you-handle-shortcodes-in-a-post-called-by-a-shortcode/#post-2708558)
 * Oh and a secondary question…
 * I’m now trying to use the Peekaboo plug in to hide/display content. When I implement
   the shortcodes from it, my page looks like:
 *     ```
       [peekaboo]
       [peekaboo_content]
       [post id="#"]
       [/peekaboo_content]
       [/peekaboo]
       ```
   
 * But for whatever reason, the parser is not getting all the way down to my custom
   shortcode, so the peekaboo plugin technically has nothing to display or hide.
   Is there anything I can adjust to force the parsing?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How do you handle shortcodes in a post called by a shortcode?](https://wordpress.org/support/topic/how-do-you-handle-shortcodes-in-a-post-called-by-a-shortcode/)
 *  Thread Starter [dfd0226](https://wordpress.org/support/users/dfd0226/)
 * (@dfd0226)
 * [14 years ago](https://wordpress.org/support/topic/how-do-you-handle-shortcodes-in-a-post-called-by-a-shortcode/#post-2708553)
 * Thanks a bunch, Jan! That ended up doing the trick.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Facebook Connect] [Plugin: Simple Facebook Connect] Facebook Avatars Don't Post in Theme](https://wordpress.org/support/topic/plugin-simple-facebook-connect-facebook-avatars-dont-post-in-theme/)
 *  Thread Starter [dfd0226](https://wordpress.org/support/users/dfd0226/)
 * (@dfd0226)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-simple-facebook-connect-facebook-avatars-dont-post-in-theme/#post-1707280)
 * Thank you so much Otto. We are all indebted to your coding prowess.
 * For other Bueno users with this problem, open **theme-comments.php**, locate 
   the **avatar** div, comment out the existing function, and place in the new function.
 *     ```
       <div class="avatar">
       <!--<?php the_commenter_avatar($args) ?>-->
       <?php echo get_avatar( $comment, '60' ) ?>
       </div>
       ```
   

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