• Resolved Philip

    (@lesebrille)


    I have some items that (because of a registered brand name) must have an uppercase-title like “I NEED YOU Otto”. Google does not accept these because of too many capital letters. Is there any way I can transform the title in the feed to mixed-case, e.g. “I Need You Otto”? I would even be happy about a hint how I could add this functionality myself via my functions.php file

    Thanks and best regards,
    Philip

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author AukeJomm

    (@aukejomm)

    Hello @lesebrille,

    Thanks for using our plugin and reaching out to us.
    Yes, that is totally possible with the plugin and the filter we can use.

    Check out this little snippet to use in your functions.php

    https://gist.github.com/Auke1810/974ce82c40c16cba42d77211adb781a4

    Let me know if that helped!

    Thread Starter Philip

    (@lesebrille)

    Hello Auke,

    thank you so much for your fast response and the example!!!
    It works and totally solved my problem.

    (There is one closing curved bracket too much in your code snippet, 2 lines above “return attributes;” which breaks the code, but that was an easy fix)

    Best regards,
    Philip

    Plugin Author AukeJomm

    (@aukejomm)

    OEPS! ??

    Copy past error!
    Thanks for letting me know.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Lower Case Title’ is closed to new replies.