In the same loop you’re using to grab the post content and page title, you need something like this:
<?php echo get_avatar( $id_or_email, $size, $default, $alt ); ?>
In the same loop you’re using to grab the post content and page title, you need something like this:
<?php echo get_avatar( $id_or_email, $size, $default, $alt ); ?>