• Resolved alyshtva

    (@alyshtva)


    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?

    • This topic was modified 1 year, 3 months ago by alyshtva.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Title of Archive page missing’ is closed to new replies.