faamior
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Display rss issueI 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
Forum: Fixing WordPress
In reply to: Display rss issueMy 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
Forum: Fixing WordPress
In reply to: short post – full postI searched whole web but couldn’t find solution to my query! This options is very easy made in Joomla (through administration panel).
I guess this can been done in wordpress too, through code, or something. Please, anybody?Thanks
Forum: Fixing WordPress
In reply to: short post – full postanybody? please
Forum: Fixing WordPress
In reply to: short post – full postDear ChantalC,
Thank you for writing! I’m not sure if this is a solution to my problem. Maybe it is, but at this point it is not logical to me. Can you explain it further, example will be much helpful if you can find any!
When I use the_excerpt my photo from short story (content above the read more tag line) isn’t displayed and the definition of the read options is missing (a link for continu the reading). the_excerpt use (…) and this is not what I would like to do.
Thank you very much for all you effort.
Anybody else, please help!
Thanks.
faamior