• Hi,

    When I tried entering my RSS feed it says its not valid. I did a check and this is the error I got. Any idea what is wrong?

    This feed does not validate.
    line 159, column 236: XML parsing error: <unknown>:159:236: not well-formed (invalid token)

    Feed URL

    Thanks!

    • This topic was modified 7 years, 3 months ago by nycplugged.
Viewing 9 replies - 1 through 9 (of 9 total)
  • Is your theme, plugins, and WordPress itself all updated?

    Thread Starter nycplugged

    (@nycplugged)

    All plugins updated. I’m using a child theme.

    Even when using a child theme, the main theme still needs to be updated. You are using Olsen Light 1.0.2. Version 1.0.3 was released in September, 2016 – you should update it.

    As a side note: I took a minute to check out your site (I’m located in Yonkers) and saw a client of mine (very popular DJ who I choose not to name here) listed in your NYE post – keep up the good work 🙂

    Thread Starter nycplugged

    (@nycplugged)

    Haha Thanks! 🙂 Updated that still nothing. Where do I update wordpress?

    You need to edit this post: http://nycplugged.com/the-infatuation-at-samsung-837-the-best-new-restaurants-the-end-of-2016-wednesday-december-21st/

    There is some funky invisible character here: “year and the fact that were about”. Just delete and retype “were” and that should fix it, or I guess make it a normal apostrophe “we’re”.

    Thread Starter nycplugged

    (@nycplugged)

    Ahhh! It worked!! Thanks alot Mark! Something so simple. Had me in circles for days!

    • This reply was modified 7 years, 3 months ago by nycplugged.
    Thread Starter nycplugged

    (@nycplugged)

    Hi!

    Another question.

    How can I get images to show up in the feed. The featured image for each post. Ill rather do a code than a plugin if possible.

    Thanks!

    • This reply was modified 7 years, 3 months ago by nycplugged.
    Thread Starter nycplugged

    (@nycplugged)

    Do I add this to my child theme?

    function featuredtoRSS($content) {
    global $post;
    if ( has_post_thumbnail( $post->ID ) ){
    $content = ‘<div>’ . get_the_post_thumbnail( $post->ID, ‘medium’, array( ‘style’ => ‘margin-bottom: 15px;’ ) ) . ‘</div>’ . $content;
    }
    return $content;
    }

    add_filter(‘the_excerpt_rss’, ‘featuredtoRSS’);
    add_filter(‘the_content_feed’, ‘featuredtoRSS’);

    Thread Starter nycplugged

    (@nycplugged)

    It didnt work…Anyone? bump!

    • This reply was modified 7 years, 3 months ago by nycplugged.
Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘RSS Feed not working’ is closed to new replies.