If you are talking about author.php
in your theme directory, usually at wp-content/themes/<YOURTHEMENAME>
this isn’t a core file but part of your theme.
Themes don’t get changed when WordPress is updated, so concerning WordPress updates themes are safe.
But if your theme isn’t custom made by you (which I assume here) this file would be changed if you update your theme. So to be safe you should create a child theme as child themes make it possible to update the parent theme while keeping your child theme changes. Details about how to create a child theme can be found at the WordPress Codex
Related Posts:
- Creating distinct pages for author profiles and lists of posts by author
- Permalink to user profile
- Show author archive pages for authors with no posts
- Author profile visitors in last 7 days in front end without plugins
- Remove /author/ from the author profile url
- Showing author’s page with no posts
- Show woocommerce products in author archive
- How to link avatar and nickname to profile
- How to link to the current User/Author Profile page?
- Multiple Unique Author Profiles
- Getting $curauth->ID to work inside a shortcode
- How to add child page to author.php
- Custom avatar image link added to the profile page
- Post list based on the page author
- How to get all possible arguments for a wordpress function
- Most recent post is missing from Author page
- Can I Include author login in post class?
- Get 404 when try open author page
- Author Page Create Link to Page That Lists All Author’s Posts?
- Unpublish Authors With not Fulfilled Fields
- Display all authors in a theme template
- How to have certain WordPress settings set by default on a per author basis
- List of all authors avatars
- can’t see information on author page that don’t have posts
- How to fix a specific page (author archive) loading speed?
- How to create many author’s page?
- Variable undefined but it is defined
- Author page link in comments is different than in posts?
- Show infos only to the author in the author.php
- Calling a custom profile field only it it exists
- if else for custom $curauth-> field
- Author.php display profile for all types of users
- Profile Field In Admin Bar
- Show the most recent post for an author on the author page
- author.php get current id of author for advance custom field
- the_author function is displaying wrong name and url
- How to remove the author pages?
- Displaying custom post types in author.php
- Order the users by the date of their latest post
- Author archive only for custom post type
- No authors in change author dropdown
- More posts from the current author
- List authors of site with link and gravatar
- User Published Post Count
- What capability allows someone to change a page’s/post’s author?
- Just wanted to Pull Author’s Link
- list author’s posts in author.php
- Get the terms of a custom taxonomy for a specific author in author template
- add capability to author role to be able to delete attachments
- Author must complete profile info before they can publish a post?
- Editing the loop for Author pages
- How can I add “posted by ‘author'” to each post?
- no emails for a user account
- How can I show a custom post type for users in the authors.php file?
- Show selected value in a drop down menu
- Can I stop authors from changing the font in their post?
- Author page doesn’t change after username change [duplicate]
- Author bio Social Links
- Author custom fields post meta, the code?
- Change destination of author link to BuddyPress member profile
- Filter Author Bio
- How to remove the dropdown author data from the post edit page
- Showing author page if user has no post
- Restrict user role Author from viewing comments in admin interface
- Getting author URL outside the loop
- How to pull user/author profile data in a plugin?
- I have two problems ( SEO )
- Difference between last_name and user_lastname
- Migrate different author’s content to current author
- Get all media files for current author
- get_the_author_meta not working
- How to let authors only see website stats for their posts?
- how to get page views of author page?
- Auto assign author to new posts with wp_insert_post_data
- Conditional/Check: IF author has no First Name THEN
- Return subpages of an author if the parent page was published by an other author
- Display Authors Selectively
- Display a list of all post from the Author in the author’s page (author.php) in alphebetical order
- How to show user role in author.php
- Can change twentytwelve_entry_meta “by-author” links?
- Author Page List – change to show authors instead of not subscribers
- How can I get all author written content?
- WordPress Posts Multi Author without using plugin
- Automatically Switch between two AdSense accounts based on the author post
- How to create page for user?
- User role templates
- Show all authors in drop down panel while choosing author for a post
- How to add author on WordPress Pages? Not blog article page
- Can’t use Persian/Farsi in Author slug (returns 404)
- Author.php Page views counter
- Co Authoring with different positions
- Set a static page as a user profile page?
- WordPress Author Information show paragraph?
- Php markup question: php/html within conditional bit
- Return one of user’s post from a category in user’s profile
- Editorial Process
- Multiple Authors per post and filter post by author
- how to show all type of author posts in author page (SOLVED)
- Replace author with custom field in feed
- Change get_author_posts_url / Author URL via filter