Search for: Log In Free Support [Support request] display date and time on my header Home › Forums › Support › display date and time on my header This topic has 4 replies, 3 voices, and was last updated 3 years, 9 months ago by Tom. Viewing 5 posts - 1 through 5 (of 5 total) Author Posts July 17, 2017 at 8:18 am #350643 89tis how can i display date and time inside the heeder and above the meu bar GeneratePress 1.3.48 July 17, 2017 at 9:00 am #350673 LeoStaff Customer Support Hi there, Do you currently have the navigation set to float right? Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ July 17, 2017 at 9:10 am #350681 89tis yes July 17, 2017 at 9:22 am #350686 LeoStaff Customer Support Try this snippet: add_action( 'generate_inside_navigation','generate_date_navigation' ); function generate_date_navigation() { ?> <span class="nav-date"> <?php the_date(); ?> <?php the_time(); ?> </span> <?php } Adding PHP: https://docs.generatepress.com/article/adding-php/ Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ July 17, 2017 at 9:42 am #350699 TomLead Developer Lead Developer Or put a widget like this into the header widget: https://en-ca.wordpress.org/plugins/date-and-time-widget/ Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development Author Posts Viewing 5 posts - 1 through 5 (of 5 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In