The latest increase in seo score has come from adding a link to the bottom of my main page text which contains the <h1> tag text which in my case is from the 'New Products' module title.
What I would like to do is have the month name change every month so I do not have to manually change it.
This is the code from the module which displays the text
Code: Select all
<?php echo MODULE_CONTENT_TEXT_MAIN_TEXT; ?>
and I would like to add the following link to the language file or to the end of the above code
Code: Select all
<a href="https://mydomain.co.uk/products_new.php">Our April Favourites</a>
where 'April' is changed dynamically month by month.
I see from the new products module that the month is defined by %s but not sure what else and where to define it???
I hope that made sense lol