I am trying to: create an edit link to a custom post
Link to a page where the issue can be seen:hidden link
I expected to see: when clicking on the edit link an edit form
Instead, I got: an empty page.
Use the login and password from the previous ticket
not only i cannot edit but the form does not appear when i am not login
hidden link
i have enabled the form new post in access control and now i can at lease add a registration.
But still i cannot edit.

Minesh
Supporter
Languages:
English (English )
Timezone:
Asia/Kolkata (GMT+05:30)
Hello. Thank you for contacting the Toolset support.
I would like to know are you using post form or user form?
If you are using edit post form:
- https://toolset.com/course-lesson/front-end-forms-for-editing-content/
If you are using edit user form:
- https://toolset.com/course-lesson/using-forms-to-create-an-edit-your-profile-page/
i have followed the edit post form lesson but still i cannot edit.
Can you please have a look?

Minesh
Supporter
Languages:
English (English )
Timezone:
Asia/Kolkata (GMT+05:30)
- Where can I look?
- what you have done?
- where you have edit form added?
- What content type you want to edit?
Can you pleae share all meaningful required information that should help to understand the issue and then I will be able to guide you in the right direction.
Please share all problem URL and adnin access details.
*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin and FTP) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.
I have set the next reply to private which means only you and I have access to it.

Minesh
Supporter
Languages:
English (English )
Timezone:
Asia/Kolkata (GMT+05:30)
Can you please check now.
The issue was:
Content Templates modify the content when called from the WordPress’ built-in the_content function. Some themes do not use the_content function, but define their own function. In this case, Content Templates are not applied to selected posts on the front-end.
To solve this, you can enter the name of the function your theme uses on the Toolset->Settings page, under the Front-end Content tab. You can find the appropriate field in Theme support for Content Templates section. I've added the following function name "render_block_core_post_content".
More info:
- https://toolset.com/documentation/programmer-reference/theme-support-for-content-templates/
Now, I can see the edit form.
Thak you so much. How did you figure out which function to use?
How can i remove the Post title when editing?

Minesh
Supporter
Languages:
English (English )
Timezone:
Asia/Kolkata (GMT+05:30)
Please read the following Doc:
- https://toolset.com/documentation/programmer-reference/theme-support-for-content-templates/
If you don’t know the name of your theme’s function, check the Enable theme support debugging option and click Save.
Now, go to a page that should be displayed using a Content Template and copy the call function name that displays. Go back to the Front-end Content tab in Toolset Settings and paste the name of the function into the Theme support for Content Templates section.