• How can I change the text Posts to News ? I am developing a Plugin. I am working with Custom Post Types. Thanks.

    https://ibb.co/23v2yRT

    • This topic was modified 2 years, 6 months ago by mabufoysal.
    • This topic was modified 2 years, 6 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Developing with WordPress topic
Viewing 1 replies (of 1 total)
  • How did you create the custom post type? That’s where you indicate the LABELS for the custom post type.

    See: https://developer.www.ads-software.com/reference/functions/register_post_type/

    ‘label’

    (string) Name of the post type shown in the menu. Usually plural. Default is value of $labels[‘name’].

    ‘labels’

    (string[]) An array of labels for this post type. If not set, post labels are inherited for non-hierarchical types and page labels for hierarchical ones. See get_post_type_labels() for a full list of supported labels.

Viewing 1 replies (of 1 total)
  • The topic ‘Change Text in Admin Panel’ is closed to new replies.