Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 6 years ago.
Improve this questionI own a local guide on wordpress, with already many CPT like "hotels, bnb, markets, etc..."
all those CPT are linked by relational field to a city. ( city is CPT as well )
Now, i wish to add a EVENT type to list all events in a city, as well as in other CPT. ( like, you see a hotel page, and i will display all the events near the hotel ).
I don't need much field, like i didn't list any venue, i don't need ticket system, etc...
I just need : "event name, event date, event thumb, event adress, event price, ..." and usual info.
So i'm wondering, should i use a plugin like wp event manager, or should i create a new CPT ?
If i create my CPT, will i be able to list event from the more recent to the more olde (base on event date ?)
Thanks in advance for your advised help !
Closed. This question is opinion-based. It is not currently accepting answers.Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 6 years ago.
Improve this questionI own a local guide on wordpress, with already many CPT like "hotels, bnb, markets, etc..."
all those CPT are linked by relational field to a city. ( city is CPT as well )
Now, i wish to add a EVENT type to list all events in a city, as well as in other CPT. ( like, you see a hotel page, and i will display all the events near the hotel ).
I don't need much field, like i didn't list any venue, i don't need ticket system, etc...
I just need : "event name, event date, event thumb, event adress, event price, ..." and usual info.
So i'm wondering, should i use a plugin like wp event manager, or should i create a new CPT ?
If i create my CPT, will i be able to list event from the more recent to the more olde (base on event date ?)
Thanks in advance for your advised help !
It's a tough question that I think you will have to be the one to really answer, but hopefully I can provide some additional insight.
Building events yourself means you will have exactly what you need, but will have to handle all display formats, all inputs and input support (like date/time formatting), and all the fun details that comes with handling dates and times, eg leap years, timezones, multi-day events, etc. It could be a lot of work.
Using a plugin (I'm not thinking of any plugin in particular), you will have to reduce the number of features and potentially customize the display to your needs. There will be a lot of extra cruft in features and templates, but there will be a lot of ways to help as well. Even if you have to customize the display and some of the functionality, with a well-written plugin you should be able to accomplish this. In addition, you will have the benefit of another set of developers that are finding and fixing bugs, keeping the plugin secure, and pushing new features.
Keep in mind, adding a new plugin and integrating your site with it will require some additional time to get familiar with the code.
I hope this helps you make your decision a bit easier.