I have went in single_container.php file (which is the view I have selected to use). I edited the file to include:
<div class="span9">
<h4><?php _e('Project Title', 'codeless') ?></h4>
<h2><?php the_title(); ?></h2>
<br>
<h4><?php _e('Project Description', 'codeless') ?></h4>
<?php the_content(); ?>
</div>
It worked smoothly :)
Here is an example:
Hi Mihaila,
Thank you for your reply.
No, I would like the title to appear before the description.
Regards,
Saud