Archived topic
Page slug instead of title in Element Display Rules?
3 replies · Started by Paul on November 13, 2020
Viewing posts 1–4 of 4
Is there a way to display page slugs instead of page titles in GP Elements Display Rules?

Hi there,
You should be able to, but it's not possible at the moment. We'll make a note to get this done.
For now, you can tell it to show the IDs:
add_filter( 'generate_elements_show_object_ids', '__return_true' );
Let me know if that helps or not :)
Thank you, Tom!
No problem!
This archived topic is closed to new replies.