• Resolved spectrede

    (@spectrede)


    Hi,

    I really like this addons.

    Is it possible to create an option, so that only the year will be displayed. I currently select “2020-01-01” as date for an entry but I only want to show in the timeline the year like “2020”.

    Best wishes,
    Patrick

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author WpBean

    (@wpbean)

    Yes, It’s possible.

    Add this code to your theme or child theme functions.php –

    add_filter( 'wpb_ea_timeline_date_format', function($format){ return 'Y'; } );

    Thanks

    Thread Starter spectrede

    (@spectrede)

    Thanks. It works perfect! 🙂

    Plugin Author WpBean

    (@wpbean)

    Good to know that.

    Do you mind to provide a 5-star rating to this plugin?

    Huge thanks in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Timeline – Only Year’ is closed to new replies.