I have a WordPress project that uses the Tempera theme. I am not a WordPress developer and the decision to use WordPress was made elsewhere. I’m trying to use the datepicker that comes with the Tempera theme. There are two tags associated with the datepicker that need to go into the <head>: a <link> to ‘styles/datepicker.css’ and a <script> to ‘js/datepicker.js’. How do I get these two links into my page’s HTML? Thanks.
I’m sorry, but Tempera does not include a datepicker script (or anything similar). You’re likely using external resources.
The simplest solution would be to search for a plugin that provides such functionality (and bundles the necessary CSS/JS). If you really want to do this manually, you’ll need to create a child theme (or a plugin), place those files in it and write the necessary code to enqueue them.