This version is a big update, so there are bound to be some bugs. The plugin now uses the WordPress taxonomy system for tags, and includes paging all over the album. There’s a tool for importing your tags into the new taxonomy.
The tag displaying template function now has more options:
<?php if (function_exists('photopress2_image_tags')) photopress2_image_tags($before='Image tags: ', $between=' ', $after='', $id=get_the_ID()); ?>
If you’re using the template function in your theme you should update that since the old version will display all of your tags…
Suggested upgrade steps:
- Deactivate and delete the old plugin.
- Unzip the new plugin, creating a “photopress2” folder in your plugin folder.
- Make sure your album page contains <!–photopress2_album–>
- Go to Photopress2 : Settings and verify your album page slug and other settings.
- Refresh your permalinks at Settings : Permalinks.
- Go to Tools : Import photo tags to import your Photopress2 0.4 tags.
- If you’re using the template function, update that.
- If you use a cache plugin, clear it.
Get Photopress2: photopress2.0.6.zip.