Willbbz
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] Displaying jobs in an XML feedNothing wrong with it but I need to display the data in a specific format to work with my app.
Similar to
<data> <job> <item> <name></name> <address></address> <description></description> </item> </job> </data>I have done this before with custom post types made by specific themes but am having trouble using the post types created by this plugin.
My plugin loops through all posts using a loop similar to
while( have_posts()) : the_post()Then outputs certain taxonomies using
get_post_meta($post->ID, 'taxonomy_field_name')
and outputs the feed however it looks like Its not looping through the job_listing posts for me.Can you think of any reason why this might be and if there’s maybe an alternative way to loop through the job_listing posts and print its data?
Also to note, if I reload the page after getting the 500 error, it works fine
Forum: Plugins
In reply to: [Tripadvisor Stream] Plugin stoppped WorkingI’m not sure where the dev is at but..
From what I’ve gathered it looks like TripAdvisor is closing or has already closed their business RSS feeds.
The only way to get the data you’re looking for seems to be with ugly looking widgets that they provide.Forum: Plugins
In reply to: [Tripadvisor Shortcode] TripAdvisor is about to turn off the rss feedsThat’s a shame. Tripadvisors own widgets are so ugly.
Forum: Plugins
In reply to: [Tripadvisor Stream] Plugin stoppped WorkingOkay it looks like this message is appearing just before it fails to find the content
“TripAdvisor has discontinued support for this review feed. Please visit http://www.tripadvisor.com/Widgets to see our free content widgets.”
EDIT: I’ve checked some other websites using this plugin and they are also experiencing this.