The avatar and text is set in wp-admin/includes/class-wp-posts-list-table.php. It’s not directly filterable, but it’s possible to use JavaScript to target them and change since they each have their own class names.
For avatars, target .locked-avatar
, the text is inside .locked-text
.
The text itself is translatable on the PHP side, so it’s possible to filter gettext
calls to change the string before it’s displayed, but that will only get the text, not the user’s name or avatar, so I suggest going with CSS/JS on the front end first.
Related Posts:
- Keep featured content post in homepage with original order
- How to change the case of all post titles to “Title Case”
- Adding additional data to WP_Post object
- How set featured posts using checkbox in post edit screen?
- using wp_update_post on save_post
- WordPress plugin to publish to multiple remote WordPress blogs
- How do you get all the urls of images attached to a post?
- Get names of authors who have edited a post
- Display posts by tag on page
- How to batch update post content with custom post meta value
- How to wrap every image in a post with a div?
- Custom wp_trim_words() function not trimming right
- How to remove bulk edit options
- How to create post in WP network using WP-CLI
- How can I hook into creating a new post and execute wp_die(), before the post is inserted into the database?
- Function to show random posts from a category
- How do I add a reusable block to a programmatically created post?
- ‘Invalid post type’ error when importing from one site to another
- wp query with dynamic taxonomies and terms?
- How can I hide the sidebar from a specific post?
- move blog posts from one wordpress to another
- The ‘https_local_ssl_verify’ filter
- How to run a function when post is edited or updated using publish post action?
- Automatic value for custom fields for posts
- Display number of posts via adress bar?
- Display most recent post on homepage?
- Category Template: Need to display different content on first page of archives
- Get image from post’s gallery
- get current post id inside hook
- Display all posts that were published before full post on single.php
- How to make number of blog posts a custom field?
- check if wordpress is updating or publishing a post
- WordPress blog or WordPress website
- List blocks created by a specific block plugin
- Sort WP posts by span value
- How can you change all past posts’ images to link to none instead of the image file?
- Apostrophe in a possessive appears as an open-single-smart-quote instead of a closed one
- Add Read More Tag to a post content (Single.php)
- How to compare two posts including their meta fields on a scalable base?
- Why does my site often display 404 on subpages?
- Move comments only from one WP installation to another
- How to change the color theme per post?
- Copy post to separate database with “add_action(….)”
- How to create a template for Pages?
- Do all wordpress themes a similar class name for content?
- Display Notification Bar on Header on Certain Post Count
- How do I do a page break?
- Grid post page on WordPress with Bootstrap, the_excerpt(); Problem
- Add a variable in a post
- Loop parent terms {display posts} AND loop child terms {display posts}
- Print out last 3 blogposts
- Is there a query string for edit.php to show all posts that have no custom taxonomy terms?
- On what hook can I get the queried object’s final state?
- Is it possible to add a shortcode below post title?
- Edit the post title from the frontend
- Edit post locked notification dialog on edit post screen (post.php)… hook maybe?
- wp_posts table extremely large
- Image behind the post’s title
- Get the most recently modified post date of most recently modified post
- Only allow posts with a specific term to only be viewed by other authors with the same term in their post
- Queries take 120+ seconds on my large WordPress site
- Modify this line to give alternate format date?
- How to limit author related post listing ?
- Get all custom posts with a certain taxonomy
- How do I display the post_title with get_permalink?
- inserting a category into post
- Limiting the amount of posts retrieved by the loop
- Getting posts from some categories plus some individual posts
- Change layout of post depending on category
- Insert specific information to a posts of a predefined category
- How can I get posts from 9/13/11 to today with SQL? [closed]
- Direct some posts to only appear on a specific page
- How can I globally italicize list of texts in the UI database or Posts? [closed]
- How To import post If I have only subscriber access
- Get post publishing date from within custom HTML block
- Adding Text after Post Title based on Category using IF Condition – But not for menu items
- Updates are not showing to public (New Posts , Theme Change)
- How to bulk Update URLs to new values?
- How can I make a post sub link?
- Display image gallery if more than 1 image
- How do you change the permalink for posts for a single category?
- get_next_post() not working with future post status
- post thumbnails error
- Excluding category from post navigation in WordPress?
- Add another feature image box
- Using WP page password protection as defacto login
- get current index of post content in category page
- Permalink structure for two seperate blogs
- wp_query args with relation
- How do I apply a wordpress function to something with no ID inside an archive page?
- Keep highlight on menu item with post pages
- Can’t get post_updated hook to work
- Add new post only in assigned category
- How to retrieve custom field values and save again as array
- WP Query between posts custom fields [duplicate]
- How do I list categories and the common categories for posts beneath those categories?
- include other content type post ID not working
- How to remove a date from wordpress post
- wordpress pinboard theme [closed]
- Edit Page button is gone