How to get the order attribute of a page
As we know we can sort pages in a query by their page order attribute, I can’t figure out how to get this … Read more
As we know we can sort pages in a query by their page order attribute, I can’t figure out how to get this … Read more
As discussed at WordPress admin screen very slow / timing out when editing or adding a new page/custom post I am having a … Read more
In my Admin Panel I have a custom post type of posts – with page attributes to define order. Is there “easy” way … Read more
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 … Read more
When you register a post type you can pass an array of arguments that it “supports.” (For example, “page-attributes,” “author,” “editor,” etc.) I … Read more
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 … Read more
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 … Read more
(Moderators note: Title was originally “How can I add the “Page Attributes” and/or “Page Attributes > Template” selector to POSTS editor”) WP currently … Read more