Comments on: Remove Title Attribute from WordPress Menu Link http://www.dynamicwp.net/articles-and-tutorials/remove-title-attribute-from-wordpress-menu-link/ Designing Beautiful Wordpress ThemeMon, 10 Jun 2013 03:42:35 +0000hourly1http://wordpress.org/?v=3.5.1By: Debbie http://www.dynamicwp.net/articles-and-tutorials/remove-title-attribute-from-wordpress-menu-link/comment-page-1/#comment-508101 DebbieSat, 01 Jun 2013 17:04:21 +0000http://www.dynamicwp.net/?p=3263#comment-508101Just the solution I was looking for and it still works (June 1, 2013). ]]>By: Soni Sharma http://www.dynamicwp.net/articles-and-tutorials/remove-title-attribute-from-wordpress-menu-link/comment-page-1/#comment-506249 Soni SharmaFri, 26 Apr 2013 08:57:11 +0000http://www.dynamicwp.net/?p=3263#comment-506249Ohho! It doesn’t work for me I am using Geo Places Theme and I am putting huge description in categories. it shows long lines in view source….not good for SEO ]]>By: 100 WordPress Code Snippets from Across the Net « Tech Snippets http://www.dynamicwp.net/articles-and-tutorials/remove-title-attribute-from-wordpress-menu-link/comment-page-1/#comment-500950 100 WordPress Code Snippets from Across the Net « Tech SnippetsSun, 05 Aug 2012 07:58:02 +0000http://www.dynamicwp.net/?p=3263#comment-500950[...] Source: Dynamic WP [...] ]]>By: JokeVandeFliert http://www.dynamicwp.net/articles-and-tutorials/remove-title-attribute-from-wordpress-menu-link/comment-page-1/#comment-500939 JokeVandeFliertThu, 02 Aug 2012 16:06:56 +0000http://www.dynamicwp.net/?p=3263#comment-500939briljant! Before I was using the Remove tittle attribute plugin, but that gave me an unwanted problem.
This simple addition to my functions solved my problem :)
I just added one extra line to remove some more titles :)
add_filter( ‘the_category’, ‘my_menu_notitle’ ); ]]>
By: Ayu http://www.dynamicwp.net/articles-and-tutorials/remove-title-attribute-from-wordpress-menu-link/comment-page-1/#comment-330130 AyuSat, 03 Dec 2011 22:07:30 +0000http://www.dynamicwp.net/?p=3263#comment-330130Thank you so much, it works perfectly! ]]>By: Tom Launder http://www.dynamicwp.net/articles-and-tutorials/remove-title-attribute-from-wordpress-menu-link/comment-page-1/#comment-317675 Tom LaunderSat, 26 Nov 2011 16:27:13 +0000http://www.dynamicwp.net/?p=3263#comment-317675Thanks for the code. Worked perfectly. Title tags on menu items were ruining the drop-down navigation. ]]>By: danilo http://www.dynamicwp.net/articles-and-tutorials/remove-title-attribute-from-wordpress-menu-link/comment-page-1/#comment-250807 daniloSat, 08 Oct 2011 20:07:37 +0000http://www.dynamicwp.net/?p=3263#comment-250807thanks a lot….i’m using your solution in a
3.2 WP site.
Is it possibile to ‘remove’ that unwanted effect
from archives too?
See you soon! ]]>
By: mmncs.com http://www.dynamicwp.net/articles-and-tutorials/remove-title-attribute-from-wordpress-menu-link/comment-page-1/#comment-218220 mmncs.comMon, 12 Sep 2011 20:37:24 +0000http://www.dynamicwp.net/?p=3263#comment-218220Nice solution! I needed that for my solution. ]]>By: freshmaker http://www.dynamicwp.net/articles-and-tutorials/remove-title-attribute-from-wordpress-menu-link/comment-page-1/#comment-199221 freshmakerSun, 21 Aug 2011 15:59:41 +0000http://www.dynamicwp.net/?p=3263#comment-199221that’s great, thank you so much.. ]]>By: Alan http://www.dynamicwp.net/articles-and-tutorials/remove-title-attribute-from-wordpress-menu-link/comment-page-1/#comment-197414 AlanFri, 19 Aug 2011 14:36:30 +0000http://www.dynamicwp.net/?p=3263#comment-197414Could you adjust this to remove the title attribute from images? ]]>