Dear Sir/Madam,
I have two Views, both contain the link for user to click and edit the post, I don't know why one can be showed (this is an old View) but other can't (newly created View)
Below code works and it is for the car post
[toolset-edit-post-link layout_slug="edit-car-layout"]Edit[/toolset-edit-post-link] | [cred_delete_post_link class="cred-refresh-after-delete" text="Delete" action="trash"]
I do the same for merchant or dealer post but not work
**[toolset-edit-post-link layout_slug='add-new-car' target='self']Edit[/toolset-edit-post-link]** | [cred_delete_post_link action='trash' text='Delete' message_after='已刪除' message='是否確定刪除?' message_show='1' class='cred-refresh-after-delete']
Regard to the Display layout, I don't find any other layout related to dealer, so I select the User Frontend Dashboard, and it generates the layout_slug="add-new-car', what is the layout_slug for?
I don't know why and where to control this dropbox for selection. From the Layout, I have all Car Layout, Merchant Layout and Dealer Layout.
I attached the inspector view for your reference, I hard code the ** before/after the Edit link, but nothing shows up.
Please advise the step how I can add the post edit link into View.
Best regards,
Kelvin.
My issue is resolved now. Thank you!