projects
/
WP-Themes
/
michsci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb6dd8e
)
added link to product title
author
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 22 Dec 2015 19:02:07 +0000
(14:02 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 22 Dec 2015 19:02:07 +0000
(14:02 -0500)
page.php
patch
|
blob
|
history
diff --git
a/page.php
b/page.php
index
7882e2b
..
2a75c28
100644
(file)
--- a/
page.php
+++ b/
page.php
@@
-15,7
+15,7
@@
<div class="row">
<?php echo glm_get_header(); ?>
<div id="page-title">
- <h1><
?php echo get_the_title(); ?
></h1>
+ <h1><
a href="<?php echo get_permalink(510) ?>"> <?php echo get_the_title(); ?></a
></h1>
</div>
<!--