You can use the_title hook to change the title of the post in the admin, something like this
add_filter( 'the_title', 'custom_post_title', 10, 2 );
function custom_post_title( $title, $post_id ) {
// Return early if not in the admin
if ( !is_admin() )
return $title;
$post_type = get_post_type( $post_id );
// You only need to change the title for pages
if ( 'page' !== $post_type )
return $title;
$custom_title = get_field( 'your_custom_title_acf_key', $post_id );
// If custom title is present, display it instead of original
if ( $custom_title ) {
$title = $custom_title;
}
return $title;
}
Related Posts:
- Can I display the widget admin in the page admin?
- Change admin startpage to Pages-page?
- How does wordpress calculate the page depth?
- 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
- Check whether the child page has siblings
- How to echo excerpts with wp_list_pages?
- Add a Menu Link (to a WordPress Page) in the Admin Menu/Sidebar
- Extra title output with this function wp_list_pages
- Remove pages from backend list *and* update counter accordingly
- Edit page’s “Restore the backup” link does nothing
- List child pages by slug not ID?
- Missing ‘Page Attributes’ in page edit
- Admin pages, edit notes of the title of posts and pages
- Can’t locate a hidden private page
- Role – edit page but not publish
- Combining ‘depth’ with ‘include’ in wp_list_pages()
- Adding Page URL to the Pages Admin Table
- Get the ID of the direct parent page
- Get parent of current page
- How to use is_admin in page content?
- Post Fetching Ignoring Sort_Column?
- Exclude pages by menu order
- Check if the child page has sibling pages, and bookmark current page
- logout redirect only from admin page
- Is it possible to restrict access to specific pages in the admin area based on the page slug?
- Keep page hierarchy in wp_list_pages, even if on a child or grandchild
- Publish page by invoking submit via jQuery
- Check if page has subpages
- How should I set up a Tumblr blog at a WordPress Page?
- accessing the Admin page
- Translate dashboard metabox
- remove “Edit” from select pages
- Include parent page in list of child pages
- wp_list_pages get the hole hierarchy for current page
- Remove and change pages label
- Get All Pages as strings in array
- Adding CSS styles to Admin Area PAGES only (not POSTS or CPT)
- How To List Sibling Pages And Include The Featured Image?
- Group Pages based on Parent in Admin Area
- disable trashability for certain pages
- Custom admin menu for a selection of pages
- How to make in post Parent page children page list nummbered
- How to access variables from one plugin in another
- Custom wp_list_pages() function
- How to make a secondary Pages Screen
- Remove element from admin page editing part
- How do you add a filter to wp-block-page-list?
- featured image as background image on pages
- Can I display submenus in groups, using wp_list_pages?
- Order by menu_order and title?
- How to display page title+link of page created by user
- get_page_by_title not working when used with a variable
- Editing Pages that Have Already Been Published
- Getting child content
- Clean URL link for page without number
- How can I have two content titles?
- Get the Page Content,without generating HTML
- Adminbar Missing “Edit Page”
- Creating a dashboard menu page similar to the “Pages” page
- Get $post Object from another page
- How to edit a HTML list in WordPress?
- All Pages visible on the Frontpage
- How do we exclude multiple pages (like opposite of is_page)
- Create page template with some static contents
- Can I schedule my site to launch at a set time and date?
- multiple post into single page
- redirect index.html inside folder to wordpress page of same name
- Show content if page is a grandchild of top level page
- Does Feedburner send notifications about WordPress pages?
- Ordering Pages and Increasing Navigation
- Search results to be only posts & children of page ID
- Show private pages in public when you logged in as admin?
- On the list of Pages, clicking to Edit a particular page redirects to the list of trash
- WordPress custom pages in a folder
- How to delete the scrollbar in my pages?
- Return true if parent page id matches
- How to filter page title for certain page?
- Not allow add New Page for role ‘editor’
- Why Google map can not show full size in a page?
- What’s the best way to manage sections on a page?
- How do you assign custom template for Posts page (under Front page displays setting)
- 1st Level Page with No Children
- Add feed to a custom page
- Directory location of new page
- Grabbing the_content from “about us”
- Get current post’s child page?
- Page specific values in widgets
- Woocommerce – Making product pages child of shop
- Show different number of posts on second page of category
- Use get_posts() with ‘post’ and ‘page’ queries at the same time?
- appearance of new page
- How to read a page’s “Shortcodes” from the Template File?
- Why does updating the front page give a 403, but no other page?
- Restrict page to members only does not work for page ID, slug or page title
- Added .lowercase-alpha-list now my list is adding an extra period