projects
/
WP-Themes
/
thinkdunes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11d4047
)
Adding content partial to the members only section
author
Laury GvR
<laury@gaslightmedia.com>
Thu, 22 Jun 2017 18:07:02 +0000
(14:07 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Thu, 22 Jun 2017 18:07:02 +0000
(14:07 -0400)
parts/content-section.php
[new file with mode: 0644]
patch
|
blob
diff --git a/parts/content-section.php
b/parts/content-section.php
new file mode 100644
(file)
index 0000000..
64cacf8
--- /dev/null
+++ b/
parts/content-section.php
@@ -0,0
+1,5
@@
+ <?php if(have_posts()) : while(have_posts()): the_post();?>
+ <?php the_content();?>
+ <?php endwhile; else:?>
+ <p><?php _e('Sorry, no results found.');?></p>
+ <?php endif;?>
\ No newline at end of file