Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

custom fields and post types for Ghost

Tags:

ghost

Does an equivalent of Wordpress “post types” and the Advanced Custom Fields plugin exist for Ghost?

As one example, I built a travel site that has multiple Trips (a custom post type), and each trip has various serialized itinerary destinations, tour guides, etc. Another example would be designer portfolios, where they might have a Projects post type, which contains serialized images, each with its own description and perhaps a date stamp or client or whatever.

like image 394
Eric_WVGG Avatar asked Aug 08 '16 19:08

Eric_WVGG


People also ask

What is a custom post type?

So what is a custom post type? Custom post types are specific post types that have been added to WordPress using custom code or plugins. The idea is that you may want to add additional functionality to your site but don't want to add everything as a standard post.

What is custom post type taxonomy?

Custom Taxonomy for Custom Post Types. Taxonomies are a great way to group things together and help us to search posts belonging to a specific group. In WordPress we generally use Categories and Tags as taxonomies. The steps given below explain how to create custom taxonomies for your CPT.

How do I show custom fields in post?

By default, the custom fields option is hidden on the post edit screen. To view it, you need to click on the three-dot menu at the top-right corner of the screen and select 'Options' from the menu. This will bring up a popup where you need to check the 'Custom fields' option under the Advanced Panels.


1 Answers

Not supported and probably never will be. Seems like this doesn't have high priority in their team.

See: https://forum.ghost.org/t/custom-fields-for-posts/1124/46 and https://github.com/TryGhost/Ghost/issues/9020

like image 148
Johny Avatar answered Sep 20 '22 08:09

Johny