Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Jeff Balicki
/
st_joseph
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
9dc45194
authored
2023-03-21 12:40:57 -0400
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
sss
Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent
33737a1e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
wp-content/themes/crlg/footer.php
wp-content/themes/crlg/footer.php
View file @
9dc4519
...
...
@@ -13,7 +13,7 @@ defined( 'ABSPATH' ) || exit;
$container
=
get_theme_mod
(
'understrap_container_type'
);
?>
<?php
if
(
get_post_meta
(
get_the_id
(),
'newsletter_sign_up'
,
true
)
||
get_post_type
(
get_the_ID
()
)
==
'sfwd-courses'
){
?>
if
(
get_post_meta
(
get_the_id
(),
'newsletter_sign_up'
,
true
)
||
get_post_type
(
get_the_ID
()
)
==
'sfwd-courses'
||
get_post_type
(
get_the_ID
()
)
==
'resource'
){
?>
<div
class=
"newsletter"
>
<?php
echo
do_shortcode
(
'[contact-form-7 id="37" title="Newsletter"]'
);
?>
</div>
...
...
Please
register
or
sign in
to post a comment