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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T05:55:03+00:00 2026-05-27T05:55:03+00:00

Is there a way of disabling the {title} tag in ExpressionEngine 2? My client

  • 0

Is there a way of disabling the {title} tag in ExpressionEngine 2? My client needs just one custom field, {rss_feed}, to add content.

I use the AJW Feed Parser Add-On to parse RSS feeds. The client just wants to add a RSS/Atom feed link in order for the web page to be populated with that specific feed.

The problem is that there’s a conflict between the ExpressionEngine entry {title} and the {title} field from the AJW Feed Parser Add-On.

When I use the {title} template variable, the output is from ExpressionEngine’s default {title} field not the AJW Feed Parser {title}.

My code looks like this:

{exp:channel:entries channel="blog" limit="1" dynamic="on" category="{embed:category}"}
    {exp:ajw_feedparser url="{blog_rss}" itempath="/feed/entry" cache_refresh="60" limit="1"}  
        <article>
            <header>
                <h1>{title}</h1>
                <time>{published format="%l, %j %F %Y at %G:%i"}</time>
                <a href="{author/uri}">{author/name}</a>
            </header>
            {content}
        </article>
    {/exp:ajw_feedparser} 
{/exp:channel:entries}

Is there another way of doing this with PHP?

  • 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-27T05:55:03+00:00Added an answer on May 27, 2026 at 5:55 am

    This is why add-ons should include a “prefix” parameter, to avoid variable collisions like this.

    Regardless, you can solve this with an embed.

    {exp:channel:entries channel="blog" limit="1" dynamic="on" category="{embed:category}"}
        {embed="_embeds/blog_feed" url="{blog_rss}"}
    {/exp:channel:entries}
    

    Then your _embeds/blog_feed template looks like this:

    {exp:ajw_feedparser url="{embed:url_param}" itempath="/feed/entry" cache_refresh="60" limit="1"}  
        <article>
          <header>
            <h1>{title}</h1>
            <time datetime="2011-01-20T06:20:00-00:00">{published format="%l, %j %F %Y at %G:%i"}</time>
            <a href="{author/uri}">{author/name}</a>
          </header>
            {content}
        </article>
    {/exp:ajw_feedparser} 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there a programatic way of disabling a client app's certificate trust in C#?
Is there a way to disabling a WRAPPER that was set in new(\%config) ,
Is there a way to animate enabling or disabling a button? I've tried the
Is there an easy way to grey out a sprite? I'm disabling a button,
Is there a way you can add a column to the Details view of
Is there a way of disabling the item in the database instead of deleting
Is there a way of disabling the audio in a flash file via the
I saw this post on SO: Is there a way of disabling the old
Is there any way of locking (disabling) a list item while a workflow is
is there any way for disabling the rollback (getting the previous version) in an

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.