'Sidebar 1', 'before_widget' => '
    ', // Removes
  1. 'after_widget' => '
', // Removes 'before_title' => '

', // Replaces

'after_title' => '

', // Replaces )); if ( function_exists('register_sidebar') ) register_sidebar(array( 'name' => 'Sidebar 2', 'before_widget' => '
    ', // Removes
  1. 'after_widget' => '
', // Removes 'before_title' => '

', // Replaces

'after_title' => '

', // Replaces )); if ( function_exists('register_sidebar') ) register_sidebar(array( 'name' => 'Sidebar 3', 'before_widget' => '
    ', // Removes
  1. 'after_widget' => '
', // Removes 'before_title' => '

', // Replaces

'after_title' => '

', // Replaces )); // End for Widget Settings. // Begin languages settings if (!function_exists ('load_theme_textdomain')) include (ABSPATH.WPINC.'/l10n.php'); load_theme_textdomain ('apple4us'); // End for languages settings. // Begin remove the CSS of WP-Pagenavi plugin, // you can find the CSS in layout.css file,find /* Hack for WP-PageNavi */ remove_action('wp_head', 'pagenavi_css'); // End remove function of WP-Pagenavi // remove the checkbox of Subscribe to comments, // the codes of the checkbox in the comments.php, find // the CSS in the comments.css, find /* Begin Hack for subscribe-to-comments */ remove_action('comment_form', 'show_subscription_checkbox'); // End remove the function of Subscribe to comments // Begin Comments list function apple4us_comment($comment, $args, $depth) { $GLOBALS['comment'] = $comment; ?>
  • id="comment-">
    user_id != 0) { $isByAuthor = true; } if ('comment-entry-alt' == $oddcomment && $isByAuthor == true) { $oddcomment = 'comment-entry-owner'; } if ('comment-entry-alt' != $oddcomment && $isByAuthor == true) { $oddcomment = 'comment-entry-owner'; } elseif ('comment-entry-alt' == $oddcomment && $isByAuthor == false) { $oddcomment = 'comment-content'; } else { $oddcomment = 'comment-content'; } ?> comment_approved == '0') : ?>
    'div-comment', 'depth' => $depth, 'max_depth' => $args['max_depth']))) ?>