Nevermind, I found what I was looking for. I can’t put it in the body, but I CAN put it in the sidebar, which is just as well.
<?php $posts = get_posts( “category=1” ); ?>
<?php if( $posts ) : ?>
<?php foreach( $posts as $post ) : setup_postdata( $post ); ?>
” title=”<?php the_title(); ?>”><?php the_title(); ?>
<?php endforeach; endif; ?>