• Resolved tamias-airlab

    (@tamias-airlab)


    Hi there,
    I have a bilingual website (so two header files).
    I would like to translate the home page title and description.
    Is there a way to overwrite the title and description tag added by All in SEO?
    I would like to keep the SEO title for other pages.
    I tried to add a title tag after the wp_head() function, but it doesn’t appear on my browser.
    Thx for your help.

    http://wordpress.org/plugins/all-in-one-seo-pack/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi tamias-airlab,

    All in One SEO Pack has support for the WPML plugin; you should be able to use that to do this. Alternatively, it is possible to overwrite the title and the description using a bit of code, the filter hooks for this are aioseop_title and aioseop_description and they use the WordPress Plugin API.

    Thread Starter tamias-airlab

    (@tamias-airlab)

    Yes!
    I used the filter hooks,
    Many thanks Peter!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Overwrite Seo title and description’ is closed to new replies.