Forums

[Plugin: ICS Calendar] Changing the "widgettitle" output (2 posts)

  1. eatyourguitar
    Member
    Posted 1 month ago #

    I can't seem to find a way to change the Widget header to a style other than <h2 class="widgettitle">. Anyone have any insight?

    http://wordpress.org/extend/plugins/wordpress-ics-importer/

  2. eatyourguitar
    Member
    Posted 1 month ago #

    Nevermind, I figured it out:

    CHANGED

    echo $before_widget . $before_title;
    echo $widget['widget_title'];
    echo $after_title;

    TO

    echo $before_widget;
    echo '<span class="top_headers">NEXT SHOW</span>';

Reply

You must log in to post.

About this Topic