Viewing 8 replies - 1 through 8 (of 8 total)
  • Maybe you could describe the problem a bit more…

    Thread Starter rsvp2u

    (@rsvp2u)

    well the rss function at this blog is not working at all, seems to just show this: Index of /blog/feed and then two links, Parent directory and wp-feed.php

    ???

    blog url:

    https://rickyschneider.com/blog

    supposed feed url:

    https://rickyschneider.com/blog/feed/

    Thread Starter rsvp2u

    (@rsvp2u)

    bump

    I use

    <a href="<?php bloginfo('rss2_url'); ?>" title="<?php _e('Live feed met RSS'); ?>">
    <img src="https://www.mozilla.org/images/feed-icon-14x14.png" alt="RSS Feed" title="RSS Feed" />
    </a>

    You use:

    <a href="feed:https://rickyschneider.com/blog/feed/">
    <img alt="grab our rss feed" src="https://rickyschneider.com/blog/wp-content/themes/studiopress/images/grabrss.gif"/>
    </a><code>in your underheader in ?</code>index.php

    I am not too savvy in this but your href looks a bit strange. But that is only about the button not working.

    Thread Starter rsvp2u

    (@rsvp2u)

    yes i see what you mean about the code difference there but any idea how or what to change to fix?

    is it in settings somewhere or code?

    Probably in your header.php in your theme in the DIV Underheader. When not, than in index.php or home.php It is hard to tell from here because i do not know the theme you are using. Make a backup of any file first before attemting to change.

    Thread Starter rsvp2u

    (@rsvp2u)

    Ok

    I checked header.php, index.php and home.php but dont see where this incorrect rss link is being generated, any other ideas?

    thanks

    Sorry pal; I would’nt know. You could start validating your site here: https://validator.w3.org/ Maybe that brings some answers.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘rss problem’ is closed to new replies.