projects
/
WP-Themes
/
staffords.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5597b2
)
changed get_page title to get post using id
author
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 18 Nov 2015 20:48:30 +0000
(15:48 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 18 Nov 2015 20:48:30 +0000
(15:48 -0500)
header.php
patch
|
blob
|
history
diff --git
a/header.php
b/header.php
index
9ea82c9
..
65aeab7
100644
(file)
--- a/
header.php
+++ b/
header.php
@@
-26,7
+26,7
@@
</div>
<div class="right large-8">
<ul class="social right">
- <?php $aboutPage = get_p
age_by_title('About'
);?>
+ <?php $aboutPage = get_p
ost(196
);?>
<?php if($aboutPage):?>
<li><a href="<?php echo get_page_link($aboutPage->ID);?>">About</a></li>
<?php endif;?>