• Resolved thomask

    (@thomask)


    All pages and posts are saved to the same database table wp_posts, the difference is only “post_type” – “page” for pages or “post” for posts. Is there any plugin, who make a special “page” with a different “post_type”? I would like to get inspired how to do it, for i need to use wordpress for something like “book library” together with posts and pages. I want to have a third “category”, under which there would be only books, it will have a special “create book” page, with a special fields (saved as posts’ meta) , but the database structure i want to keep the same. I will then need to make a special functions for showing books etc.

Viewing 1 replies (of 1 total)
  • Is there any plugin, who make a special “page” with a different “post_type”?

    The ‘post_type’ record is newly added for the upcoming 2.1 version of WordPress, which is still in beta. So it’s unlikely anyone has released a plugin which… um… plays around with post_type in that way.

Viewing 1 replies (of 1 total)

The topic ‘plugin for “page” with special “post_type”’ is closed to new replies.