You could modify it through the the_author
filter:
/**
* Set the author name as the site title.
*/
! is_admin() && add_filter( 'the_author',
function( $author )
{
return get_bloginfo( 'name' );
}
);
where we change the author name to the site name on the frontend with the help of the get_bloginfo()
function.
Related Posts:
- static landing page leading to author specific pages w/ “live” content
- Cannot select certain authors for posts after import
- Prevent 404 of Author pages without posts
- Prevent duplicate pages from being added
- how to show all type of author posts in author page (SOLVED)
- users followin the blog post author
- Change all author links in Blog roll
- disable Tab post on nav-menus page (Admin)
- Proper way of establishing custom landing pages in WordPress
- Is it possible to filter the main loop to exclude posts from a specific category?
- Display author’s name and avatar in post’s sidebar
- is_page Funtion for Posts ?
- is_page() and is_page_template() not being differentiated
- Display an authors post on a single page only when they are logged in
- Admin – no Featured image choice in create new/page|post
- How to detect when admin user is on the All Posts page?
- How do I show posts from another wordpress installation?
- If contributor has published 2 or more posts then show otherwise hide
- All Posts Linking to Author Posts directly
- Total number of posts in query (category/tag/author/search results/main page…)
- Custom Permalink Structure for Pages & Posts
- Getting a “404 Not Found” error when “Preview Changes” is clicked
- Display password protected posts to logged in users
- Why won’t pagination work?
- WordPress Query Posts From Category Post on Static Page
- How to create a “latest news” page showing a list of posts from blog category
- How do you search for a post or page with a certain url on the WordPress admin panel?
- Change post author without using wp_update_post()
- How to add some html formated text to every new post in WordPress
- Is it possible to lock all new and existing WordPress posts to one specific author?
- Intercept page request and add value to it
- How to get the ability to change the author of a post
- Echo Text If User Is Logged in But NOT the Author of post
- WordPress 302 Redirect to Random Product/Post/Page
- Output Post with ACF Fields into other Post
- How to create a page that shows the last 10 posts?
- $_GET parametters not working in an specific template
- Only allow posts with a specific term to only be viewed by other authors with the same term in their post
- New Posts and Pages Won’t Save
- My Custom Post Type Still Using index.php
- get_children returns older images
- Posts and Pages: 404 Page not found
- the_content() Not Grabbing All Content
- How to limit author related post listing ?
- Restrict displaying posts to the poster itself (in Back-end)
- Display Featured Posts Grid on Static Page (Gazette)
- Detecting current page from class method
- Get total post from an author
- Having pages after specifying post_type post
- Unabled to Change Permalinks – Even Using the “Edit” (Resets to Original Permalink on “Update”)
- Send email to author of post on post submission
- List all posts, pages and custom post types in admin
- Make ‘blog’ page show content as well as posts underneath it
- I don’t want the complete article to show on homepage
- How can I set a maximum allowed post size and number of posts submitted?
- Get x recent posts by author?
- Post/page title to permalink transformation – what is behind the scenes?
- Would a “hub” page work better as a page or a post?
- Display on page every post in blog WITH comments
- Are post, page and category IDs unique to each other?
- Exclude a category of posts in author template
- Showing recent post of category in page
- HTML Inside of Shortcode Breaks Shortcode Output
- Get latest author posts inside the loop
- Author Avatar as default first image
- Setting limit to posts or page creation
- Display message depending on capability outside loop
- How do I disable the “by author” hyperlink on posts?
- Create a frontpage.php and static page template
- Using Posts Like a Page
- Pagination for normal (standard) posts on a page with a custom loop?
- Changing wp_link_pages() to “Next Page” and “Previous Page” buttons?
- Authors’ Links on Homepage Not Going to Author Post Pages
- Send email to admin with post author
- posts going to 2 pages/categories only show up in 1
- Have posts included on a page that share same category
- why the posts queried from sql is more than those showed on the page?
- Preview page/post revisions without overwriting current content
- Link from Post to Another Post Via Clicking on Words within Original Post
- adding my posts (author posts) in menu
- Page of posts made to look like homepage
- post/page content
- Link to older links
- How to link post titles on page A to its posts on page B?
- WordPress Architecture as a CMS – Posts & Pages
- Is it to possible to insert a page in the post depending on the category ofthe post
- Organization of time insensitive content
- Direct some posts to only appear on a specific page
- Adding if statement into the_content()
- How can I add a page that shows posts from a single category?
- How to show next/prev link, when it’s not active?
- Archieve page, Advertisement Every 3 Posts
- Different post views for different category views
- What would causes search to return incorrect results?
- Cannot publish posts, but can create new pages
- Making a new post visible on a specific page
- Changing permalink of WordPress
- Can I restore restore content from old Worpress site to a new Worpress site from an archive
- Separate blog and reviews categories
- Creating a redirect option for current page url