unitasaurus
Forum Replies Created
-
Forum: Plugins
In reply to: [Thumbs Rating] DB doesnt receive any meta data?Okay something weird happened, when I opened the site in a browser where I was not logged into WordPress I could actually vote and after this vote the Database created an entry! Also noticed that when I vote as logged WordPress User, it makes a POST request with the correct data to
/wp-admin/admin-ajax.php– which returns-1with status code 403 Forbidden.Forum: Plugins
In reply to: [Thumbs Rating] DB doesnt receive any meta data?Hey,
I’ve checked my plugins, but there is no plugin that does anything with my cache.
Forum: Developing with WordPress
In reply to: Creating own custom content typeAlright, I read through everything and if I’m not wrong my approach should be now:
– Create a custom post type as a plugin (not making it a must use plugin, since its only for one homepage) with all the actions it needs
– Create an administration menu to give Admins the option to manage this plugin
– Use custom taxonomies to group my post for the category featureAm I missing something?
Forum: Developing with WordPress
In reply to: Creating own custom content type@sterndata thanks for the fast answer! Gonna have a look at that 🙂