As we know we can sort pages in a query by their page order attribute, I can’t figure out how to get this number to use it for a...
As discussed at WordPress admin screen very slow / timing out when editing or adding a new page/custom post I am having a similar issue on a WP site...
In my Admin Panel I have a custom post type of posts – with page attributes to define order. Is there “easy” way of changing how the admin panel...
Is there a way to get wp_dropdown_pages to return a list of multiple post types (including custom) as options for parent_id? I have tried supplying array for ‘post_type’ but...
When you register a post type you can pass an array of arguments that it “supports.” (For example, “page-attributes,” “author,” “editor,” etc.) I see that get_post_types has some args...
I have my front page setup to display a custom post type via: add_filter( 'pre_get_posts', 'my_get_posts' ); function my_get_posts( $query ) { if ( is_home() && false == $query->query_vars['suppress_filters']...
I’m new to the site but appreciate any help you can give. I have a WordPress set-up which (rightly or wrongly) has hundreds of pages and thousands of another...
(Moderators note: Title was originally “How can I add the “Page Attributes” and/or “Page Attributes > Template” selector to POSTS editor”) WP currently only allows the assignment of a...