Skip Navigation

[Resolved] Backend Content

This support ticket is created 4 years, 10 months ago. 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.

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: Asia/Hong_Kong (GMT+08:00)

This topic contains 1 reply, has 2 voices.

Last updated by Luo Yang 4 years, 10 months ago.

Assisted by: Luo Yang.

Author
Posts
#1889935

Just a quick question is it possible to create a cpt that gets displayed on the back-end of of the site. I'd like to create content users can see when logged in to the wp dashboard. If I need to create my own admin page to hold this content, that'll work, I just need to know if it's possible and if you foresee and problems with doing it.

#1890403

Hello,

It is possible, you can create a custom post type, in section "Options", disable option "publicly_queryable".

More help:
https://developer.wordpress.org/reference/functions/register_post_type/#publicly_queryable
publicly_queryable
(boolean) (optional) Whether queries can be performed on the front end as part of parse_request().