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 697871
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T03:12:45+00:00 2026-05-14T03:12:45+00:00

I have it currently so that my post title links to an external URL

  • 0

I have it currently so that my post title links to an external URL using the following code in my index.php file.

<h1><a href="<?php echo get_post_meta($post->ID, 'external-link', true); ?>"><?php the_title(); ?></a> <a href="<?php the_permalink() ?>"><small>★</small></a></</h1>

I’d like to have the title of my RSS feed to do the same.

I’m using the FeedBurner FeedSmith plugin (Ver. 2.3.1) if that makes any difference.

  • 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-05-14T03:12:45+00:00Added an answer on May 14, 2026 at 3:12 am

    Oooo! Unfortunately you have to start editing some of wordpress’ files.

    In wp_includes there are several files that have a prefix of feed, they are basically just ‘feed templates’, and in there you’ll find the loop. then all you have to do is just replace:

    <title><?php the_title_rss() ?></title>
    

    with

    <title><?php echo get_post_meta($post->ID, 'external-link', true); ?></title>
    

    for each one, there are some with an ending of -comments, these are for any comments attached to your posts, can choose whether to bother doing these or not, i was extremely lazy and only bothered to edit rss2 hehe.

    Anyway, the really annoying bit about this is you wont be able to update your wordpress without these files being overwritten, to overcome that simply duplicate a copy into your theme folder and add this into your functions.php file

    //Alter default RSS feed
    function disable_our_feeds() {
    ob_start();
    require_once(ABSPATH. 'wp-content/themes/yourtheme/feed-rss2.php');
    $rss2 = ob_get_clean();
    die($rss2);
    }
    add_action('do_feed_rss2', 'disable_our_feeds', 1);
    

    And must add a function for eachand every one of the feeds, annoying eh?

    I hope that helps 🙂

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

Sidebar

Related Questions

I'm currently implementing a client application that POST's a file over HTTP and have
I currently have code that does the following: private final static ExecutorService pool =
I have the following file: <html> <head> <title></title> <link rel=css type=text/css href=/empty.css title=css />
We have a web application that uses dropbox as file storage. We have currently
I currently have links w/ class=ajax that I want to retrieve the element with
I have a controller called votes_controller.rb . In that file there is the following
I have the following code in my app that will show a list of
currently, this is the preg_replace string that I have. $mtg_post['post_content'] = preg_replace([^\\x20-\\x7e], ,$ability); This
I currently have form that checks if a user has unsubmitted changes when they
What I have currently: A wildcard DNS record. So that every subdomain points to

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.