wp_get_linksbyname [ WordPress Function ]
wp_get_linksbyname ( $category, $args = '' )
| Parameters: |
|
| See: | |
| Returns: |
|
| Defined at: |
|
Soorgelijke functies: get_linksbyname, wp_get_links, get_linkobjectsbyname, get_linkcatname, wp_get_link_cats
Gets the links associated with the named category.
Source
<?php
function wp_get_linksbyname($category, $args = '') {
_deprecated_function(__FUNCTION__, '2.1', 'wp_list_bookmarks()');
$defaults = array(
'after' => '<br />',
'before' => '',
'categorize' => 0,
'category_after' => '',
'category_before' => '',
'category_name' => $category,
'show_description' => 1,
'title_li' => '',
);
$r = wp_parse_args( $args, $defaults );
return wp_list_bookmarks($r);
}
?>
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- Function Reference/wp get linksbyname « 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 » wp_get_linksbyname doesn't work anymore
I just upgradeed WP2.0.6 to 2.1.2. Everything went fine except one thing. There's something wrong with wp_get_linksbyname. The theme is exactly the same it ...
wordpress.org - display category name with wp_get_linksbyname - WordPress
With the "wp_get_linksbyname" tag I can get the list of links to display properly, but not the category name. I want the category name to display above the list.
wordpress.org - wp_get_linksbyname (WordPress Function) - WPSeek.com
WordPress lookup for wp_get_linksbyname, a WordPress Function. wpseek.com is a WordPress-centric search tool for developers and theme authors.
wpseek.com
Gebruikersdiscussies [ wordpress.org ]
- Otto on "wp_get_linksbyname doesn't work anymore"
- Axelsson on "wp_get_linksbyname doesn't work anymore"
- Axelsson on "wp_get_linksbyname doesn't work anymore"
- Otto on "wp_get_linksbyname doesn't work anymore"
- Axelsson on "wp_get_linksbyname doesn't work anymore"
- Otto on "display category name with wp_get_linksbyname"
- sparkletack on "display category name with wp_get_linksbyname"
- Sainty on "Function to get array of links"
- Navjot Singh on "Function to get array of links"
- michelem on "Function to get array of links"