', esc_url( get_bloginfo( 'pingback_url' ) ) ); } } add_action( 'wp_head', 'arya_multipurpose_pingback_header' ); if( ! function_exists( 'arya_multipurpose_main_container_class' ) ) { function arya_multipurpose_main_container_class() { $class = ''; $sidebar_position = arya_multipurpose_sidebar_position(); if( $sidebar_position == 'none' || $sidebar_position == '' ) { $class = 'col-lg-12'; } else { $class = 'col-lg-8'; } echo esc_attr( $class ); } } /** * Inner banner template. */ if( ! function_exists( 'arya_multipurpose_inner_banner' ) ) { function arya_multipurpose_inner_banner() { ?> 0, 'prev_text' => '', 'next_text' => '', ) ); } } /** * Function that defines post navigation. */ if( ! function_exists( 'arya_multipurpose_post_navigation' ) ) { function arya_multipurpose_post_navigation() { $next_post = get_next_post(); $previous_post = get_previous_post(); $navigation_args = array(); if( !empty( $next_post ) ) { $navigation_args['next_text'] = ''; } if( !empty( $previous_post ) ) { $navigation_args['prev_text'] = '' . esc_html( get_the_title( $previous_post->ID ) ) . ''; } the_post_navigation( $navigation_args ); } } /** * Copyright text template. */ if( ! function_exists( 'arya_multipurpose_copyright_text' ) ) { function arya_multipurpose_copyright_text() { $copyright_text = arya_multipurpose_get_option( 'arya_multipurpose_footer_copyright_text' ); if( !empty( $copyright_text ) ) { ?>
WordPress' ); ?>
Everestthemes' ); ?>