Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1290523

    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

    #1290595

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Page Title – How Do I Set the Page Title Dynamically?’ is closed to new replies.