Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SheriSmith/613795ddcb67249c3622 to your computer and use it in GitHub Desktop.
Save SheriSmith/613795ddcb67249c3622 to your computer and use it in GitHub Desktop.
<?php $page = $this->getPage() ?>
<?php if ($page): ?>
<?php $helper = $this->helper('wordpress') ?>
<?php $author = $page->getAuthor() ?>
<div class="wp-logo-print"><img src="logo-image.png" width="292"
height="164">
<span>www.your-company.com</span>
</div>
<div class="page-title">
<h1><?php echo $this->escapeHtml($page->getPostTitle()) ?></h1>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment