Quantcast
Channel: fetch_feed(custom field url) printing out the url rather then using it | WordPress.org
Browsing latest articles
Browse All 18 View Live

Reply To: fetch_feed(custom field url) printing out the url rather then using it

Thanks for your help. Works just as I wanted it to! 🙂

View Article


Reply To: fetch_feed(custom field url) printing out the url rather then using it

I can’t just say $page_id = get_page)($page_id); if you use the code in page.php, you could try: $page_id = $post->ID; or look into page templates: http://codex.wordpress.org/Pages#Page_Templates

View Article


Reply To: fetch_feed(custom field url) printing out the url rather then using it

Alchymyth thanks a lot. That has resolved my issue! At the same time though, it has now brought up another one. While I can now use 1 single php page as a template and grab the custom fields to...

View Article

Reply To: fetch_feed(custom field url) printing out the url rather then using it

what is the value of $url if you echo it directly after you extracted it from your custom field? imho, the error seems to be coming from your usage of: get_custom_field_value() (which is not genuine...

View Article

Reply To: fetch_feed(custom field url) printing out the url rather then using it

Sorry, this is the first time I’ve ever posted on this forum. Did not know about the code thingy. Here is what I have. The loop is actually closed. The loop is working fine when I put the actual URL...

View Article


Reply To: fetch_feed(custom field url) printing out the url rather then using it

apart from the fact that your code is near unreadable, because you did not use the code button as described in the forum rules: if this is the end of your code: foreach ($afl_items as $item) { ?>...

View Article

Reply To: fetch_feed(custom field url) printing out the url rather then using it

Anybody got any idea about this?

View Article

Reply To: fetch_feed(custom field url) printing out the url rather then using it

By the way, when I replace the $url custom field with an actual working url, it works as expected, printing out the permalinks and titles of each feed.

View Article


fetch_feed(custom field url) printing out the url rather then using it

Hi, I am creating a website that gathers rss feeds from various sources and displays them by topic on different pages. I am creating my own template pages. I am trying to use 1 template for each page...

View Article

Browsing latest articles
Browse All 18 View Live