Description Usage Arguments Value Examples
Retrieves the categories created on a WordPress site.
1 | get_wp_cats(root_url)
|
root_url |
THe domain for which categories are sought to be retrieved. |
A data frame, unique by category ID, with 7 columns: category ID, category name, category slug, post count, description, URL, and parent category.
1 2 3 4 | ## Not run:
get_wp_cats(root_url = 'domain.com')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.