VladimirPanek
Forum Replies Created
-
Forum: Hacks
In reply to: RSS WP HTTP Error: A valid URL was not provided. 'reject_unsafe_urls'Hello,
Thank you.
I will start working on it.Forum: Hacks
In reply to: RSS WP HTTP Error: A valid URL was not provided. 'reject_unsafe_urls'Hello bcworkz,
Right. Thank you for the update.
Could you point me to some resources on how to do the ‘http_api_transports’?
At this point I don’t even know where to start.Thank you
Forum: Hacks
In reply to: RSS WP HTTP Error: A valid URL was not provided. 'reject_unsafe_urls'Hello bcworkz,
Thank you for your reply.
The RSS that’s on the same server is valid by W3C standards,
There must be some server setting that cause the wordpress to evaluate it as invalid. I can’t change these settings though.Is there any way to modify the add_filter(‘http_request_reject_unsafe_urls’, ‘__return_false’); so it works for only one url? (thank you for the more elegant code)
I don’t want to compromise the security more than it’s necessary and the server i want to allow in i can trust.Thank You,
VladimirHi,
Awesome. I couldn’t find that anywhere.
Thanks a lot.
-VladHello,
Sorry I marked it as answered…
I still can’t figure out how to list the pages as equal.
I have 3 pages. one parent and 2 child pages and I need to list them on the side as equal… no indentation no difference in css.I have ‘<?php wp_list_pages(‘include=16,18,81&title_li=’ ); ?>’ which displays only the pages i want with no title… but how to set it up so the child is displayed at the same level as the parent?
Thank you,
-VladHi Marcel,
I was looking trough that.
I was making mistake with trying to do ‘title_li=null’.
‘title_li=’ is working.thank you for you reply.
-Vlad