Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi, same problem here ??

    after I update to 2.3.2.3 all first letter in “Home Title”, “Page Title” and “Post Title” of each word are capitalized!

    The Capitalize Titles in my Title Settings is checked but this is only for Search and Tag Pages not for Home, Page and Post Titles!

    comment out the line 3192 and 3193 in aioseop_class.php

    if ( !empty( $aioseop_options['aiosp_cap_titles'] ) )
    $title = $this->capitalize( $title );

    to

    // if ( !empty( $aioseop_options['aiosp_cap_titles'] ) )
    // $title = $this->capitalize( $title );

    i hope this helps ??

    Plugin Support Steve M

    (@wpsmort)

    This issue will be fixed in the next release due out very soon.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problem – Capital Letters In Each Word In Titles On All Blog’ is closed to new replies.