Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request - Edit Post Title placeholder #3093

Closed
2 tasks
StaggerLeee opened this issue Aug 8, 2015 · 2 comments
Closed
2 tasks

Feature request - Edit Post Title placeholder #3093

StaggerLeee opened this issue Aug 8, 2015 · 2 comments
Labels
Keyword: Good First Issue New contributors are encouraged to try helping on this Status: Help Wanted We have not prioritized this yet, but you can help make it happen to speed it up Type: Feature Features that add entirely new functionality that was not there before

Comments

@StaggerLeee
Copy link

StaggerLeee commented Aug 8, 2015

Can you consider making this in Pods core. Many Users would be thankfull for this, I think anyway.
Something like this but adapted to one new field in Pods Admin settings.

function change_default_title( $title ){
 $screen = get_current_screen();
 if  ( 'members' == $screen->post_type ) {
      $title = 'Team Member Name';
 }
 return $title;
}
add_filter( 'enter_title_here', 'change_default_title' );    

Task list

@sc0ttkclark
Copy link
Member

+1

@sc0ttkclark sc0ttkclark added Type: Feature Features that add entirely new functionality that was not there before Status: Help Wanted We have not prioritized this yet, but you can help make it happen to speed it up labels Aug 13, 2015
@sc0ttkclark sc0ttkclark added this to the Pods 3.1 milestone Aug 13, 2015
@sc0ttkclark sc0ttkclark added the Status: Need Tasklist The work requires a tasklist to be created in order to ensure all parts involved are completed label Dec 29, 2015
@sc0ttkclark sc0ttkclark modified the milestones: Pods 3.1, Pods Future Release Dec 29, 2015
@sc0ttkclark
Copy link
Member

Added tasklist

@sc0ttkclark sc0ttkclark added Keyword: Good First Issue New contributors are encouraged to try helping on this and removed Status: Need Tasklist The work requires a tasklist to be created in order to ensure all parts involved are completed labels Jun 22, 2017
@sc0ttkclark sc0ttkclark modified the milestones: Backlog, Backlog Archive Sep 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Keyword: Good First Issue New contributors are encouraged to try helping on this Status: Help Wanted We have not prioritized this yet, but you can help make it happen to speed it up Type: Feature Features that add entirely new functionality that was not there before
Projects
None yet
Development

No branches or pull requests

2 participants