Plugin Directory

Changeset 1814231


Ignore:
Timestamp:
02/02/2018 03:38:55 PM (8 years ago)
Author:
lobbycaldev
Message:

markdown for html

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lobbycal2press/trunk/readme.txt

    r1814224 r1814231  
    24241. To use the plugin in wordpress
    25251. in your wordpress installation, adapt the URL to your lobbycal server account at Settings > Lobbycal2press
    26 1. place the following html fragment in a page, wher you would like the calendar to appear
     261. place the table html fragment from https://plugins.svn.wordpress.org/lobbycal2press/trunk/readme.txt in a page, where you would like the calendar to appear
    2727
    28 ```
    29 <table id="lobbycal" aria-describedby="lobbycal_info">
    30     <thead>
    31         <tr>
    32             <th>Date</th>
    33             <th>End</th>
    34             <th>FirstName</th>
    35             <th>LastName</th>
    36             <th>Partners</th>
    37             <th>Title</th>
    38             <th>Tags</th>
    39         </tr>
    40     </thead>
    41 </table>
    42 ```
     28`<table id="lobbycal" aria-describedby="lobbycal_info">    <thead>        <tr>            <th>Date</th>            <th>End</th>            <th>FirstName</th>            <th>LastName</th>            <th>Partners</th>            <th>Title</th>            <th>Tags</th>        </tr>    </thead></table>`
     29
     30
    4331
    4432
Note: See TracChangeset for help on using the changeset viewer.