Custom field/meta populated by dropdown of existing posts?
(My first WP question ever asked! Be gentle!)
(My first WP question ever asked! Be gentle!)
I have several custom post types, which are properly structured as /%post_type%/%postname%/, however I wish to have the same effect for regular blog entries: /blog/%postname%/
Is there a way to replace the default checkboxes by radio buttons in the custom post type taxonomy UI?
I have custom post type ‘questions’ with taxonomy ‘answer type’ (single selection [radio button], multiple selection [checkboxes] and pattern matching [dropdown boxes). I need to make sure the users can only pick one option from ‘answer type’. Is there a way to get this done?
I’m building a horizontal menu and some of the entries on that menu will have dropdowns (sub-menus), and some won’t. Those that have sub-menus are not actually pages. They’re just meant to be guides for the dropdowns.
I am looking to achieve something which I figured would be fairly simple to accomplish but it seems there are no real examples available to achieve my needs.
I just updated to 3.1.3 and now when I go to the admin I get the “Database Update Required” /wp-admin/upgrade.php screen. I click ‘Upgrade Now’ and it says it’s done, but then trying to access anything in the admin gets me the same screen again. How do I get past this?
Thanks to some help on here, I’ve managed to add a custom search box to my main menu… by adding this to my theme’s functions.php
I need to create a search page that will display anything related to the supplied search.
i.e. comments containing it, events, posts, CPTs and users with that name.
I’m new to wordpress, I set up everything, but there’s something that bothers me: on every single URL or link, there’s a “?v=hash” appended everywhere (example.com/?v=d21feabed96b). I tried to see inspect every plugin, I don’t understand how this parameter is added. It looks like it’s added in js, because if I see the source, there’s … Read more
I am working on a project using the WordPress REST API and VueJS along with Axios (for the AJAX calls to GET/POST data back to the site). However, i need to be able to access a user’s meta data ie ‘collapsed_widgets’ from the REST API but the data I receive back from the GET response is