When I put in the last snippet of code:
<?php foreach ($comments_by_type as $comment_type) {
echo "
- ";
- <?php comment_author_link() ?>: <?php comment_text() ?>
foreach ($comment_type as $comment) {
?>
<?php
}
echo "
}?>
I receive the following error:
Warning: Invalid argument supplied for foreach() in /home/content/g/i/b/gibsona1/html/wordpress/wp-content/themes/molded/comments.php on line 56
Any suggestions?