Title: Cannot change title in my wordpress site
Last modified: September 18, 2018

---

# Cannot change title in my wordpress site

 *  Resolved [Patrick](https://wordpress.org/support/users/uentooser/)
 * (@uentooser)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/cannot-c/)
 * Howdy Team. I’ve tried to change the page title in the normal WordPress settings
   and Yoast SEO settings too. Last but not least I’ve tried to change in header.
   php
 * `<title><?php wp_title( '|', true, 'right' ); ?></title>`
 * and in the function.php too:
 *     ```
       function custom_title($title_parts) {
           $title_parts['title'] = "Page Title";
           return $title_parts;
       }
       add_filter( 'document_title_parts', 'custom_title' );
       ```
   
 * both are doesn’t work. Can you help me in this section? Also as I check my Google
   Chrome Developer Console, he shows me no errors. I really think, it’s a Brizy
   Bug, because, if I change the Template in side attributes to “Default Page” it
   will be display correct.
 * Best, Patrick.
 * In the screenshot you can see my problem.
 * Screenshots
    [https://user-images.githubusercontent.com/12643853/43821685-2a852476-9aea-11e8-9c93-acfcf5208e3b.png](https://user-images.githubusercontent.com/12643853/43821685-2a852476-9aea-11e8-9c93-acfcf5208e3b.png)
    -  This topic was modified 7 years, 8 months ago by [Patrick](https://wordpress.org/support/users/uentooser/).

Viewing 1 replies (of 1 total)

 *  Plugin Support [nataliachit](https://wordpress.org/support/users/nataliachit/)
 * (@nataliachit)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/cannot-c/#post-10720418)
 * Hi Patrick! [@uentooser](https://wordpress.org/support/users/uentooser/)
 * Natalia here, Brizy team!
 * Deep apologies for this late reply. Let’s discuss this issue on our Facebook 
   chat.
    Please, ignore the boots messages and send me direct url link of your 
   page.
 * [https://jumpshare.com/v/kK5HJAbuLqQMaLGpu8Xw](https://jumpshare.com/v/kK5HJAbuLqQMaLGpu8Xw)
 * Thank you
    Regards, Natalia

Viewing 1 replies (of 1 total)

The topic ‘Cannot change title in my wordpress site’ is closed to new replies.

 * ![](https://ps.w.org/brizy/assets/icon.svg?rev=2995174)
 * [Brizy - Page Builder](https://wordpress.org/plugins/brizy/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/brizy/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/brizy/)
 * [Active Topics](https://wordpress.org/support/plugin/brizy/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/brizy/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/brizy/reviews/)

## Tags

 * [title](https://wordpress.org/support/topic-tag/title/)

 * 1 reply
 * 2 participants
 * Last reply from: [nataliachit](https://wordpress.org/support/users/nataliachit/)
 * Last activity: [7 years, 8 months ago](https://wordpress.org/support/topic/cannot-c/#post-10720418)
 * Status: resolved