Hi,
I would like to know how to set the Page Title Dynamically.
I tried with several filter (wp_title, ava_after_main_title, ava_after_main_container, …) but unsuccessfully except ‘the_title’ but not satisfying (change title but menu items as very weird).
Best regards
Jorge
Hi,
I founded the solution : The right filter to use is “ the_title “ combined with “is_singular( ‘page’ ) && in_the_loop()” functions in order to exclude menu items.
Sorry for the disturb.
Please feel free to close this topic.
Best regards
Jorge