projects
/
WP-Themes
/
michigantrailmaps.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c7ae90
)
Added the custom field 'Trails Reviewed' counter filter to the header
author
Laury GvR
<laury@gaslightmedia.com>
Fri, 5 May 2017 17:03:51 +0000
(13:03 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Fri, 5 May 2017 17:03:51 +0000
(13:03 -0400)
sections/header.php
patch
|
blob
|
history
diff --git
a/sections/header.php
b/sections/header.php
index
22b8f5f
..
ffe2fd3
100644
(file)
--- a/
sections/header.php
+++ b/
sections/header.php
@@
-8,7
+8,9
@@
<div class="medium-4 large-8 columns show-for-large-up">
<div id="trail-num" class="row collapse">
<div class="small-5 columns">
- <h5>243</h5>
+ <h5>
+ <?php echo apply_filters( 'glm-get-custom-field-count','reviewed' ); ?>
+ </h5>
</div>
<div class="small-7 columns">
<p>Trails Reviewed</p>