-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
32 lines (27 loc) · 910 Bytes
/
footer.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
</div><!-- .wpc-content -->
<?php get_sidebar(); ?>
</div> <!-- .inside -->
</div> <!-- #wpc-main -->
<?php
// get_template_part( 'partials/get-involved' );
?>
<div role="complementary" id="wpc-mailing-list">
<div class="inside">
<h2><?php printf( __( 'Subscribe to %s', 'wpcampus' ), 'WPCampus' ); ?></h2>
<p><?php printf( __( 'Enter your email address to receive notifications about %s.', 'wpcampus' ), 'WPCampus' ); ?></p>
<?php echo do_shortcode( '[gravityform id="4" title="false" description="false" ajax="false" tabindex="2000"]' ); ?>
</div>
</div>
<?php
if ( function_exists( 'wpcampus_print_network_coc' ) ) {
wpcampus_print_network_coc();
}
// Print network footer.
if ( function_exists( 'wpcampus_print_network_footer' ) ) {
wpcampus_print_network_footer();
}
?>
</div> <!-- #wpc-wrapper -->
<?php wp_footer(); ?>
</body>
</html>