Problem:
My CRED Edit links are not displaying on posts that are not yet published.
What's wrong?
Solution:
The rule is this:
if ( 'publish' != $post_status )
So, whenever a post is not published, this won't work.
This is by design.
As edit links do link to the frontend version of a given post, replacing their content with a Content Template or layout containing the form to edit them, and not published posts can not have a proper URL, we only show edit links for published posts.
You need to publish it first.
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 |
---|---|---|---|---|---|---|
- | - | 14:00 – 20:00 | 14:00 – 20:00 | 14:00 – 20:00 | 14:00 – 20:00 | 14:00 – 20:00 |
- | - | - | - | - | - | - |
Supporter timezone: Asia/Ho_Chi_Minh (GMT+07:00)
This topic contains 2 replies, has 2 voices.
Last updated by 7 years, 4 months ago.
Assisted by: Beda.