How to change display name of the month?

Viewing 7 posts - 1 through 7 (of 7 total)
  • #2109
    max
    Participant

    I put calendar widget in the footer section. It’s displaying name of the past month like “mar” and I need it to be like “march”.
    How can I do that?
    Thanks.

    #2110
    Daniel Tara
    Keymaster

    The widget is theme-idependent, you’ll have to hack into the widget’s code.

    #2111
    max
    Participant

    Daniel said:
    The widget is theme-idependent, you’ll have to hack into the widget’s code.

    Daniel,
    I didn’t install the widget, I think he’s came along with theme. It’s calendar of texts in site.

    #2112
    Daniel Tara
    Keymaster

    It actually came with WordPress, it’s a standard built-in widget.

    #2113
    max
    Participant

    Do you know where can I find the code of that built-in widget, that I could change it after? It’s not with all others widgets…

    #2114
    Daniel Tara
    Keymaster

    /wp-includes/default-widgets.php line 327 class WP_Widget_Calendar extends WP_Widget

    #2115
    max
    Participant

    Thanks!

Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.