[ad_1]
Archive page is missing the page title. Also when I try to use the generate_after_archive_title hook to instantiate the following function:
function search_form_in_archive() {
get_search_form();
}
add_action(‘generate_after_archive_title’, ‘search_form_in_archive’);
It’s not working as expected. I believe, for some reason, generate_archive_title is not being instantiated or there might be something missing. The page is in staging, so I can provide you with a link, perhaps you have some ideas on what I might be doing wrong?
