How can I move the "Recent Comments" from the bottom of the page to the Sidebar? ObsessionFitness.com I put this code in the sidebar but it caused most of the page content to disappear. <h3>Recent Comments</h3> <?php src_simple_recent_comments(7,85, '', '') ?>
Yes it does. When I use it without arguments: <?php src_simple_recent_comments(); ?> I get this error message: Fatal error: Call to undefined function: src_simple_recent_comments() in /home/content/o/f/s/ofsschone/html/wp-content/themes/abstractia-10/sidebar.php on line 32 Thanks.
<?php include (TEMPLATEPATH . '/simple_recent_comments.php'); ?> Code (markup): needs to be called prior to the tag being called. Find out where it is in your theme (if it isn't in your header.php, put it there).