Changeset 965330
- Timestamp:
- 08/13/2014 08:50:43 PM (11 years ago)
- File:
-
- 1 edited
-
related-images/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
related-images/trunk/readme.txt
r965329 r965330 13 13 14 14 = Usage = 15 On post pages you will get a box. Here you can p ush "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.15 On post pages you will get a box. Here you can press "Open the Media Manager" and then choose images. From the media manager you press "Add related images". Choose positions in a select list, and save the post. 16 16 17 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.17 To display images on your pages use something like <?php echo \RI\Frontend::get()->get_image( 'startpage', 'size' ); ?> (inside the loop) where you add the position and the images size. 18 18 19 19 Oh: This plugin use namespacing, and need at least php 5.3,
Note: See TracChangeset
for help on using the changeset viewer.