Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8555697
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T15:11:00+00:00 2026-06-11T15:11:00+00:00

Is it possible to prefix a custom post wordpress title so that it appears

  • 0

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

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T15:11:01+00:00Added an answer on June 11, 2026 at 3:11 pm

    Try filtering the_title_rss and prepending the custom post type if its not post:

    function rss_cpt_title($title) {
        global $post;
        $post_type = get_post_type($post->ID);
        if ($post_type != 'post'){
            $title = $post_type . ' - ' . $title;
        }
        return $title;
    }
    add_filter('the_title_rss', 'rss_cpt_title');
    

    You might need to fiddle with the conditional, as get_post_type might return a slug, and it might be case sensitive.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: Problem with operator precedence we know that precedence of prefix is greater
Is it possible to have some kind of type converter that allows Sync Framework
is it possible to create a custom JSTL tag that accepts a non-string attribute?
Is it possible to prefix the li items with a small image ? I
I have the following XML example: <?xml version=1.0 encoding=UTF-8?> <OpenSearchDescription xmlns=http://a9.com/-/spec/opensearch/1.1/ xmlns:custom=http://example.com/opensearchextensions/1.0/> <ShortName>Test</ShortName> <Description>Testing....</Description>
Possible Duplicates: What does the ‘k’ prefix indicate in Apple’s APIs? Lower case “k”
Maybe that's only possible with SQLITE but is there also a trick to let
Possible Duplicate: g++ “is not a type” error The following does not compile: 1
Possible Duplicate: TSQL query to concatenate and remove common prefix Hi How does one
Is it possible to ask Wordpress to look in all 'uploads' folder and not

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.