Title: Parsing Data
Last modified: January 6, 2021

---

# Parsing Data

 *  Resolved [thexconcept](https://wordpress.org/support/users/thexconcept/)
 * (@thexconcept)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/parsing-data/)
 * Hi, I have been working on your plugin to put in place with my client’s information.
   I double checked on your demo, and I see that there as well, the Bedroom, bathroom
   and rent pricing information is not displaying on the listings page.
 * Values not displaying:
 * .$db[“bed”].
    .$db[“baths”]. .$db[“RENT”].
 * Please let me know
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fparsing-data%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [byrnemanagement](https://wordpress.org/support/users/byrnemanagement/)
 * (@byrnemanagement)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/parsing-data/#post-13883742)
 * in the wp-content/plugins/listings-for-appfolio/inc directory, I changed the 
   listings.php file as shown below. I’m not sure that this *ever* worked correctly???
 *     ```
       --- listings.php.orig   2021-01-08 12:38:43.360406710 -0800
       +++ listings.php        2021-01-08 12:39:36.343651401 -0800
       @@ -185,7 +185,7 @@
                                               $listingItemBody = $listing->find('.listing-item__body', 0);
                                               $listingItemAction = $listing->find('.listing-item__actions', 0);
                                               $listing_Img = $listing->find('img.listing-item__image', 0)->{'data-original'};
       -                                       foreach($listingItemBody->find('dl.detail-box__item') as $db_itm){
       +                                       foreach($listingItemBody->find('dl .detail-box__item') as $db_itm){
                                                       $label = $db_itm->find('.detail-box__label', 0)->innertext;
                                                       $val = $db_itm->find('.detail-box__value', 0)->innertext;
                                                       if($label == 'Bed / Bath'){
       ```
   
 *  Plugin Contributor [Deepak Khokhar](https://wordpress.org/support/users/deepakkite/)
 * (@deepakkite)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/parsing-data/#post-13949246)
 * Hi [@thexconcept](https://wordpress.org/support/users/thexconcept/)
 * Thanks for reporting the issue. It has been fixed in the latest version of the
   plugin.
 * [@byrnemanagement](https://wordpress.org/support/users/byrnemanagement/) Thanks
   for you help, I have updated the plugin’s code and it’s working now. Please use
   the latest version of the plugin.
 * Thanks!

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

The topic ‘Parsing Data’ is closed to new replies.

 * ![](https://ps.w.org/listings-for-appfolio/assets/icon-256x256.png?rev=2700185)
 * [Listings for Appfolio](https://wordpress.org/plugins/listings-for-appfolio/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/listings-for-appfolio/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/listings-for-appfolio/)
 * [Active Topics](https://wordpress.org/support/plugin/listings-for-appfolio/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/listings-for-appfolio/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/listings-for-appfolio/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [Deepak Khokhar](https://wordpress.org/support/users/deepakkite/)
 * Last activity: [5 years, 4 months ago](https://wordpress.org/support/topic/parsing-data/#post-13949246)
 * Status: resolved