Title: Willbbz's Replies | WordPress.org

---

# Willbbz

  [  ](https://wordpress.org/support/users/willbbz/)

 *   [Profile](https://wordpress.org/support/users/willbbz/)
 *   [Topics Started](https://wordpress.org/support/users/willbbz/topics/)
 *   [Replies Created](https://wordpress.org/support/users/willbbz/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/willbbz/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/willbbz/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/willbbz/engagements/)
 *   [Favorites](https://wordpress.org/support/users/willbbz/favorites/)

 Search replies:

## Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Job Manager] Displaying jobs in an XML feed](https://wordpress.org/support/topic/displaying-jobs-in-an-xml-feed/)
 *  Thread Starter [Willbbz](https://wordpress.org/support/users/willbbz/)
 * (@willbbz)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/displaying-jobs-in-an-xml-feed/#post-5970327)
 * Nothing 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?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Kadence Security – Password, Two Factor Authentication, and Brute Force Protection] 500 Error: mod_fcgid: read data timeout in 31 seconds](https://wordpress.org/support/topic/500-error-mod_fcgid-read-data-timeout-in-31-seconds/)
 *  Thread Starter [Willbbz](https://wordpress.org/support/users/willbbz/)
 * (@willbbz)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/500-error-mod_fcgid-read-data-timeout-in-31-seconds/#post-5801163)
 * Also to note, if I reload the page after getting the 500 error, it works fine
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Tripadvisor Stream] Plugin stoppped Working](https://wordpress.org/support/topic/plugin-stoppped-working/)
 *  Thread Starter [Willbbz](https://wordpress.org/support/users/willbbz/)
 * (@willbbz)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/plugin-stoppped-working/#post-4836815)
 * I’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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Tripadvisor Shortcode] TripAdvisor is about to turn off the rss feeds](https://wordpress.org/support/topic/tripadvisor-is-about-to-turn-off-the-rss-feeds/)
 *  [Willbbz](https://wordpress.org/support/users/willbbz/)
 * (@willbbz)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/tripadvisor-is-about-to-turn-off-the-rss-feeds/#post-4836651)
 * That’s a shame. Tripadvisors own widgets are so ugly.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Tripadvisor Stream] Plugin stoppped Working](https://wordpress.org/support/topic/plugin-stoppped-working/)
 *  Thread Starter [Willbbz](https://wordpress.org/support/users/willbbz/)
 * (@willbbz)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/plugin-stoppped-working/#post-4836641)
 * Okay 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](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.

Viewing 5 replies - 1 through 5 (of 5 total)