• Resolved mywebmaestro

    (@mywebmaestro)


    I added a description under the “Post Type Description” field in the “Additional Labels” section of the post type… however, I don’t see anywhere that that text actually gets displayed. I would have hoped it would be either on the main Add/Edit page, or on the individual view/edit page.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    It’s largely up to the themes to use, and would typically be used on the post type archives. For example, there’s these functions available, both would make use of the saved description value:

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

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

    Thread Starter mywebmaestro

    (@mywebmaestro)

    So it’s all for the front end? Is there any way to have a description appear on the admin settings side of it?

    Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    None that I’m aware of, outside of whatever hooks you can find in the admin. but I also generally feel like the description isn’t all that useful in the admin. It’s meant more for the site visitors.

    Thread Starter mywebmaestro

    (@mywebmaestro)

    In this case the usefulness I’m imagining is providing instructions for my clients – I typically set things up for them but they then manage content. While something might be obvious to myself, I don’t like to assume it will be to someone who’s not got their nose in WordPress all day every day. ??

    Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    That’s fair. Easiest way I could think of for providing some information like this, would be perhaps hook into admin notifications? However determining what post type to fetch would be its own task that I don’t have a best answer for.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Post Type Description not visible anywhere?’ is closed to new replies.