I'm going to be using a form to allow users to submit blog posts but I'd like to be able to add one line of text at the bottom of these posts in addition to the text that they enter through the form.
My form includes the following fields:
- Name (custom field)
- Email
- Post Title
- URL (custom field)
- Post Body
Is there a way I can add one line of text that will be a link to the URL custom field at the end of each post? I could add it to the single.php file but I need it be included in the RSS feed.
Thanks.