• Resolved julie

    (@juregan)


    Hi,

    In the Preview Snippet for the Posts Page, the blog title appears twice.

    The posts page is a custom page. The home page is static.

    The setting is:

    %page_title% | %blog_title%

    It is the only page where this is happening.

    Is there anything I can do to fix it?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • The new method of getting and displaying page title is very buggy
    here is a temporary solution for that.

    Michael Torbert

    (@hallsofmontezuma)

    WordPress Virtuoso

    @jude

    We’ve got an issue open to fix that in the next major release. https://github.com/semperfiwebdesign/all-in-one-seo-pack/issues/1408

    @amib

    You’re referring to something completely different, and should have started a new topic.
    We’ve always rewritten the title. That’s part of the primary functionality of the plugin. We previously had an option to disable rewriting the title. We’ve now removed it in 3.0.

    I was facing the same issue in the site title( two titles after each other ) and some other incompatibilities.
    The whole title system of new version is breaking compatibility with some themes.

    The old and the new title system do not fulfill every SEO requirement for expert users and removing options to bypass this option is not a good decision.

    Michael Torbert

    (@hallsofmontezuma)

    WordPress Virtuoso

    @amib
    The double title is a known issue and one we’ll be fixing in 3.1. It was not introduced in 3.0.

    The whole title system of new version

    There’s no new “title system”. We only removed the option to disable title rewriting, since title rewriting is a core feature of the plugin. It’s very rare that someone would use the plugin without wanting it to rewrite their title according to the templates, so we saw this as a way to simplify the settings page a bit with rarely used settings. Title rewriting can still be disabled using an API hook, similar to the code you provided.

    and some other incompatibilities… breaking compatibility with some themes.

    Please provide more details about the problems you’re encountering. We can’t fix what doesn’t get reported. The best way to report a bug is to open a Github issue: https://github.com/semperfiwebdesign/all-in-one-seo-pack/issues

    It seems that there is also a new option to force rewrite in permissions( by using buffers ), this was also auto activated and it took me some time to find out what is happening to site title.

    This option is also a problem itself. What performance and memory issues happen if every plugin decides to buffer whole the page to “forcibly” modify the html intentionally generated by theme ?

    These two main modifications and other changes related to them kept me awake by now( 6:30 AM ) fixing the title of some sites to prevent SEO problems.

    Anyway the problem is solved now. but I hope future modifications do not break the compatibility as there are thousands of sites using it.

    These type of actions may have no effect on many sites. but some handcrafted sites will face issues

    Michael Torbert

    (@hallsofmontezuma)

    WordPress Virtuoso

    @amib Again, we haven’t added anything new in 3.0 for titles, we’ve only removed the option to disable title rewriting.
    The “force rewrites” option, which uses output buffering, is not new, and has been in the plugin for over 10 years.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Posts Page – Blog Title appears twice’ is closed to new replies.