Get started here.', 'foxiz' ), esc_url( admin_url( 'post-new.php' ) ) ); ?>

', '
' ); ?> $settings['category'], 'hide_empty' => false ) ); if ( count( $categories ) ): ?>

', '
' ); ?> $settings['category'], 'hide_empty' => false ) ); if ( count( $categories ) ): ?>

', '
' ); ?>
found_posts ) ) { $total = $wp_query->found_posts; } ?>

$settings['blog_heading'], 'html_tag' => $settings['blog_heading_tag'], 'classes' => $classes, 'layout' => $settings['blog_heading_layout'], ) ); } } if ( ! function_exists( 'foxiz_author_page_header' ) ) { /** * @param array $settings * * @return false */ function foxiz_author_page_header( $settings = array() ) { if ( ! foxiz_get_option( 'author_bio' ) && ! $settings( 'breadcrumb' ) ) { return false; } $author_id = get_queried_object_id(); $job = get_the_author_meta( 'job', $author_id ); $description = get_the_author_meta( 'description', $author_id ); $class_name = 'archive-header author-header'; if ( ! empty( $settings['pattern'] ) && '-1' !== (string) $settings['pattern'] ) { $class_name .= ' is-pattern pattern-' . esc_attr( $settings['pattern'] ); } else { $class_name .= ' solid-bg'; } ?>

0 ) : ?>

' . do_shortcode( $shortcode ) . ''; } }