Example #1
0
    function widget($args, $instance)
    {
        extract($args);
        $title = isset($instance['title']) ? $instance['title'] : esc_html__('Follow us', 'unite');
        echo $before_widget;
        echo $before_title;
        echo $title;
        echo $after_title;
        /**
         * Widget Content
         */
        ?>

        <!-- social icons -->
        <div class="social-icons sticky-sidebar-social">

            <?php 
        unite_social_icons();
        ?>

        </div><!-- end social icons --><?php 
        echo $after_widget;
    }
Example #2
0
    ?>
</a></h1>
						<h4 class="site-description"><?php 
    bloginfo('description');
    ?>
</h4>

					<?php 
}
// header image was removed (again)
?>
				</div>

			<div class="social-header col-md-6">
				<?php 
unite_social_icons();
// Social icons in header
?>
			</div>

		</header><!-- #masthead -->
	</div>
		<!-- .site-navigation -->

	<div id="content" class="site-content container"><?php 
global $post;
if (is_singular() && get_post_meta($post->ID, 'site_layout', true)) {
    $layout_class = get_post_meta($post->ID, 'site_layout', true);
} else {
    $layout_class = of_get_option('site_layout');
}