Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1412170
    Mohammad
    Guest

    Hi,

    I want to show the archive like the below example :

    2023: Jan Feb March
    2022: June
    2021: August November

    I have added the below code to the function.php file, but it shows only the year

    function my_limit_archives( $args ) {
    $args[‘type’] = ‘yearly’;
    return $args;
    }

    add_filter( ‘widget_archives_args’, ‘my_limit_archives’ );
    add_filter( ‘widget_archives_dropdown_args’, ‘my_limit_archives’ );

    Best regards,
    Mohammad

    #1412379

    Hi Mohammad,

    Thanks for contacting us!
    Unfortunately we don’t have that feature, please try to check plugins that provide those type of widgets.

    Best regards,
    Nikko

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.