Joshua

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Joshua
    Participant

    I have found the needed code for others who may run into this and use SEO Framework instead of that beast Yoast.

    
    add_filter('the_seo_framework_pre_add_title', 'change_the_title');
    function change_the_title() {
      return 'Your Custom Title  Here';
    }
    
    Joshua
    Participant

    Forgive my lack of clarity.

    I need to change the title for the events submission page. The provided doc is for events only. I am currently using the described function for the page, but its not working. The code is in my functions file with my other custom functions. My child is enabled and my other functions are working as expected. Its just this one.

    Joshua
    Participant

    Is it possible to directly contact support on these questions if no one responds?

Viewing 3 posts - 1 through 3 (of 3 total)