'
));
register_sidebar(array(
'name' => __('Right Hand Sidebar', 'business_guru') ,
'id' => 'sidebar',
'description' => __('Widgets in this area will be shown on the right-hand side.', 'business_guru') ,
'before_title' => '
',
'after_title' => '
',
'before_widget' => '
',
'after_widget' => '
'
));
}
add_action( 'widgets_init', 'bguru_widgets_init');
/* PAGE NAVIGATION */
if ( ! function_exists( 'bguru_paging_nav' ) ) :
/**
* Display navigation to next/previous set of posts when applicable.
* Based on paging nav function from Twenty Fourteen
*/
function bguru_paging_nav() {
// Don't print empty markup if there's only one page.
if ( $GLOBALS['wp_query']->max_num_pages < 2 ) {
return;
}
$paged = get_query_var( 'paged' ) ? intval( get_query_var( 'paged' ) ) : 1;
$pagenum_link = html_entity_decode( get_pagenum_link() );
$query_args = array();
$url_parts = explode( '?', $pagenum_link );
if ( isset( $url_parts[1] ) ) {
wp_parse_str( $url_parts[1], $query_args );
}
$pagenum_link = remove_query_arg( array_keys( $query_args ), $pagenum_link );
$pagenum_link = trailingslashit( $pagenum_link ) . '%_%';
$format = $GLOBALS['wp_rewrite']->using_index_permalinks() && ! strpos( $pagenum_link, 'index.php' ) ? 'index.php/' : '';
$format .= $GLOBALS['wp_rewrite']->using_permalinks() ? user_trailingslashit( 'page/%#%', 'paged' ) : '?paged=%#%';
// Set up paginated links.
$links = paginate_links( array(
'base' => $pagenum_link,
'format' => $format,
'total' => $GLOBALS['wp_query']->max_num_pages,
'current' => $paged,
'mid_size' => 3,
'add_args' => array_map( 'urlencode', $query_args ),
'prev_text' => __( '← Previous', 'businessguru' ),
'next_text' => __( 'Next →', 'businessguru' ),
'type' => 'list',
) );
if ( $links ) :
?>
';
if (!is_home())
{
echo '