Is it possible to prefix a custom post wordpress title so that it appears on an RSS feed and other sharing mediums?
For example:
Custom post type = products
Title = A new tea cup
Output = Product – A new tea cup
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Try filtering
the_title_rssand prepending the custom post type if its notpost:You might need to fiddle with the conditional, as get_post_type might return a slug, and it might be case sensitive.