projects
/
WP-Themes
/
AdelaineConstruction.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0fb602
)
removed gert_page_by_title functions
author
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 29 Jan 2016 20:54:22 +0000
(15:54 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 29 Jan 2016 20:54:22 +0000
(15:54 -0500)
archive-testimonial.php
patch
|
blob
|
history
diff --git
a/archive-testimonial.php
b/archive-testimonial.php
index
63b25d1
..
7a87c9b
100644
(file)
--- a/
archive-testimonial.php
+++ b/
archive-testimonial.php
@@
-7,7
+7,7
@@
</div>
<div class="row">
<div id="main-content" class="small-11 small-centered columns">
- <?php $pageData = get_p
age_by_title('testimonials'
);?>
+ <?php $pageData = get_p
ost(40
);?>
<?php echo apply_filters('the_content', $pageData->post_content);?>
<?php if(have_posts()) : while(have_posts()): the_post();?>
<h2><?php the_title();?></h2>