Skip Navigation

[Resolved] Change Default Post

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
#1741141

I followed the tutorial about creating a new post type and everything works great for doing new posts, but how do I make these posts with the new post type count as the default post type for the website. When I go into users and some of these other areas they say that individuals have not created any posts, but they have it's just reading the WP built-In posts to read from. I want it to be my posts.

#1741589

Hello,

The WordPress built-in post type "Posts" are different from other custom post types, you can not use to custom post type to replace built-in post type "Posts", and there isn't such kind of built-in feature within Toolset to use custom post type to replace built-in "Posts".

If you need to display those custom post types in front-end, please follow our document to create a page and setup the view block:
https://toolset.com/2019/06/visually-create-and-design-views-using-block-editor/

You can also add a post author filters to view block, and display current user's custom posts:
https://toolset.com/documentation/user-guides/views/filtering-views-query-by-author/