このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

Easy Photo Album Latest Photos

説明

Easy Photo Album Latest Photos makes it easy to generate a gallery of the latest photos you’ve added to Easy Photo Album galleries and place it anywhere on your site.

This came out of a project where I needed to put the latest photos that were uploaded on the home page. While I could have used the latest uploads in the media directory, I wanted to use the latest photos used in Easy Photo Album as that showed the client already wanted to show those pictures off.

The plugin has two methods that will allow you to generate a latest photo gallery.

Latest_Easy_Photo_Album::get_latest_epa_ids(); will return an array of the latest photos uploaded to Easy Photo Album

Latest_Easy_Photo_Album::output_latest_epa_photos(); will output a basic gallery using the same settings that Easy Photo Album does.

This plugin is more oriented towards developers who’d like to cut a few hours of work out of their day. But, if you’re a hacker type and don’t know where to get started, find me on twitter at @ebinnion and I will gladly give you a few pointers.

インストール

Installation is standard, via FTP or via the plugin downloader in WordPress admin.

You will need to add the method calls to get output though, for which you will need to modify your theme.

評価

このプラグインにはレビューがありません。

貢献者と開発者

Easy Photo Album Latest Photos はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Easy Photo Album Latest Photos” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.0.1

  • Latest photos now shown as set. Enables left/right navigation

1.0

  • First working version of the plugin