Changeset 200387
- Timestamp:
- 02/01/2010 05:24:20 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
membership-subscription-management/tags/1.5.1/byrd_rolessubscriptions/readme.txt
r200385 r200387 58 58 There 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. 59 59 60 <?php byrd_subscription(); ?> 60 <?php byrd_subscription(); ?> 61 61 62 62 The 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. 63 63 64 <!-- byrd_subscription() --> 64 <!-- byrd_subscription() --> 65 65 66 66 1. **Login Widget** 67 67 The same rules apply to the two following snippets. The first is for php developers, the second is for the wordpress editable pages. 68 68 69 <?php byrd_login(); ?> 70 <!-- byrd_login() --> 69 <?php byrd_login(); ?> 70 <!-- byrd_login() --> 71 71 72 72 1. **Confirmation Page**
Note: See TracChangeset
for help on using the changeset viewer.