Skip Navigation

[Resolved] How to create a simple navigation button

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 2 replies, has 2 voices.

Last updated by Jay 2 years ago.

Assisted by: Minesh.

Author
Posts
#2414871

Jay

I have 2 CPTs Parent Locations and Child Locations.
There is an existing relationship Parent ONE to Child MANY. so a one to many relationship.
I want a simple button on the child CPT that takes a viewer to the parent location.
Adding button is easy.

Do I need to build a second one to many relationship backwards from child to parent, or should the relationship I've got give me the options on the template?
Thanks
J

hidden link

#2415273

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

To display the title as button, you should display the title as link using the shortcode [wpv-post-link] and to target the parent you should use the "item" attribute.

For example:

[wpv-post-link item="@relationship-slug.parent"]

Where:
- replace "relationship-slug" with your original post relationship slug.

More info:
- https://toolset.com/documentation/programmer-reference/views/views-shortcodes/item-attribute/

Then, you customize this link using CSS as required.

#2415873

Jay

My issue is resolved now. Thank you!

This ticket is now closed. If you're a Toolset client and need related help, please open a new support ticket.