I'd like to to add a new category of the same type as "Rooms", "Foods", "Deals", etc.
How to I add such categories so that I can have customized elements and links. For example (As you can see on our website) We have a sections called "Kriya Center" and we would like to add different types of Kriyas.
Just to avoid misunderstandings: "Rooms", "Foods", "Deals", etc, are not categories but Custom Post Types.
Said that, those Custom Post Types come from the Hemma Custom Post Type plugin that comes with the theme. Unfortunately you can't add a new Post Type via the Dashboard. Here are the options:
2) If you need a new Post Type, then you need to create a new plugin specifically for that Post Type. I'd recommend to use the Hemma Custom Post Type plugin as a base to create your custom plugin.
Hi,
I'd like to to add a new category of the same type as "Rooms", "Foods", "Deals", etc.
How to I add such categories so that I can have customized elements and links. For example (As you can see on our website) We have a sections called "Kriya Center" and we would like to add different types of Kriyas.
These new elements would ideally have a URL www.healinequilibrium.com/kriyas-center/ Example-1
Thank you so much!
Hi,
Just to avoid misunderstandings: "Rooms", "Foods", "Deals", etc, are not categories but Custom Post Types.
Said that, those Custom Post Types come from the Hemma Custom Post Type plugin that comes with the theme. Unfortunately you can't add a new Post Type via the Dashboard. Here are the options:
1) In case you have an unused Post Type that you want to rename for anything else, you can take a look at this: https://github.com/pasqualevitiello/Hemma-Change-Custom-Post-Types-names
2) If you need a new Post Type, then you need to create a new plugin specifically for that Post Type. I'd recommend to use the Hemma Custom Post Type plugin as a base to create your custom plugin.
Hope that helps!