Changeset 965324
- Timestamp:
- 08/13/2014 08:43:02 PM (11 years ago)
- Location:
- related-images
- Files:
-
- 3 edited
-
assets/banner-772x250.png (modified) (previous)
-
tags/2.0b/readme.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
related-images/tags/2.0b/readme.txt
r965302 r965324 5 5 Tested up to: 4.0 beta3 6 6 7 Add images to a given position. Excellent if you running a online news site! 7 Add images in different positions. 8 Excellent if you run a newspaper on the web and need variety in the pictures til your posts. 8 9 9 10 == Description == 10 11 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 You run a magazine, and you need a small tightly cropped image on the home page, and a different picture on the article page. Related Imges solves this and let you relate one or more images to different positions in a post. 12 13 13 T o display images use <?php echo \RI\Frontend::get()->get_image( 'startpage', 'size' ); ?>14 This plugin use namespacing, and need at least php 5.3, 14 15 15 16 == Installation == 16 17 17 1. Drop plugin in the plugin folder and activate 18 2. Done 18 1. Drop plugin in the plugin folder (or install from backend) 19 2 Activate 20 21 == Usage == 22 On post pages you will get a box. Here you can push "Open the Media Manager" and then choose images. From the media manager yo puch "Add related images". Choose positions in a select list, and save the post. 23 24 To display images use something like <?php echo \RI\Frontend::get()->get_image( 'startpage', 'size' ); ?> (inside the loop) where you add the position and the images size. 19 25 20 26 == Screenshots == -
related-images/trunk/readme.txt
r965301 r965324 5 5 Tested up to: 4.0 beta3 6 6 7 Add images to a given position. Excellent if you running a online news site! 7 Add images in different positions. 8 Excellent if you run a newspaper on the web and need variety in the pictures til your posts. 8 9 9 10 == Description == 10 11 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 You run a magazine, and you need a small tightly cropped image on the home page, and a different picture on the article page. Related Imges solves this and let you relate one or more images to different positions in a post. 12 13 13 T o display images use <?php echo \RI\Frontend::get()->get_image( 'startpage', 'size' ); ?>14 This plugin use namespacing, and need at least php 5.3, 14 15 15 16 == Installation == 16 17 17 1. Drop plugin in the plugin folder and activate 18 2. Done 18 1. Drop plugin in the plugin folder (or install from backend) 19 2 Activate 20 21 == Usage == 22 On post pages you will get a box. Here you can push "Open the Media Manager" and then choose images. From the media manager yo puch "Add related images". Choose positions in a select list, and save the post. 23 24 To display images use something like <?php echo \RI\Frontend::get()->get_image( 'startpage', 'size' ); ?> (inside the loop) where you add the position and the images size. 19 25 20 26 == Screenshots ==
Note: See TracChangeset
for help on using the changeset viewer.