Term gets the start page metatitle & description. Shares the same ID:s.
-
Hello! Thank you for this fantastic plugin.
We’re having problem with the meta title and description when we have a taxonomy term with the same term id as the start page id.
$is_front_page = $this->is_front_page() || $args[‘page_on_front’] || $this->is_static_frontpage( $args[‘term_id’] );
The method is_static_frontpage() returns true when the term_id is the same as the startpage id. This results in that the meta description and title for the category term get the startpage title and description and cannot be changed manually.
Plugin version: 2.8.2
Class: Generate_Title
Method: build_title()
Row: 445
Problem line : $is_front_page = $this->is_front_page() || $args[‘page_on_front’] || $this->is_static_frontpage( $args[‘term_id’] );We dont want to change the core files of the plugin files, do you have any ideas on what to do?
- The topic ‘Term gets the start page metatitle & description. Shares the same ID:s.’ is closed to new replies.