Ticket #14 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

Basic API

Reported by: mike Owned by: mike
Priority: normal Milestone: 1.0
Component: General Version: 1.0b3
Severity: normal Keywords:
Cc:

Description

I would like to produce a few functions that allow people to drop-in custom gallery elements within thier pages.

For example, a function called get_recent_pictures(var howmany) would output a list of howmany pictures. This would be nice for sidebars, etc.

Other possible functions: get_most_commented(var howmany) get_single_picture()

etc...

Change History

Changed 3 years ago by jack

get_collections('exclude','asc');

and/or

get_albums('exclude','asc');

:)

Changed 3 years ago by jack

And what would also be nice:

album_title() collection_title()

This way these names could be used as pagetitles (h1, h2 etc.)

Changed 3 years ago by mike

  • status changed from new to closed
  • resolution set to fixed

This is now covered with plog-xml and the new Theme API. Closing this ticket.

Note: See TracTickets for help on using tickets.