rtMedia can be used anywhere in the form of an uploader and a gallery.
[rtmedia_uploader]
in any WordPress area like a post, page or custom post.<?php rtmedia_uploader() ?>
in relevant areas of your themes filesThe uploader shortcode can be used in any WordPress area, such as a page as follows:
More details on the uploader shortcode can be found in the documentation page
[rtmedia_gallery]
or template tag <?php rtmedia_gallery(); ?>
./media
at the end of a WordPress URL. If it is a valid context, media uploaded from rtMedia Uploader will show up, as you can see in the picture below.More details on the gallery shortcode can be found in the documentation page.