Skip Navigation

[Résolu] Get content template id by slug

Ce fil est résolu. Voici une description du problème et la solution proposée.

Problem:
The user would like to get a content template ID by slug.

Solution:
Content templates are just posts on an internal custom post type "view-template", you can get the post id by slug using the get_page_by_path function from WordPress.

For example:

$id = get_page_by_path('my-content-template-from-product', OBJECT, 'view-template');

Relevant Documentation:
https://developer.wordpress.org/reference/functions/get_page_by_path/

This support ticket is created Il y a 3 années et 12 mois. 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: Africa/Casablanca (GMT+00:00)

This topic contains 2 réponses, has 2 voix.

Last updated by arisG Il y a 3 années et 12 mois.

Assisted by: Jamal.

Auteur
Publications
#1599451

Hello,

we need to receive the Id from a content template by slug in php.

Thank you.

#1599835

Jamal
Supporter

Languages: Anglais (English ) Français (Français )

Timezone: Africa/Casablanca (GMT+00:00)

Hello and thank you for contacting the Toolset support.

Content templates are just posts on an internal custom post type "view-template", you can get the post id by slug using the get_page_by_path function from WordPress.
https://developer.wordpress.org/reference/functions/get_page_by_path/

For example:

get_page_by_path('my-content-template-from-product', OBJECT, 'view-template');

I hope this helps. Let me know if you have any questions.

#1599863

My issue is resolved now. Thank you!

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