Crowdsourcing – online database in WordPress 28 Sep 201128 Sep 2011 Hi everyone. I have an idea: to set up a database of aphorisms by philosophers to which everyone can contribute, but which I will approve before it shows, and which everyone can search. Each record must include the bibliographical details and be by a recognised philosopher or historically important source for philosophers like Aquinas. It must also get tags that match the PhilPapers categories. How can I do this using WordPress? I can’t find a plugin that will enable me to do this without having to handle the database directly, which I don’t want to do. Surely somebody has made a plugin that does this? Suggestions? Administrative Philosophy
Cognition Aware: Upload 9 Nov 202330 May 2024 But, not bit… Why we will never be saved in computers One of the more common posthumanist themes is that we can download ourselves into a computer matrix of some kind (and indeed that we may even be in a matrix) and live forever (or until the matrix dies). As a thought… Read More
Metaphysics Thought for the day: Why is “now” now? 2 Apr 2010 I am something of an amateur block theorist (which means that I only imperfectly instantiate a spacetime worm). Actually, it means I think that the universe exists as a single unitary entity extended in however many dimensions it is, including time. It’s, as it were, a block, not a river…. Read More
Biology A leading philosopher blogs… about cuttlefish! 4 Jul 20124 Jul 2012 Peter Godfrey-Smith is one of the leading philosophers of biology and science, and he is presently Distinguished Professor of philosophy at CUNY’s Graduate Centre. He also blogs! It’s nice to see that employed academics are catching up with the rest of us. What’s really interesting is that Peter is focussing… Read More
Aquinas was a theologian who did philosophy (like most theologians of his time). A philosopher is someone whose arguments lead where they lead. A theologian is someone who cannot end up at some heretical points. There are those, like Origen, who straddled the divide. They often ended up medium rare.
You’re describing the comments database. If this comment gets approved, then I must be a recognized philosopher.
You read ET – was there any doubt? The problem with that is twofold: searchability and the need for a different post for each author. Maybe I should set up a new blog, just for that purpose?
You read ET – was there any doubt? I read ET, so unless you want to terminally insult your philosophical colleagues, I sincerely hope so.
I agree with Gregg; this seems to be an ideal use-case for custom post types. Custom post types are available to plugin/theme authors to provide posts other than the standard ‘blog post’ or ‘page’ types WordPress uses. So that’s the bad news: it’s typically a job for someone who wants to get their hands dirty with PHP. The good news: adding the specific keywords ‘custom post types’ to your search of the WordPress plugins directory will probably help you find what you need much faster. For example, there’s this, which I found fairly quickly; I haven’t dug very deep.