Archive | Functions by letter g RSS feed for this section

get_category

Retrieves category data given a category ID or category object.If you pass the $category parameter an object, which is assumed to be the category row object retrieved the database. It will cache the category data.

1242

Continue reading

get_categories

Retrieve list of category objects.If you change the type to ‘link’ in the arguments, then the link categories will be returned instead. Also all categories will be updated to be backwards compatible with pre-2.3 plugins and themes.

1240

Continue reading

get_calendar

Display calendar with days that have posts as links.The calendar is cached, which will be retrieved, if it exists. If there are no posts for the month, then it will not be displayed.

1236

Continue reading