you can add some code to the bottom of each feed post, this would give you the desired result. You can add this code to your functions.php or add it as a plugin
/** Add custom feed content footer
* @param $content
* @return string
*/
function add_feed_content($content) {
if(is_feed()) {
$post_type = get_post_type( get_the_ID() );
$content .= '<footer>'.PHP_EOL;
$content .= '<p>Some advert here</p>'.PHP_EOL;
$content .= '</footer>'.PHP_EOL;
}
return $content;
}
add_filter('the_excerpt_rss', 'add_feed_content');
add_filter('the_content', 'add_feed_content');
edit: making the assumption you control the RSS feed, but thinking about your question more, maybe you don’t
Related Posts:
- Editor not displaying dynamically after clicking on the button
- Blog titles from WP blog on plain html site?
- How to include this jQuery File in wordpress?
- how to convert XML from URL to HTML
- Overriding inline !important CSS with Javscript code snippet with media query
- Scroll to ID broken in main menu
- Possible jquery / library conflict in plugin usage
- Element works, but not on wordpress site [duplicate]
- Loading jQuery UI in the head
- How can I implement an Add to Collection function on my Image Gallery to be downloaded later?
- Form isn’t inserting data into database with ajax plugin
- Best approach to fetch data from wp options to js file or php file
- custom changes removed after plugin update
- Adding a slider captcha to the comment system
- How to put JQuery/Ajax inside shortcode?
- Plugin for a text modal box [closed]
- How to style the RSS wordpress?
- Can someone please tell me what is wrong with my plugin?
- Error with Image Slide plug-in/ s3slider in WP
- How Do I Figure Out What File(s) to Edit from Looking at the Source Code [closed]
- Is there a way to set the default active tab on Post UI Tab pluggin?
- looking for navigation plugin (accordion) [closed]
- wordpress site | All-in-one-cufon IE Issue
- WordPress function not being called from jQuery method
- Change upload folder for a CPT
- Need to change url paramenter of share product pintrest [closed]
- How to tie dark mode with prefers-color-scheme webkit? [closed]
- Creating custom HTML pages
- Ajax contact form widget plugin data not insert in database
- Time consuming callbacks in customizer
- Modifying a .js Function for Print [QZ Tray, WooCommerce POS]
- WooCommerce: Building a page with user input which is used to query order status and external API and return a result
- how to protect WordPress RSS Feed from “Feed Fetcher”
- How to hide CSS by default and show on button press
- Uncaught TypeError: jQuery(…).flipster is not a function in wordpress
- how to access all user dashboard on fronted page [closed]
- jQuery for custom plugin not working with Divi theme
- How can i get the post’s full html source by its ID?
- Frontent user submit and view content [closed]
- External RSS feed to WordPress Portfolio
- html generated by theme exist but doesnt appear in browser
- How to insert HTML/JavaScript form into WordPress page? [closed]
- Redux Framework: Page freezes on typing in Editor
- How can I inject options into an select tag inside the widget form?
- jquery tinymce and bundled wp plugins
- Display wordpress post’s in popup?
- How to prevent plugins from loading jQuery
- Using color picker in plugin, does input attribute order matter?
- JQuery plugin that works with Google 1.10.2 and not with WordPress 1.10.2
- WordPress putting “rn” in every line break?
- Setting up PubSubHubbub (PUSH) with WordPress
- Loading a purchased jquery plugin in a wordpress theme
- Using window.onload with Ubermenu
- Post Comments with Ajax in WordPress
- plugin shortcode output
- jQuery | JJ Carousel Plugin – Can’t set speed [closed]
- How to reorder and display a feed to be chronological?
- Create shortcode to echo javascript
- Integrating jQuery Datatables with Editor into wordpress admin
- how to insert data in wordpress table usnig jquery ajax
- Stop WordPress processing Javascript as text
- Jquery plugin not working on single pages
- Jquery NoConflict Problem
- this jQuery function works perfect in static html page but not on wordpress
- AJAX fileupload – TypeError: not a function ajaxSubmit()
- “Conflict” with jQuery (or its plugins)?
- How does one include the JQuery UI plugin to wordpress and enque it correctly in a plugin form?
- How to Loop Through all Posts and Count Attachments using Get Media Attachments
- a weird attribute on every html tag
- How to add an element right after the article using jQuery?
- How to add a dvi tag to a shortcode then change a generated text using jQuery
- How to track clicks
- How do I get a post author’s image/avatar via RSS from another blog?
- wordpress add_action() issue in ajax call
- Remove Yoast jQuery from front end
- How to display checked posts on another page over AJAX? (like comparasion style)
- Adding media upload button to User Profile page (following a tutorial)
- Localizing methods for jQuery append prepend wrap parent
- How can I exclude a dynamic URL to show a popup created using ‘WordPress Popup’ plugin
- JQuery prepend a function
- Register google jquery gets overwritten by plugin
- how to insert a HTML form into a javascript popup?
- Is there a function to list all uploaded images? How can I add one?
- How to best create a jQuery Slider to display a native wordpress gallery?
- Which plugin can do horizontal scrolling of RSS feeds in WordPress [closed]
- How to remove js ui library added by default by wordpress
- Adding Plugin Assets to Header
- Images under 1MB are not being compressed
- Any idea how to get something like this to work? [closed]
- I changed .live() to .on() but change is not reflected on the server
- WordPress Plugin Insert Html Code with Shortcode
- Creating a widget and missing jQuery
- “uagb/section and uagb/columns block”
- Readable titles in mobile
- Is there a way to convert shortcodes to html content?
- Stop wordpress from requesting external jquery from googleapi
- the_content() printing DOCTYPE, and tags in the middle of page
- Plugin not working & permalink erorr after upgrade to php 7x on Nginx
- Save user total active time after login in wordpress [closed]
- Opening a JQuery modal window on click of a button with a JQuery plugin