Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter acaponiti

    (@acaponiti)

    wp-includes/widgets.php file that controls the appearance of the header? Looks right…

    I modified h2 to h1, but it did not alter blog. I’m extremely frustrated and lost. Is there anything else I can do?

    Otto’s plugin allows code in a widget, the other allows code in a post’s content.

    Thanks!

    Thread Starter acaponiti

    (@acaponiti)

    Thanks! Is this the line of code in the wp-includes/widgets.php file that controls the appearance of the header?

    $defaults = array(
    ‘name’ => sprintf(__(‘Sidebar %d’), $i ),
    ‘id’ => “sidebar-$i”,
    ‘before_widget’ => ‘<li id=”%1$s” class=”widget %2$s”>’,
    ‘after_widget’ => “\n”,
    ‘before_title’ => ‘<h2 class=”widgettitle”>’,
    ‘after_title’ => “</h2>\n”,

    Also, is Otto’s php code widget the same as the ExecPHP plug-in. I downloaded the plug-in but had a bit of trouble getting up-to speed on it.

Viewing 2 replies - 1 through 2 (of 2 total)