Pricing Display
The [[dog_walking_pricing]] shortcode displays your services and pricing in a styled layout. Use it on any page to showcase your service offerings.
Usage
[[dog_walking_pricing]]
Attributes
| Attribute | Description | Default |
|---|---|---|
title |
Heading text displayed above the pricing layout | “Our Services” |
description |
Subtitle text below the heading | None |
button_text |
Text for the call-to-action button | “Book Now” |
button_url |
URL the button links to | # |
columns |
Number of columns (1-4) | 3 |
layout |
Display layout: table or card |
“card” |
show_button |
Whether to show the call-to-action button (true/false) |
true |
show_description |
Whether to show the subtitle (true/false) |
true |
service_ids |
Comma-separated list of service IDs to display | All active services |
css |
Custom CSS class added to the wrapper element | None |
Example with Attributes
[[dog_walking_pricing title="Dog Walking Rates" description="Affordable, professional pet care" button_text="Schedule Now" button_url="/book" columns="2" layout="card"]]
WPBakery Integration (Pro)
Pro users can add the pricing display as a native WPBakery Page Builder element. The element registers with a full options panel, so you can configure all attributes visually without writing shortcode markup.
