Welcome!
Those areas you have marked with a red border is called Post states.
In order to modify post states you can use display_post_states filter.
The following example adds the post id to states.
function my_custom_display_post_states( $states, $post ) {
// Add post id.
$states['my_custom_state'] = $post->ID;
return $states;
}
add_filter( 'display_post_states', 'my_custom_display_post_states', 10, 2 );```
Please check WordPress documentation for more information.
Related Posts:
- Can I display the widget admin in the page admin?
- Change admin startpage to Pages-page?
- Only allow new subpages to be created
- Is there a way to remove or hide individual pages on the Edit Pages screen?
- How to disable Page Attributes dropdown in wp-admin
- How to change redirect after moving a page to trash?
- Dashboard–> All Pages “How to create folders?”
- How to make certain page templates visible to admin only
- Add a Menu Link (to a WordPress Page) in the Admin Menu/Sidebar
- Remove pages from backend list *and* update counter accordingly
- Edit page’s “Restore the backup” link does nothing
- Missing ‘Page Attributes’ in page edit
- Can’t locate a hidden private page
- Role – edit page but not publish
- Adding Page URL to the Pages Admin Table
- How to use is_admin in page content?
- Change page name in admin list
- logout redirect only from admin page
- Is it possible to restrict access to specific pages in the admin area based on the page slug?
- Publish page by invoking submit via jQuery
- accessing the Admin page
- remove “Edit” from select pages
- Adding CSS styles to Admin Area PAGES only (not POSTS or CPT)
- Group Pages based on Parent in Admin Area
- disable trashability for certain pages
- Custom admin menu for a selection of pages
- How to access variables from one plugin in another
- How to make a secondary Pages Screen
- Remove element from admin page editing part
- Role can edit just one page [closed]
- How do I Name a WP page in the New(ish) Block Editor?
- how to edit source code of specific page in wordpress?
- Where can i make an html change to a specific page [closed]
- Cannot enter “::before” for li tag when editing a WordPress page
- How to get page_id for url rewrite or how to use page slug for calling a page?
- This code won’t find authors page?
- WordPress backend:How to hide some specific pages under Pages–>All Pages
- Different header for each page in child theme of twenty thirteen
- Change a Page’s Header Image
- How can I make a menu link visible only to admins (without plugins)?
- Dynamic href link to Contact Page
- Restrict the list of parent pages to only those which are created by current user
- how can i remove page title on desktop view
- Use content from one page in another template
- Is there a way to schedule changes to a page?
- Is it possible to change slugs’ default behaviour?
- List child pages within page template
- Option for pages order in backend
- Return subpages of an author if the parent page was published by an other author
- Removing custom sort order from admin page listing
- append one page content into another
- Allow a user to edit their own page and profile only
- on page creation few inline style properties gets removed
- Custom folder for wordpress page templates
- way to make all pages with certain tags public?
- Page not appearing under its Parent
- Editing Help Section
- Separate URL for a specific page
- Pages that don’t look like blog posts?
- return page name in url
- Next and Previous Page links based on ‘Order’ attribute
- Search anything from a Child and Sub-Pages of their Parent page
- register_rest_field only for specific page
- Update Pages ONLY from Stage to Live (not products)
- Change page width in refined magazine/mag and news theme
- How do you run code on a specific page without missing the init hook?
- Every change made by “Author” role is going to “pending review”
- Groping Pages Per Department Option
- if is_page() is not working with wp_redirect
- Display meta data attribute in user profile
- WordPress default theme cannot get full page on entry content div
- Assign Parent Page – Now 404 Error
- Create multiple custom HTML pages
- WordPress displays widgets out of whack
- Add homepage to the list of pages in the Footer Widget
- How to remove the duplicate title tags and duplicate meta descriptions?
- Two different layouts for the same post
- My page title turns into a h2 tag – What to do?
- Customise the_title in admin area
- Add pagination to search.php page
- Admin menu disable new/delete page
- How to turn post into pages and via versa?
- Content not displaying on page
- How do I get my page “About” to show up on my WordPress site?
- Featured Image not displaying in a page
- Display child pages on homepage template
- Pulling posts tagged with similar title name
- Filter posts by author selected in page
- Temporary download page or restrict static download page based on how the user got to the page?
- Decouple page name from page title
- search page different results
- List Parent page with sub pages
- simple category search form returns full text – but I need excerpts
- Naming custom page templates
- How can I use Page editor for two separate templates?
- Sort the data in WordPress using get-page-by-title
- Adding a filter to wp_edit_posts_query() to prevent hierarchical display of pages
- Order pages by date
- wordpress user profile page
- In WP, Google map error initMap is not a function [closed]