AED設備の場所をWordPressに載せるCustom Field Template

Template content

[name]
type = textfield
size = 35
label = Name

[address]
type = textfield
size = 70
label = Address

[lat]
type = textfield
size = 35
label = Latitude

[lng]
type = textfield
size = 35
label = Langtitude

Format content


<table class="cft"> <tbody> <tr> <th>Name</th><td colspan="3">[name]</td> </tr> <tr> <th>Address</th><td colspan="3">[address]</td> </tr> <tr> <th>Latitude</th><td>[lat]</td> <th>Langtitude</th><td>[lng]</td> </tr> </tbody> </table>