Feed templates are special case. You can’t simply provide your own template – you need to work with do_feed_ hooks to change handler function.
But for your specific question it is much easier to override author. Try this (not tested):
add_filter( 'the_author', 'feed_author' );
function feed_author($name) {
if( is_feed() )
return 'Acme, Inc.';
return $name;
}
Related Posts:
- How to add more than one RSS Feed Link for wordpress
- How did I enable atom feeds in a fresh WP3 install?
- add_feed rewrite overwriting standard permalinks
- RSS feed showing deleted post
- Can I add/replace the WordPress image in the Dashboard
- Post thumbnails not working in my new install of WP 3.1 with Twenty Ten theme
- Adding comments to my custom theme
- Add a searchbox to the body of a page
- Best way to allow overwriting images shipped with the plugin?
- Changer numbers of columns in woocommerce shop
- How to put a site offline, including images?
- How to add css option to Header Image customizer?
- Static Front Page settings – distinguish between Front page and Post page
- WP custom routing does not work
- Use custom header as WordPress header
- WordPress : using AJAX to get posts & Sidebar Content to an external application
- Which plugin can do horizontal scrolling of RSS feeds in WordPress [closed]
- str_replace inside specific css files [closed]
- How to print Array values of custom Fields Meta?
- How do I modify the size of the text in my page titles?
- Customizer JS API get value of customizer field
- How to edit alternate inactive themes in “Appearance -> Customise” screen?
- Prevent Multisite from creating sample page, sample post and sample comments
- WordPress archive index page
- Daylight Saving Time adjustment
- wordpress shortcode not working
- WordPress Code Snippet to count total posts by author
- Hide content and functions from specific user roles
- Force WordPress to load a specific template
- Custom Same Page Search
- Translating (WooCommerce) placeholder text
- Inline-Table under TwentyTwelve not working
- Allow a subscriber to be an author and view only his post
- How to activate flash cards
- Transferring theme and imported post attachments
- Personalized Gallery what are my options?
- Trying to use .htaccess to redirect /profile to /login-2?action=profile
- How to make WordPress search page use a relative path
- Woocommerce custom archive page custom content and shortcode
- Page flickers in customization mode
- We are facing this error in header unable to understand the issue
- When is the wp-settings-[time] cookie generated?
- Get All Results From Other Users That Share The Same Custom User Meta As Current User
- Can we set a redirection with dynamic content in url?
- What is my error trying to create a new table in the database?
- How to remove (…) from the post tilte on homepage?
- Gender based user avatar
- Need to add custom text field to Woocommerce under add to cart button
- Hide entry-header for a specific category
- How to add a template – so that i can choose a different menu for some pages
- Allow WP users to sort search result on a videos site
- wp.blocks.registerBlockType not showing what I want on the frontend
- Multiple loops on same category with different design
- How can I setup a development environment which auto refresh page when code have changed [closed]
- Add a menu item to admin dashboard which isn’t a link? [duplicate]
- How Can I add show_post_count in get_archives_link?
- Trouble with custom login page
- I want to use a product thumbnail completely different than the product image
- How can I edit the WordPress menu link to allow fb: instead of http
- Fixed bottom menu on mobile doesn’t work on search included in Child Theme of Storefront
- Change Dashboard menu position?
- Get site ID from attachment url?
- How to narrow the area between buttons on Helium theme sidebar? [closed]
- How to add the option to choose between sizes for featured image within post editor?
- Customize WP website specific column with CSS
- Help needed creating a custom Hamburger menu in header
- admin aoolbar add_node() and pulling in my post slug
- duplicate featured image functionality in custom meta box
- How to automatically pull an information from a form field onto an other page?
- How to create a custom menu for specific user
- Structure of post types for TV Shows and episodes
- Custom Form Input not saving to Database
- Adding images to anchors in the list created and fetched with wp_nav_menu
- In wordpress customizer api adding div wrap to control
- How to create 2 preview button in a post?
- Move text from the side of image to below image [closed]
- Change the default WordPress image on the dashboard login to a custom image [duplicate]
- Background setting isn’t applied to entire sidebar height
- Function to query by custom field and category
- Secondary loop doesn’t work
- Custom user fields validation on registration
- Pre_Get_Posts order DESC not registering
- Custom terms in custom category taxonomy
- Customize TinyMCE Buttons
- Adding pages to the Admin panel
- Setting Custom WordPress “Posts page” AS “Front page”
- Share user access between two wordpress sites
- What capability is required to view posts, scheduled in the future, by someone else?
- Custom Query Arguments
- Adding page Title in a custom coded page
- Reached end of document without finding – using mod_pagespeed
- Loop display only 5 posts
- Gallery Pagination by Row
- use another theme for just one page
- Instead of Custom CSS Theme CSS is loading
- Particle.js not loading in WordPress Gutenberg
- Is it possible to show related posts on WordPress attachment pages?
- How to add filters to my site?
- How to use same username account for multiple users?
- Advanced Custom Fields in WP_Query: Href Returning Empty