Changeset 965298
- Timestamp:
- 08/13/2014 08:16:29 PM (11 years ago)
- Location:
- related-images/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
screenshot-1.png (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
-
related-images/trunk/readme.txt
r965282 r965298 5 5 Tested up to: 4.0 beta3 6 6 7 The plugin creates a backend box where you can search your media archive and relate images to the current postto a given position.7 Add images to a given position. 8 8 9 9 == Description == 10 10 11 Sometimes you dont want all images inside the post. Related images fix this and the current version let you add positions to the images, for example "Firstpage Top" or "Article Top".11 Sometimes you need one specific image on the front page and another image on your post. And sometimes you want some images in a gallery, and a different image on the category page. Related images solves this problem and lets you relate several images to a post, on different positions. 12 12 13 Then you use a template tag to display the pictures on yor site. 14 15 The template tag looks like this: related_image('left_firstpage', '200', '200', 'image class'); You add the position, width, height and optional class to the image. 16 17 This can be usefull when you use WordPress as a cms and want to position images better then inside the posts 13 To display images use <?php echo \RI\Frontend::get()->get_image( 'startpage', 'size' ); ?> 18 14 19 15 == Installation == 20 16 21 17 1. Drop plugin in the plugin folder and activate 22 2. Add positions under settings -> Related Images 23 3. Done 18 2. Done 24 19 25 20 == Screenshots == … … 27 22 28 23 == Changelog == 24 25 = 2.0 = 26 * This is a complete rewrite if the plugin 29 27 30 28 = 1.2.4 =
Note: See TracChangeset
for help on using the changeset viewer.