Tagged: , , ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #525739
    #526773

    Hey raoulbeltra!

    Please add following code to Functions.php file in Appearance > Editor

    function avia_get_the_date_sc(){
    	return the_time('F j, Y');
    }
    add_shortcode( 'avia_date', 'avia_get_the_date_sc' );
    

    and then go to Appearance > Menus and add a new Custom link with # for URL and insert [avia_date] into navigation field, add it to your menu and move it to the top

    Cheers!
    Yigit

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