• Hello very good morning

    In my web I am using automatic dynamic years for the title with this function:

    add_shortcode( 'anual' , 'fecha_actual' );
     function fecha_actual() {
     $year = date("Y");
     return "$year";
    }
    add_filter( 'the_title', 'do_shortcode' );

    when the titles are displayed in the plugging part of the shortcode is shown: [anual]

    How can I modify it?

    thank you very much

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘add automatic date to the title’ is closed to new replies.