forked from ColorlibHQ/illdy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.php
executable file
·77 lines (76 loc) · 4.57 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<?php
/**
* The template for dispalying the footer.
*
* @package WordPress
* @subpackage illdy
*/
?>
<?php
if ( current_user_can( 'edit_theme_options' ) ) {
$footer_copyright = get_theme_mod( 'illdy_footer_copyright', __( '© Copyright 2016. All Rights Reserved.', 'illdy' ) );
} else {
$footer_copyright = get_theme_mod( 'illdy_footer_copyright' );
}
?>
<footer id="footer">
<div class="container">
<div class="row">
<?php
$the_widget_args = array(
'before_widget' => '<div class="widget">',
'after_widget' => '</div>',
'before_title' => '<div class="widget-title"><h5>',
'after_title' => '</h5></div>',
);
?>
<div class="col-md-3 col-sm-6 col-xs-12">
<?php
if ( is_active_sidebar( 'footer-sidebar-1' ) ):
dynamic_sidebar( 'footer-sidebar-1' );
elseif ( current_user_can( 'edit_theme_options' ) ):
the_widget( 'WP_Widget_Text', 'title=' . __( 'Products', 'illdy' ) . '&text=<ul><li><a href="' . esc_url( '#' ) . '" title="' . __( 'Our work', 'illdy' ) . '">' . __( 'Our work', 'illdy' ) . '</a></li><li><a href="' . esc_url( '#' ) . '" title="' . __( 'Club', 'illdy' ) . '">' . __( 'Club', 'illdy' ) . '</a></li><li><a href="' . esc_url( '#' ) . '" title="' . __( 'News', 'illdy' ) . '">' . __( 'News', 'illdy' ) . '</a></li><li><a href="' . esc_url( '#' ) . '" title="' . __( 'Announcement', 'illdy' ) . '">' . __( 'Announcement', 'illdy' ) . '</a></li></ul>', $the_widget_args );
endif;
?>
</div><!--/.col-sm-3-->
<div class="col-md-3 col-sm-6 col-xs-12">
<?php
if ( is_active_sidebar( 'footer-sidebar-2' ) ):
dynamic_sidebar( 'footer-sidebar-2' );
elseif ( current_user_can( 'edit_theme_options' ) ):
the_widget( 'WP_Widget_Text', 'title=' . __( 'Information', 'illdy' ) . '&text=<ul><li><a href="' . esc_url( '#' ) . '" title="' . __( 'Pricing', 'illdy' ) . '">' . __( 'Pricing', 'illdy' ) . '</a></li><li><a href="' . esc_url( '#' ) . '" title="' . __( 'Terms', 'illdy' ) . '">' . __( 'Terms', 'illdy' ) . '</a></li><li><a href="' . esc_url( '#' ) . '" title="' . __( 'Affiliates', 'illdy' ) . '">' . __( 'Affiliates', 'illdy' ) . '</a></li><li><a href="' . esc_url( '#' ) . '" title="' . __( 'Blog', 'illdy' ) . '">' . __( 'Blog', 'illdy' ) . '</a></li></ul>', $the_widget_args );
endif;
?>
</div><!--/.col-sm-3-->
<div class="col-md-3 col-sm-6 col-xs-12">
<?php
if ( is_active_sidebar( 'footer-sidebar-3' ) ):
dynamic_sidebar( 'footer-sidebar-3' );
elseif ( current_user_can( 'edit_theme_options' ) ):
the_widget( 'WP_Widget_Text', 'title=' . __( 'Support', 'illdy' ) . '&text=<ul><li><a href="' . esc_url( '#' ) . '" title="' . __( 'Documentation', 'illdy' ) . '">' . __( 'Documentation', 'illdy' ) . '</a></li><li><a href="' . esc_url( '#' ) . '" title="' . __( 'FAQs', 'illdy' ) . '">' . __( 'FAQs', 'illdy' ) . '</a></li><li><a href="' . esc_url( '#' ) . '" title="' . __( 'Forums', 'illdy' ) . '">' . __( 'Forums', 'illdy' ) . '</a></li><li><a href="' . esc_url( '#' ) . '" title="' . __( 'Contact', 'illdy' ) . '">' . __( 'Contact', 'illdy' ) . '</a></li></ul>', $the_widget_args );
endif;
?>
</div><!--/.col-sm-3-->
<div class="col-md-3 col-sm-6 col-xs-12">
<?php
if ( is_active_sidebar( 'footer-sidebar-4' ) ):
dynamic_sidebar( 'footer-sidebar-4' );
elseif ( current_user_can( 'edit_theme_options' ) ):
the_widget( 'WP_Widget_Text', 'title=' . __( 'Support', 'illdy' ) . '&text=<ul><li><a href="' . esc_url( '#' ) . '" title="' . __( 'Documentation', 'illdy' ) . '">' . __( 'Documentation', 'illdy' ) . '</a></li><li><a href="' . esc_url( '#' ) . '" title="' . __( 'FAQs', 'illdy' ) . '">' . __( 'FAQs', 'illdy' ) . '</a></li><li><a href="' . esc_url( '#' ) . '" title="' . __( 'Forums', 'illdy' ) . '">' . __( 'Forums', 'illdy' ) . '</a></li><li><a href="' . esc_url( '#' ) . '" title="' . __( 'Contact', 'illdy' ) . '">' . __( 'Contact', 'illdy' ) . '</a></li></ul>', $the_widget_args );
endif;
?>
</div><!--/.col-sm-3-->
</div><!--/.row-->
</div><!--/.container-->
<div class="bottom-footer">
<div class="container">
<p class="copyright">
<span><?php printf( '%s <a href="%s" title="%s" target="_blank">%s</a>.', __( 'Theme:', 'illdy' ), esc_url( 'http://colorlib.com/wp/themes/illdy' ), __( 'Illdy', 'illdy' ), __( 'Illdy', 'illdy' ) ); ?></span>
<span class="bottom-copyright" data-customizer="copyright-credit"><?php echo illdy_sanitize_html( $footer_copyright ); ?></span>
</p>
</div>
</div>
</footer><!--/#footer-->
<?php wp_footer(); ?>
</body>
</html>