Title: mindhunter77's Replies | WordPress.org

---

# mindhunter77

  [  ](https://wordpress.org/support/users/mindhunter77/)

 *   [Profile](https://wordpress.org/support/users/mindhunter77/)
 *   [Topics Started](https://wordpress.org/support/users/mindhunter77/topics/)
 *   [Replies Created](https://wordpress.org/support/users/mindhunter77/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/mindhunter77/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/mindhunter77/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/mindhunter77/engagements/)
 *   [Favorites](https://wordpress.org/support/users/mindhunter77/favorites/)

 Search replies:

## Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All in One SEO – Powerful SEO Plugin to Boost SEO Rankings & Increase Traffic] Changing Case of Meta Title Tags](https://wordpress.org/support/topic/changing-case-of-meta-title-tags/)
 *  Thread Starter [mindhunter77](https://wordpress.org/support/users/mindhunter77/)
 * (@mindhunter77)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/changing-case-of-meta-title-tags/#post-7660161)
 * That worked. Thanks man.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All in One SEO – Powerful SEO Plugin to Boost SEO Rankings & Increase Traffic] Changing Case of Meta Title Tags](https://wordpress.org/support/topic/changing-case-of-meta-title-tags/)
 *  Thread Starter [mindhunter77](https://wordpress.org/support/users/mindhunter77/)
 * (@mindhunter77)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/changing-case-of-meta-title-tags/#post-7660043)
 * Also, it seems to be working on the main page and the category pages, just not
   product pages.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All in One SEO – Powerful SEO Plugin to Boost SEO Rankings & Increase Traffic] Changing Case of Meta Title Tags](https://wordpress.org/support/topic/changing-case-of-meta-title-tags/)
 *  Thread Starter [mindhunter77](https://wordpress.org/support/users/mindhunter77/)
 * (@mindhunter77)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/changing-case-of-meta-title-tags/#post-7660042)
 * I added this to the functions area, but it does not seem to work on products/
   posts. I’m using WooCommerce if that matters.
 *     ```
       // added to make meta titles proper case 8-12-2016
       add_action( 'aioseop_title', 'change_wordpress_seo_title' );
   
       function change_wordpress_seo_title($title) {
           $string =ucwords(strtolower($title));
   
           foreach (array('-', '\'') as $delimiter) {
             if (strpos($title, $delimiter)!==false) {
               $title =implode($delimiter, array_map('ucfirst', explode($delimiter, $title)));
             }
           }
           return $title;
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All in One SEO – Powerful SEO Plugin to Boost SEO Rankings & Increase Traffic] Changing Case of Meta Title Tags](https://wordpress.org/support/topic/changing-case-of-meta-title-tags/)
 *  Thread Starter [mindhunter77](https://wordpress.org/support/users/mindhunter77/)
 * (@mindhunter77)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/changing-case-of-meta-title-tags/#post-7660009)
 * Thanks. I will look that over.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Anyone know a wordpress forum that…](https://wordpress.org/support/topic/anyone-know-a-wordpress-forum-that/)
 *  Thread Starter [mindhunter77](https://wordpress.org/support/users/mindhunter77/)
 * (@mindhunter77)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/anyone-know-a-wordpress-forum-that/#post-542313)
 * Thanks man

Viewing 5 replies - 1 through 5 (of 5 total)