Hello,
We apologize for the issue you are facing with the missing "TEMPLATE" and "LANDING PAGE" options in the "TITLES & META" settings of Rank Math.
In the free version of Rank Math, certain features, including advanced options like templates for landing pages, may not be available. If you are not seeing these options, it could be due to the limitations of the free version.
If you have already tried adding filter hooks and it caused issues with your header, we recommend reverting those changes to avoid further complications.
For more detailed assistance, please reply to this ticket, and a human agent from the Rank Math Support team will take over and provide you with the help you need.
Thank you for raising this concern!
Sources:
Rank Math ‘Titles and Meta’ Options and Settings
will the PRO version give me access or do I need a higher tier version?
Hello,
Thank you for contacting us and sorry for any inconvenience that might have been caused due to that.
Please make sure the CPT(Landing page & Template) from your theme is publicly visible or publicly queryable. You should check how your theme is registering the post type.
Alternatively, you can attempt adding the following filter to your website to force these CPTs to be parsed by our plugin:
add_filter( 'rank_math/excluded_post_types',function( $post_types) {
$post_types['your_post_type'] = 'your_post_type';
return $post_types;
}, 11 );
Make sure to change your_post_type with the actual post type on your site.
Here’s how you can add filter/hook to your WordPress site:
https://rankmath.com/kb/wordpress-hooks-actions-filters/
Let us know how it goes. Looking forward to helping you.
Thank you.
Hello,
Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.
If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.
Thank you.