-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpage-inc.php
More file actions
34 lines (25 loc) · 1.08 KB
/
page-inc.php
File metadata and controls
34 lines (25 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?php
/*
Template Name: As seen in Inc. Magazine
*/
?>
<?php get_header(); ?>
<div class="main-column">
<section class="focus">
<?php the_post(); ?>
<article class="page">
<aside class="inc-magazine">
<p style="margin-top: 0;"><strong><em>As seen in <img style="position: relative; top: 1px; margin: 0 2px; padding: 0; border: none; background: none;" width="" height="18px" title="Austin Business Consulting" alt="Inc. Magazine" src="<?php echo bloginfo('template_url'); ?>/img/austin-business-consulting.gif" /> Magazine.</em></strong></p>
</aside><!--/.inc-magazine-->
<header>
<h1 class="article-title"><?php the_title(); ?></h1>
</header>
<hr />
<?php the_content(); ?>
</article><!--/.page-->
</section><!--/.focus-->
</div><!--/.main-column-->
<section class="shoulder">
<?php get_sidebar(); ?>
</section><!--/.shoulder-->
<?php get_footer(); ?>