Creating own custom content type
-
Hello everyone!
I’m looking for some clues on how to build custom content type for my WordPress Site. I’ve been working with WordPress for quite a while now, mostly just building Websites and never really developed anything for it, but now I’ll have to (at least I think so!). I’m rebuilding an old Webpage we build years ago with Drupal and came across an old feature which seems to be a little complicated to rebuild.
More specifically I’m talking about this one here:
http://abitipps.de/organisation/abimottos/abimotto-sammlung/As you can see, on this site we’re having a rating system. We have a list of posts (they’re Mottos for when you finish school in germany), every visitor can upvote the posts they like the most (no limitation) and the posts get sorted automatically after the amount of votes. BUT you also got tabs where you can change the sorting, like:
– when you click on “Kategorien” the posts are sorted in Categories (which the admin has to pick first, before he creates a new post)
– then you also got an alphabetical order
– and an order after which year the mottos got postedSo in short:
I need to create a list of posts, each can be voted by visitors, the amount of votes have to be saved forever (you can vote any year for any motto) and I have to offer the option to sort those posts after:
– Amount of Votes
– Categories
– Alphabetical
– The year they were postedCould someone maybe give me a little help/hint how I could develop that? I know I’ll probably have to work with custom content type and php, both never used, but I’m willing to learn. I’m not looking for someone to create this for me, as it’s a good way to strengthen my skills with wordpress and learn something new. But a little direction on how I should approach this would be very helpful! 🙂
And yes I looked for existing WordPress Plugins, sadly none of them had exactly the features I was looking for. But if you do happen to know a plugin that has those features: I’m open to test it!
Thanks to anyone who’s willing to help! 😀
The topic ‘Creating own custom content type’ is closed to new replies.