• Resolved Reost

    (@reost)


    Hello,

    I use All In One SEO plugin which allows me to select how I want to arrange the title.

    I would like it tobe TAG_TITLE | BLOG_TITLE (and the same with categories etc.)

    In other themes it works but on Easel it still shows BLOG_TITLE TAG_TITLE | BLOG_TITLE.

    How could I change this?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Frumph

    (@frumph)

    Easel uses a filter on wp_title, if all in one SEO doesn’t use that filter then it should, and over write it.

    I recommend yoasts SEO anyways

    Thread Starter Reost

    (@reost)

    Is it possible then to remove the standart Easel behaviour of adding blog title at the beginning of page title so I could use All-in-one SEO to add that title at the end?

    Theme Author Frumph

    (@frumph)

    yeah just comment out the // add_action for the wp_title at the top of the functions.php

    Thread Starter Reost

    (@reost)

    Thank you, but functions.php does not include neither add_action nor wp_title at the top. There are wp_title only at the end ( function easel_filter_wp_title( $title ) { )

    Theme Author Frumph

    (@frumph)

    add_filter('wp_title', 'easel_filter_wp_title');

    add two // in front of it

    // add_filter('wp_title', 'easel_filter_wp_title');

    Line #7 at the top of the functions.php file.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to remove Blog title from title?’ is closed to new replies.