list_cats [ WordPress Function ]
list_cats ( $optionall = 1, $all = 'All', $sort_column = 'ID', $sort_order = 'asc', $file = '', $list = true, $optiondates = 0, $optioncount = 0, $hide_empty = 1, $use_desc_for_title = 1, $children = false, $child_of = 0, $categories = 0, $recurse = 0, $feed = '', $feed_image = '', $exclude = '', $hierarchical = false )
| Parameters: |
|
| See: | |
| Returns: |
|
| Defined at: |
|
No description yet.
Source
<?php
function list_cats($optionall = 1, $all = 'All', $sort_column = 'ID', $sort_order = 'asc', $file = '', $list = true, $optiondates = 0,
$optioncount = 0, $hide_empty = 1, $use_desc_for_title = 1, $children=false, $child_of=0, $categories=0,
$recurse=0, $feed = '', $feed_image = '', $exclude = '', $hierarchical=false) {
_deprecated_function( __FUNCTION__, '2.1', 'wp_list_categories()' );
$query = compact('optionall', 'all', 'sort_column', 'sort_order', 'file', 'list', 'optiondates', 'optioncount', 'hide_empty', 'use_desc_for_title', 'children',
'child_of', 'categories', 'recurse', 'feed', 'feed_image', 'exclude', 'hierarchical');
return wp_list_cats($query);
}
?>
Examples [ wp-snippets.com ]
Google Arama Sonuçlarý
- Function Reference/list cats « WordPress Codex
This function has been deprecated. That means it has been replaced by a new function or is no longer supported, and may be removed from future versions.
codex.wordpress.org - WordPress › Support » Tags — list_cats
Password (forgot?) Register · WordPress › Support » list_cats ...
wordpress.org - WordPress › Support » list_cats counter should exclude future posts
I have some posts which I scheduled to appear sometime in the future. I've just noticed that the category list count figures produced by list_cats or wp_list_cats ...
wordpress.org - list_cats Wordpress hook details -- Adam Brown, BYU Political Science
Detailed information about every action hook and filter used in WordPress. Makes Plugin API easier to use. Lists appearance, file location, and deprecation data ...
adambrown.info
Kullanýcý Tartýþmalarý [ wordpress.org ]
- spoofm0nkey on "wp_list_cats with count (optioncount) within the link"
- fabian.schmid on "wp_list_cats with count (optioncount) within the link"
- Grenland on "wp_list_cats with count (optioncount) within the link"
- fabian.schmid on "wp_list_cats with count (optioncount) within the link"
- CaptainBlue on "Changing the link title for categories"
- moshu on "Changing the link title for categories"
- CaptainBlue on "Changing the link title for categories"
- Root on "list_cats issue...planning on skinning the cats alive in a second"
- orange2apple on "list_cats issue...planning on skinning the cats alive in a second"
- orange2apple on "list_cats issue...planning on skinning the cats alive in a second"