Plugin Directory

Changeset 1196036


Ignore:
Timestamp:
07/10/2015 05:33:33 AM (11 years ago)
Author:
themexpo
Message:

Trunk update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • rs-members/trunk/readme.txt

    r1196031 r1196036  
    2525= Shortcode base: =
    2626
    27 RS-member is shortcode plug-in. Even without any programing knowledge, you can fulfil your demand by using this plug-in’s 
     27RS-member is shortcode plug-in. Even without any programing knowledge, you can fulfil your demand by using this plug-in.
     28
    2829= Registration: =
    2930
    30 The directions of using the shortcode for registration in post and page are given below:
     31The directions of using the shortcode for registration in post and page are given below :
     32
    3133<code>
    3234[rsmembers-registration]
    3335</code>
    34 Directions of using registration shortcode  in custom template:
    35  <code>
     36
     37Directions of using registration shortcode  in custom template :
     38
     39<code>
    3640<?php echo do_shortcode( '[rsmembers-registration]' ); ?>
    3741</code>
     
    4044
    4145Directions of using shortcode in post and page.
     46
    4247<code>
    43 
    4448[rsmembers-login]
    4549</code>
    4650
    47 Directions of using shortcode in custom template
     51Directions of using shortcode in custom template :
    4852<code>
    4953<?php echo do_shortcode( '[rsmembers-login]' ); ?>
     
    981022. Unzip this pluign to your computer.
    991033. Uplaod the / rs-members directory to the wp-content/pluigns/ directory of your site.
    100 4. Activate the plugin through the “plugins” menu in wordpress.
     1044. Activate the plugin through the plugins menu in wordpress.
    101105For your more questions please viste our site
    102106
Note: See TracChangeset for help on using the changeset viewer.