• I’ve read other posts about this so I realize it’s an RSS/feed issue, but none of the code hacks posted including those for functions.php) have solved the problem I’m having. The titles & content are all still hyperlinked as RSS links. the only content that’s ok are the category posts, but the page titles & text are still dynamic.

    I really don’t need RSS for this site as it will be a CMS only, but can’t seem to disable it. I’ve deleted the files mentioned, played around with the code, and still no luck. I also deleted the RSS link indicated in theme options, but it keeps replacing it automatically.

    In a nutshell, my goal is to have all page titles AND contents be static, not dynamic. In fact, as i don’t need RSS at all, I’d love to just delete any files & code that call for it, since WP doesn’t offer an option for turning it off for the whole site.

    Here’s a sample page:

    I’d really appreciate some help with this.

    PS: I know there are some validation errors with the site and I’ll deal with those later, but they’re not related to the RSS problem I’m trying to fix right now.

Viewing 7 replies - 1 through 7 (of 7 total)
  • 1. It’s not an RSS issue. It’s a post content issue. You have not added a closing </a> tag to the link in your post.

    2. You cannot disable the RSS feeds in WordPress.

    your social links are broken

    <ul>
    
    <li><a href="https://twitter.com/#!/prof_jeannie/" target="_blank" alt="Twitter">
    <img src="https://jeanniegagne.com/new/wp-content/themes/magnifica/images/social/twitter_bw.png" /></li>
    
    <li><a href="https://www.facebook.com/jeannie.gagne/" target="_blank" alt="Facebook">
    <img src="https://jeanniegagne.com/new/wp-content/themes/magnifica/images/social/facebook_bw.png" /></li>
    
    <li><a href="https://www.myspace.com/jeanniegagne/" target="_blank" alt="MySpace">
    <img src="https://jeanniegagne.com/new/wp-content/themes/magnifica/images/social/myspace_bw.png"/></li>
    
    </ul>

    Is the code the social links are putting out. All of those links are open, but never close

    <ul>
    
    <li><a href="https://twitter.com/#!/prof_jeannie/" target="_blank" alt="Twitter">
    <img src="https://jeanniegagne.com/new/wp-content/themes/magnifica/images/social/twitter_bw.png" /></a></li>
    
    <li><a href="https://www.facebook.com/jeannie.gagne/" target="_blank" alt="Facebook">
    <img src="https://jeanniegagne.com/new/wp-content/themes/magnifica/images/social/facebook_bw.png" /></a></li>
    
    <li><a href="https://www.myspace.com/jeanniegagne/" target="_blank" alt="MySpace">
    <img src="https://jeanniegagne.com/new/wp-content/themes/magnifica/images/social/myspace_bw.png"/></a></li>
    
    </ul>

    See how I put in the closing

    </a>

    In each link? Find and fix that, and you’ll be good

    Also, your RSS feed isn’t advertised on your site. Why would you worry about it? The subscribe icon which normally shoes feeds in the browser doesn’t light up.

    Thread Starter nancy73

    (@nancy73)

    The reason I thought this is an RSS problem is that on the “page” contents, wherever you click it send you to the RSS feed link. So there’s gotta be a connection there.

    Thread Starter nancy73

    (@nancy73)

    Rev Voodoo,

    I think i get what you’re saying (maybe.)

    That the social icons’ code it extending into the content of the page causing it to be treated as part of that code & therefore dynamic?

    I’ll give that a try…

    Thread Starter nancy73

    (@nancy73)

    Rev Voodoo:

    You’re my hero!

    I went to the header.php file and closed the social media tags as you instructed, and it solved the problem!

    THANK YOU for your thorough & incredibly helpful reply!
    ??

    Yup, unclosed items will cause all sorts of flaky.

    I was actually being redirected to a myspace page I think, not RSS.

    I’m glad you got your problem solved!

    Thread Starter nancy73

    (@nancy73)

    Yes, i had deleted the RSS code already, so it was defaulting to the next last social media link which was MySpace.

    So glad that problem is solved now, thanks to you!

    Onward to the other issues!

    Thank you AGAIN!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘HELP! Page title & contents are all hyperlinked’ is closed to new replies.