Change Day of Week in This Week Widget Shortcode

Home Forums Calendar Products Events Calendar PRO Change Day of Week in This Week Widget Shortcode

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1331235
    Christine Cobb
    Participant

    I am using the This Week Widget shortcode and have it working almost perfectly. The only thing left is to change the days of the week titles to the full name rather than the abbreviation. So I’d like Thursday instead of Thur.

    Ideally, I’d like to change this without making a change to the theme’s functions.php file.

    #1331762
    Courtney
    Member

    Hi Christine

    Add this snippet to either your child theme’s functions.php file or use the My Custom Functions plugin. 

    add_filter( 'tribe_events_this_week_day_format', function() { return 'l'; } );

    Let me know if that works for you.

    Thanks
    Courtney 🙂

    #1331818
    Christine Cobb
    Participant

    Thanks, that worked!

    #1332046
    Courtney
    Member

    Great Christine

    Do let us know if you need any other help.

    Thanks
    Courtney 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change Day of Week in This Week Widget Shortcode’ is closed to new replies.