Plugin Directory

Changeset 1059217


Ignore:
Timestamp:
01/03/2015 10:05:33 PM (11 years ago)
Author:
andygi
Message:

update readme.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gd-mylist/trunk/readme.txt

    r1059015 r1059217  
    3636if you needs a single button in a page or post or product sheet, just write
    3737
    38 ```php
    39 [show_gd_mylist_btn]
    40 ```
     38`[show_gd_mylist_btn]`
     39
    4140in the content
    4241
     
    4443if you needs to put the buttom in themes code, just write
    4544
    46 ```php
    47 <?php do_action('gd_mylist_btn'); ?>
    48 ```
     45`<?php do_action('gd_mylist_btn'); ?>`
     46
    4947where do you want that button will show it
    5048
     
    5351yuo can show MyList list by shortcode, just create a page (eg: myList) and put into the content the shortcode
    5452
    55 ```php
    56 [show_gd_mylist_list]
    57 ```
     53`[show_gd_mylist_list]`
    5854
    5955= How change login permission? =
     
    6157Change the value on row #20 of file  `wp-content/plugins/gd-mylist/gd-mylist.php` the value is `no` **by default**
    6258
    63 ```
    64 from:
     59`from:
    6560    'login_request' => 'no',
    6661to:
    6762    'login_request' => 'yes',
    68 ```
     63`
    6964
    7065Note
Note: See TracChangeset for help on using the changeset viewer.