Changeset 1196036
- Timestamp:
- 07/10/2015 05:33:33 AM (11 years ago)
- File:
-
- 1 edited
-
rs-members/trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
rs-members/trunk/readme.txt
r1196031 r1196036 25 25 = Shortcode base: = 26 26 27 RS-member is shortcode plug-in. Even without any programing knowledge, you can fulfil your demand by using this plug-ins 27 RS-member is shortcode plug-in. Even without any programing knowledge, you can fulfil your demand by using this plug-in. 28 28 29 = Registration: = 29 30 30 The directions of using the shortcode for registration in post and page are given below: 31 The directions of using the shortcode for registration in post and page are given below : 32 31 33 <code> 32 34 [rsmembers-registration] 33 35 </code> 34 Directions of using registration shortcode in custom template: 35 <code> 36 37 Directions of using registration shortcode in custom template : 38 39 <code> 36 40 <?php echo do_shortcode( '[rsmembers-registration]' ); ?> 37 41 </code> … … 40 44 41 45 Directions of using shortcode in post and page. 46 42 47 <code> 43 44 48 [rsmembers-login] 45 49 </code> 46 50 47 Directions of using shortcode in custom template 51 Directions of using shortcode in custom template : 48 52 <code> 49 53 <?php echo do_shortcode( '[rsmembers-login]' ); ?> … … 98 102 2. Unzip this pluign to your computer. 99 103 3. Uplaod the / rs-members directory to the wp-content/pluigns/ directory of your site. 100 4. Activate the plugin through the pluginsmenu in wordpress.104 4. Activate the plugin through the plugins menu in wordpress. 101 105 For your more questions please viste our site 102 106
Note: See TracChangeset
for help on using the changeset viewer.