Comments on: Category description using get_the category() http://www.studiograsshopper.ch/code-snippets/category-description-using-get_the-category/ Sun, 22 Mar 2015 14:44:25 +0000 hourly 1 http://wordpress.org/?v=4.1.1 By: Ade http://www.studiograsshopper.ch/code-snippets/category-description-using-get_the-category/#comment-8951 Wed, 27 Jan 2010 17:49:29 +0000 http://www.studiograsshopper.ch/?p=777#comment-8951 Hi,

This is a WP issue, not a theme issue. WP automatically adds a title attribute of “View all post filed under…” to category links generated by wp_list_categories(), or uses the category description for this, if it exists.

If you want to display different title text, you either have to hack a core file (not recommended), or see if there is a filter you can hook into to write your own function. If I get time, I’ll look into this.

:-)

]]>
By: gadget http://www.studiograsshopper.ch/code-snippets/category-description-using-get_the-category/#comment-8932 Tue, 26 Jan 2010 21:27:04 +0000 http://www.studiograsshopper.ch/?p=777#comment-8932 In the Studio Press Magazine theme, adding text to the Posts>Categories>Description field, populates the title tag on the Category navigation bar. How do I change this?

]]>
By: gadget http://www.studiograsshopper.ch/code-snippets/category-description-using-get_the-category/#comment-8916 Tue, 26 Jan 2010 07:49:48 +0000 http://www.studiograsshopper.ch/?p=777#comment-8916 Ade – thanks for the info. Jill – thanks for bringing this to my attention.

]]>
By: Ade http://www.studiograsshopper.ch/code-snippets/category-description-using-get_the-category/#comment-5759 Wed, 26 Aug 2009 00:04:28 +0000 http://www.studiograsshopper.ch/?p=777#comment-5759 Glad it was useful. :-)

]]>
By: J. Killinger http://www.studiograsshopper.ch/code-snippets/category-description-using-get_the-category/#comment-5748 Tue, 25 Aug 2009 11:54:24 +0000 http://www.studiograsshopper.ch/?p=777#comment-5748 Thanks for this excellent post. This is a method that I was wondering about for a client requirement on my latest project, it’s a nice a solution. Thanks for sharing.

JK

]]>
By: admin http://www.studiograsshopper.ch/code-snippets/category-description-using-get_the-category/#comment-5276 Wed, 15 Jul 2009 17:21:16 +0000 http://www.studiograsshopper.ch/?p=777#comment-5276 Ok, ok, ok! :-)

Thanks for the reminder – I’ll get on it! :D

]]>
By: Jill http://www.studiograsshopper.ch/code-snippets/category-description-using-get_the-category/#comment-5239 Tue, 14 Jul 2009 07:01:54 +0000 http://www.studiograsshopper.ch/?p=777#comment-5239 Thanks Ade – this was very helpful! Now, when will you be doing the next article concerning posts assigned to two categories? :-)

]]>