I want to add a static list to the very end of my category archive pages so when you click to the category archive link page in the navigation menu, you will look through all the post listings in that category but once you get to the end, there is a static HTML list that looks similar to this:
Item One
Item Two
Item Three
They won’t be link, but just static content. Where in the archive.php file do I put the HTML code for this?
If you want to make any changes make sure do it via child theme so that you changes won’t get lost when you update the theme. Now you can see the code for archive in clean-retina-pro->library->structure->content-extensions.php and look for cleanretina_theloop_for_archive function.