• LoboStylez

    (@lobostylez)


    Hello there. I was just wondering if anyone could help me solve my RSS issue.

    my site is: http://s.olid.us

    im trying to find my RSS feed, but to no avail. Its really starting to tick me 🙁

    Im getting this error:
    Solidus » Page not found
    Gaming News, Tech & Reviews

Viewing 3 replies - 1 through 3 (of 3 total)
  • esmi

    (@esmi)

    Thread Starter LoboStylez

    (@lobostylez)

    Yes, i got that. and i was able to fix the validation. now it says im verified and my RSS should be working, but i see not content.

    it still says page not found.

    Thread Starter LoboStylez

    (@lobostylez)

    ok then so i guess its fixed now. i just had to clear my cache and cookies on my main computer. thanks.

    Resolved by adding

    function myfeed_request($qv) {
    if (isset($qv['feed']))
    $qv['post_type'] = get_post_types();
    return $qv;
    }
    add_filter('request', 'myfeed_request');

    to the functions.php file in the theme. (leetpress)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Help with RSS feed’ is closed to new replies.