Skip Navigation

[Resolved] A little lost with wpv-post-link

This support ticket is created 3 years, 1 month ago. There's a good chance that you are reading advice that it now obsolete.

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
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9: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/Karachi (GMT+05:00)

This topic contains 4 replies, has 2 voices.

Last updated by frederiqueC 3 years, 1 month ago.

Assisted by: Waqar.

Author
Posts
#2196029

Tell us what you are trying to do?

I would like to make the link between this content model and that of the various book pros.
As I did with the content template "Template for books 2"

Is there any documentation that you are following?
https://toolset.com/documentation/programmer-reference/views/views-shortcodes/item-attribute/ (I think but I am not sure)

Is there a similar example that we can see?
Yes with my content model "Modèle pour livres 2" : hidden link
For example, for the author (synonymous with writer and not "Author" in wordpress) in the content model "Modèle pour livres 2" : <p>Link to parent post: [wpv-post-link item="@livre-auteur.child"]</p>

I thought to reproduce the same thing in the content model "Model for drawings" but nothing is displayed at the level of the "author" field in the page formatted for the drawing for my love 2: hidden link -admin / admin.php? page = ct-editor & ct_id = 355 & action = edit hidden link
I tried putting [wpv-post-link item = "@ book-author.parent"] but nothing either.
What should I do ?

What is the link to your site?
hidden link

#2196481

Hi,

Thank you for contacting us and I'd be happy to assist.

To troubleshoot this, I'll need access to the website's admin area.

Can you please share temporary admin login details, in reply to this message?

Note: Your next reply will be private and it is recommended to make a complete backup copy, before sharing the access details.

regards,
Waqar

#2198757

Hello Waqar,

I let myself revive you. I completed the form in a private message.
Could I have your help please?
Regards

Frédérique

#2198777

Thank you for sharing the admin access.

The content template "Modèle pour Dessins" is set for the "Dessins" post type, which is why item="@livre-auteur.child" can not be used here directly.
( this item attribute method can be used to show related post information either on the "livre" post or the "auteur" post )

In this content template, you'll first create a new view, that will show the related "livre" post and inside that view, the shortcode "[wpv-post-link item="@livre-auteur.child"]" will work to show the related "auteur".

I hope this helps and please let me know if you need any further assistance around this.

#2198783

My issue is resolved now. Thank you so much!