'Header Menu', )); } add_action('init', 'aura_nav'); // Comment Form if ( ! function_exists( 'aura_comment' ) ) : function aura_comment($comment, $args, $depth) { $GLOBALS['comment'] = $comment; if ( 'div' == $args['style'] ) { $tag = 'div'; $add_below = 'comment'; } else { $tag = 'div'; $add_below = 'div-comment'; } switch ( $comment->comment_type ) : case '' : ?> < id="comment-">
comment_approved == '0') : ?>
$add_below, 'depth' => $depth, 'max_depth' => $args['max_depth']))) ?>
  • __('Sidebar', 'aura'), 'before_widget' => '
    ', 'after_widget' => '
    ', 'before_title' => '

    ', )); add_action('admin_menu', 'aura_create_menu'); function aura_create_menu() { add_theme_page('Other Fimply Themes', 'Other Fimply Themes', 'edit_theme_options', 'fimplythemes', 'aura_other_themes'); } function aura_other_themes () { locate_template( array( '/inc/other-themes.php' ), true ); } function aura_admin_enqueue() { wp_enqueue_style( 'admin_style', get_template_directory_uri() . '/css/options.css', array(), null, 'all' ); } add_action( 'admin_enqueue_scripts', 'aura_admin_enqueue' ); add_action('wp_enqueue_scripts', 'aura_style'); ?>