projects
/
WP-Themes
/
glmthemes
/
mountpleasant-theme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73f72d6
)
Fixed the link, it was just returning the current url
author
Laury GvR
<laury@gaslightmedia.com>
Mon, 12 Sep 2016 15:19:14 +0000
(11:19 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Mon, 12 Sep 2016 15:19:14 +0000
(11:19 -0400)
front-page.php
patch
|
blob
|
history
diff --git
a/front-page.php
b/front-page.php
index
7ca0ef2
..
da23d45
100644
(file)
--- a/
front-page.php
+++ b/
front-page.php
@@
-28,7
+28,7
@@
</div>
<div class="row">
<div id="main-content" class="small-12 medium-8 columns">
- <a href="<?php echo get_
home_url(
); ?>"><h1>Our Blog</h1></a>
+ <a href="<?php echo get_
permalink(get_option( 'page_for_posts' )
); ?>"><h1>Our Blog</h1></a>
<?php
get_template_part('parts/blog-feed-front');
?>