Plugin Directory

Changeset 200387


Ignore:
Timestamp:
02/01/2010 05:24:20 AM (16 years ago)
Author:
jonbyrd
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • membership-subscription-management/tags/1.5.1/byrd_rolessubscriptions/readme.txt

    r200385 r200387  
    5858There are two ways to paste your subscription information into your pages or posts. The first is the PHP method. I suggest that you only use this if you are comfortable with PHP coding.
    5959
    60 <?php byrd_subscription(); ?>
     60<?php byrd_subscription(); ?>
    6161
    6262The second method is to paste this HTML comment directly into the html editor in the wordpress admin area. Simply edit your page or post, then change the editor to HTML and paste this code.
    6363
    64 &lt;!-- byrd_subscription() --&gt;
     64<!-- byrd_subscription() -->
    6565       
    66661. **Login Widget**
    6767The same rules apply to the two following snippets. The first is for php developers, the second is for the wordpress editable pages.
    6868
    69 &lt;?php byrd_login(); ?&gt;
    70 &lt;!-- byrd_login() --&gt;
     69<?php byrd_login(); ?>
     70<!-- byrd_login() -->
    7171       
    72721. **Confirmation Page**
Note: See TracChangeset for help on using the changeset viewer.