-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsidebar.php
24 lines (22 loc) · 899 Bytes
/
sidebar.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
<?php
/**
* The sidebar containing the main widget area.
*
* @package foodnowyes
*/
if ( ! is_active_sidebar( 'sidebar-1' ) ) {
return;
}
?>
<div id="secondary" class="widget-area" role="complementary">
<?php dynamic_sidebar( 'sidebar-1' ); ?>
<?php $share_attributes = array($attributes = array(icons => 'facebook, twitter, pinterest,
google-plus, tumblr, reddit,
stumbleupon, envelope',
shape => 'square',
inverse => 'yes',
size => '3x',
loadfa => 'no',
));
echo wpfai_social($share_attributes); ?>
</div><!-- #secondary -->