Viewing 3 replies - 1 through 3 (of 3 total)
  • Can’t say for sure this is the problem, as I just use a widget for my rss feed. But, in the code you displayed you have:

    $rss = fetch_feed( 'https://mf.bpkg.gov.ba/feed' );

    It should be mf.bpkg.gov.ba/vijesti/feed The code you’re using is just to your main site

    Thread Starter faamior

    (@faamior)

    My bed, I use

    $rss = fetch_feed( ‘https://bpk.gov.ba/vijesti/feed‘ );

    on my subdomain web site to display news/information from main web site.

    This was working before. Also, I’m able to use other rss feeds from other web site, and it is working. It just wont work with the rss feeds within my domain and sudbomain. realy strange. And, I’m able to see feeds when i paste in my firefox.

    thanks

    Thread Starter faamior

    (@faamior)

    I contacted my hosting company which is https://www.heartinternet.uk/ with the refer to this issue, and they provided me with some guides, which I would like to share here with you.

    They have loopback restriction, which doesn’t allow that one script calls another, as they said: this slows down the site. Only workaround solution is to user server path instead of url path for rss feeds.

    They suggested me to try with:
    $rss = fetch_feed( ‘/home/sites/bpkg.gov.ba/public_html/vijesti/rss);

    but this, also, doesn’t work in my case.

    Any additional help and guides will be appreciated

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