get_links


get_links ( $category = -1, $before = '', $after = '<br />', $between = ' ', $show_images = true, $orderby = 'name', $show_description = true, $show_rating = false, $limit = -1, $show_updated = 1, $display = true )

Parameters:
  • (int) category Optional. The category to use. If no category supplied uses all. Default 0.
  • (string) before Optional. The HTML to output before the link. Default empty.
  • (string) after Optional. The HTML to output after the link. Default '<br />'.
  • (string) between Optional. The HTML to output between the link/image and its description. Not used if no image or $show_images is true. Default ' '.
  • (bool) show_images Optional. Whether to show images (if defined). Default true.
  • (string) orderby Optional. The order to output the links. E.g. 'id', 'name', 'url', 'description', 'rating', or 'owner'. Default 'name'. If you start the name with an underscore, the order will be reversed. Specifying 'rand' as the order will return links in a random order.
  • (bool) show_description Optional. Whether to show the description if show_images=false/not defined. Default true.
  • (bool) show_rating Optional. Show rating stars/chars. Default false.
  • (int) limit Optional. Limit to X entries. If not specified, all entries are shown. Default -1.
  • (int) show_updated Optional. Whether to show last updated timestamp. Default 1.
  • (bool) display Whether to display the results, or return them instead.
See:
Returns:
  • (null|string)
Defined at:

Description

Gets the links associated with category by ID.

Related Functions

get_link, wp_get_links, get_plugins, edit_link, get_links_list

Top Google Results

User discussions

wpseek mobile