hmobile Posted April 28, 2022 Share Posted April 28, 2022 How to Automatically adding current day date in meta title of a page ? thansk ☺️ Link to comment Share on other sites More sharing options...
abdullacm Posted April 28, 2022 Share Posted April 28, 2022 modify head.tpl and add smarty date_format {$yesterday|date_format:"%A, %B %e, %Y"} Link to comment Share on other sites More sharing options...
abdullacm Posted April 28, 2022 Share Posted April 28, 2022 <title>{block name='head_seo_title'}{$page.meta.title} {$yesterday|date_format:"%A, %B %e, %Y"}{/block}</title> Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now