Adding ‘menu order’ column to custom post type admin screen
I want to use the menu order attribute to control ordering for a custom post type that’s going to be used for a specific purpose.
I want to use the menu order attribute to control ordering for a custom post type that’s going to be used for a specific purpose.
I use form to send POST request to a page and to login user with wp_signon() in order to authenticate user to my wordpress installation as described in WP documentation:
I am trying to filter by a meta query but no matter what I try I can not make it work.
I have a custom post type called “destinations” and I have set the EP mask for the post type to default EP_PERMALINK. I have added a couple of endpoints as follows :
i have been working on a custom system for my site where users can have a seperate account, setting and profile page to make my site a bit more interactive and community type. with some other additional stuff.
I am new to coding, i have managed to make the profile pages etc.
I have a query_posts call in a WP template. Through the use of the More Fields Plugin I can give the site admin the ability to create an event (custom post type) and then enter a date which is formatted: YYYY/mm/dd.
I’m using a lot of thumbnails but never the original file. To save space, I’d like to prevent the original from being saved on disk but only keep a thumbnail of 100px. How can I do this?
I was wondering how i can remove the prefix from the slugs of custom post types using htaccess rules or any other appropriate method.
Currently I have a structure where the top level categories are acting like landing pages, so they should have no posts directly assigned to them. What I would like to do is disable the top level terms and only allow the user to check sub-terms (children). I’ve found a walker which transforms checkboxes to radio buttons here but I don’t quite understand it enough to only change the top level parent, it keeps cascading. Was hoping somebody could break down what is going on in this walker with the main question being “How do I disable top level terms in the admin panel term metabox”
What is the recommended way of creating a page with a table, in the style of the tables showing posts or users in the admin area?