Category:Wordpress: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 34: Line 34:
See the "Documentation" section in the Plugin settings for customisation options.  
See the "Documentation" section in the Plugin settings for customisation options.  


If you want to ceate a booking page for a group only use the "custom" parameter:  custom="group=NameOfGroup"
 
===Embeded booking page for a  room ===
You can specify the room ID in the short code for example:
 
[beds24-landing roomid="123"]
 
[beds24-embed roompid="123"]
 
===Embedded booking page  for a specific property ===
You can specify the  property ID  in the short code for example:
 
[beds24-landing propid="123"]
 
[beds24-embed propid="123"]
 
===Embedded booking page  for all properties ===
You can specify the  owner ID  in the short code for example:
 
[beds24-landing ownerid="123"]
 
[beds24-embed ownerid="123"]
 
===Embedded booking page for a group of properties ===
If you want to create a booking page for a group only use the "custom" parameter:  custom="group=NameOfGroup" for example:
 
[beds24-landing ownerid="123" custom="group=NameOfGroup" ]
 
[beds24-embed ownerid="123" custom="group=NameOfGroup" ]


== Add Booking Widgets ==
== Add Booking Widgets ==
Line 66: Line 93:


For customization options for the buttons and links see the "Booking Widgets" section in SETTINGS > Beds24 in Wordpress.
For customization options for the buttons and links see the "Booking Widgets" section in SETTINGS > Beds24 in Wordpress.
===Embeded booking page for a  room ===
You can specify the room ID in the short code for example:
[beds24-landing roomid="123"]
[beds24-embed roompid="123"]
===Embedded booking page  for a specific property or room ===
You can specify the  property ID  in the short code for example:
[beds24-landing propid="123"]
[beds24-embed propid="123"]
===Embedded booking page  for all properties ===
You can specify the  owner ID  in the short code for example:
[beds24-landing ownerid="123"]
[beds24-embed ownerid="123"]


== Developer Options ==
== Developer Options ==