Hi, On the bottom of my store it says that it was made in 2023 how do I make it say 2022. I have looked through the footer.liquid and cannot find now/date code.
Hi AidanLutz, I think you need to locate the code responsible for generating this information. Since you have looked in the footer.liquid file and were unable to find the code, you may need to search for it in other files within your theme’s code.
you can go through some steps:
-
Access your store’s code: Depending on your e-commerce platform, you may access your store’s code through an online code editor or by downloading it to your local computer.
-
Search for the code: Use the search function in your code editor to search for keywords such as “year” or “date” to find the code that is generating the year displayed in the footer.
-
Modify the code: Once you have located the code, you can modify it to change the year displayed in the footer. Make sure to save your changes and test the result on your live store.
It’s important to backup your theme code before making any changes, in case any mistakes are made during the editing process, remember it.
else you need to reach out to a web developer or the theme’s support team for assistance.