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?
Thanks a bunch, Jan! That ended up doing the trick.
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>