get_category_link [ WordPress Function ]
get_category_link ( $category )
| Parameters: |
|
| See: | |
| Returns: |
|
| Defined at: |
|
Soorgelijke functies: get_category_rss_link, get_category_feed_link, get_category, get_author_link, get_term_link
Retrieve category link URL.
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- get_category_link - WordPress Codex
<?php // Get the ID of a given category $category_id = get_cat_ID( 'Category Name' ); // Get the URL of this category $category_link = get_category_link( ...
codex.wordpress.org - WordPress › Support » Tags — get_category_link
(forgot?) Register · WordPress › Support » get_category_link ...
wordpress.org - WordPress › Support » get_category_link not working?
The theme that is being used it built from scratch, so not sure if there's anything there that was missed. <?php $category_link = get_category_link( $category_id ); ...
wordpress.org - Wordpress Category Link get_category_link(id) - Stack Overflow
I need to link to a category in my wordpress site. The following code ... I don't understand what you want to do. Look here Template Tags/wp list ...
stackoverflow.com
Gebruikersdiscussies [ wordpress.org ]
- natebald on "get_category_link not working?"
- alchymyth on "get_category_link function returns current URL"
- urbanty on "get_category_link function returns current URL"
- creativelifeform on "Issue with get_category_link"
- Suffice on "get_category_link not working?"
- alchymyth on "get_category_link not working?"
- Suffice on "get_category_link not working?"
- alchymyth on "get_category_link not working?"
- Suffice on "get_category_link not working?"
- alchymyth on "get_category_link function returns current URL"