• Resolved annarachele

    (@annarachele)


    Hi!
    I just downloaded your excellent plug-in on my website and I wanted to ask: is there a way to remove the blogname from the title of my articles? I saw that you can manually change every single article but… is there an automatic way to remove it from the custom Seo title?

    Thanks a lot.
    Keep on doing your great work.

    https://wordpress.org/plugins/autodescription/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Sybre Waaijer

    (@cybr)

    Hi annarachele,

    Thanks for the compliment! 😀

    If you edit the Title on each article or page the Blog Name will always still be added. In the future I will show a more concrete way how this is output on the front end.

    Although not recommended, you can however remove the Blog Title from each desired page through a filter, which I will add in the next update.

    The reason it’s not recommended is because your Blog Name is what holds the site together for Search Engines, so they know where your pages belong to, although the domain is the same.

    I will update on this post after I have instated the filter which will do exactly as requested :).

    Thanks and have a great day!

    Plugin Author Sybre Waaijer

    (@cybr)

    Just installed the filter. It will only work on themes that are doing it wrong.

    The filter:
    add_filter( 'the_seo_framework_add_blogname_to_title', '__return_false' );

    You can fetch the beta of The SEO Framework 2.4.3 from https://github.com/sybrew/the-seo-framework which contains this new filter 🙂 Among other fixes.

    Thanks and have a great day!

    Jay Hoque

    (@jhoque-photography)

    Hi Sybre,

    I downloaded the beta version and tried installing, but keep getting the following fatal error message:

    Fatal error: Cannot redeclare the_seo_framework_locale_init() (previously declared in /var/sites/j/jhoque.com/public_html/wp-content/plugins/autodescription/autodescription.php:161) in /var/sites/j/jhoque.com/public_html/wp-content/plugins/the-seo-framework-master/autodescription.php on line 162

    Also, the filter you mentioned in your comment, which file would you add it to?

    Plugin Author Sybre Waaijer

    (@cybr)

    HI J.Hoque,

    You’ve uploaded the beta in another map and tried to run both The SEO Framework 2.4.2 and The SEO Framework 2.4.3 beta simultaneously. The SEO Framework resides in /wp-content/plugins/autodescription/ 🙂

    The beta and the normal versions can’t run side-by-side and they look very much alike in the plugin page.

    You should add the filter to your child theme functions.php.
    The best guide I found was: http://docs.presscustomizr.com/article/26-wordpress-actions-filters-and-hooks-a-guide-for-non-developers

    I hope this helps! 🙂

    Jay Hoque

    (@jhoque-photography)

    Thanks for the quick response.

    I actually deleted the normal version first and uploaded the beta. Should it have still caused the error?

    I’ll give it another shot.

    Another question, is there a way to disable auto insertion of titles?

    Plugin Author Sybre Waaijer

    (@cybr)

    Hi J.Hoque,

    The error log you’ve shown pointed that it was actually the case of a duplicate. Maybe things have changed since then 🙂

    Could you elaborate more on the insertion of titles? Perhaps with an example? I don’t think I quite understand what you wish to achieve at this moment.

    Thanks!

    Plugin Author Sybre Waaijer

    (@cybr)

    Hi guys,

    I just wanted to let you know that The SEO Framework 2.4.3 has just been released, which contains the filter.

    Let me know if everything works out 🙂

    I’m marking this topic as resolved, if however you’re still encountering this issue even though the filter has been put in place, please let me know by replying on this topic!

    Thanks and have a great day!

    @jhoque-photography If you’re still trying to figure out how to solve your issue, could you please open up a new topic related to your question? Thanks!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How to remove the blognamen from the title’ is closed to new replies.