category_description [ WordPress-Funktionen ]
category_description ( $category = 0 )
| Parameter: |
|
| Gibt zurück: |
|
| Definiert in: |
|
| Codex |
Ähnliche Funktionen: term_description, tag_description, the_author_description, category_exists, wp_sidebar_description
Retrieve category description.
Beispiele [ wp-snippets.com ]
Top Google Suchergebnisse
- category_description - WordPress Codex
Description. Returns the description of a category defined in the category settings screen for the current category (Posts > Categories). If used in the archive.php ...
codex.wordpress.org - WordPress › Support » category_description return <p> tag
One example: <?php //display category name/description for use in category template if ( is_category() ) { $cat = get_query_var('cat'); ...
wordpress.org - WordPress › Support » Using category_description () to display....the ...
This post contains a much-needed solution, and a question for further development of this concept. Please respond! SOLUTION FOUND: You'd think displaying ...
wordpress.org - WordPress › Support » get rid of p tags in category_description
I'm using category_description to fill in my title attributes on anchor tags (so when you mouse over a cat, it gives you its description). Worked great in 2.2, but 2.3 ...
wordpress.org
Nutzerduskussionen [ wordpress.org ]
- riki81 on "[Plugin: WordPress SEO by Yoast] category and category_description taxonomies"
- casperovergaard on "dynamically outputting category description from custom taxonomy"
- cosminn777 on "[Plugin: WordPress SEO by Yoast] %%category_description%% broken"
- Doodlebee on "Wordpress Category Description Problem"
- themespoint on "Wordpress Category Description Problem"
- WPaddict on "empty category description shows false html"
- WP4RE on "get rid of p tags in category_description"
- Webdesign-3r on "empty category description shows false html"
- Monika on "empty category description shows false html"
- lokjah on "get rid of p tags in category_description"
