Viewing 12 replies - 1 through 12 (of 12 total)
  • Thread Starter vasonson

    (@vasonson)

    i’m sorry, but my english is pretty weak.
    How can i remove auto addable website name of page name using code?

    Plugin Author Sybre Waaijer

    (@cybr)

    Hi vasonson,

    Thanks for opening a new topic :). Your English is fine, I perfectly understand you.

    In the next update, when your theme is doing it wrong, you can remove the website’s name from the title. Alas, 2.6.0 isn’t ready yet.

    You have two options:
    1. Wait for 2.6.0 to come out (Released in 2 to 5 weeks, circumstantial).
    2. Follow the steps below to make your theme do it right if you can’t wait.

    If you can’t wait, and chose option 2, continue:

    Step 1:
    1. Create a child theme based on your current theme. If you’re already using a child theme, nothing has to be done.
    2. Activate the child theme.

    Step 2:
    1. Go to your parent theme’s header.php file through FTP.
    2. Copy it and place it in the child theme’s folder.
    3. Make a backup, for if it goes wrong.
    4. Remove the code <title> ... </title> from there, and everything in between.
    5. You’ve now removed the wrong title output.

    Step 3:
    1. Go to your child theme’s functions.php file.
    2. Add the following line:

    add_theme_support( 'title-tag' );

    You’re done! Your website’s a bit faster now.
    And now you can also remove the website title from the title output.
    You can do so through the Title Settings in the SEO Settings Page :).

    I hope this helps! Let me know if you need further assistance.

    Note: Keep backups for if it goes wrong!

    Thread Starter vasonson

    (@vasonson)

    Sybre, thank you so much for your help, will be waiting for 2.6.0 update! I’m sure, it’ll work perfect. Thank you for your work done!

    Plugin Author Sybre Waaijer

    (@cybr)

    Sure thing! I’ll keep you updated when it’s ready :). If you wish to participate in the beta tests, let me know!

    Have a wonderful day! ??

    Thread Starter vasonson

    (@vasonson)

    i’m ready to participate when you are!
    have a good evening.

    Thread Starter vasonson

    (@vasonson)

    Hi Sybre.

    Thread Starter vasonson

    (@vasonson)

    Thank you for a wonderful plugin .
    After the upgrade, I do not understand what kind of bugs me in the description pages?

    Thread Starter vasonson

    (@vasonson)

    Can not send a screen shot to show .

    Thread Starter vasonson

    (@vasonson)

    Perhaps the picture here show ?

    Plugin Author Sybre Waaijer

    (@cybr)

    Hi vasonson,

    I hope everything goes well :).

    You can upload images on various image sharing websites. Like Dropbox, tinypic, etc.

    I await your reply, have a great day!

    Thread Starter vasonson

    (@vasonson)

    I can’t understand what kind of mistakes in settings i have, can you please help? https://imgur.com/OVPQolo

    Plugin Author Sybre Waaijer

    (@cybr)

    Hi vasonson,

    Thank you for the image!

    I see there’s a bug with Russian characters. For now, you can ignore it.
    I’ll look for a solution and will release an update when I found and fixed it.

    Have a great day! ??

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘To remove the automatic addition blog-name to page titles.’ is closed to new replies.