Are you using Apache or IIS? If Apache, make sure you have the rewrite module installed/enabled, and that your .htaccess is correct.
If you are using IIS, then make sure index.php is in the list of default documents.
Try using this:
<h1 class="page-title author"><?php the_author_meta("user_firstname");?> <?php the_author_meta("user_lastname");?></h1>
Add it to this line:
echo '<a href="' . $large_image_url[0] . '" title="' . the_title_attribute('echo=0') . '" target=_blank>';</a>
Paul,
If you are familiar with creating a page or a post in wordpress, then you only need to put the code in like any other text:
[contact_us type=”phone” heading=”Corporate Phone Number”]
This is known as a “short code”. When you view the page or post with this in it on the front of your website, it will be replaced by the contact form.
Nathan