wpsight / wpcasa

WPCasa WordPress Real Estate
https://wpcasa.com
GNU General Public License v2.0
42 stars 23 forks source link

adds listing_images meta box to properties admin screen #68

Closed charlesberg closed 6 years ago

charlesberg commented 7 years ago

listing_images was not previously added to the meta_boxes array, however all other necessary methods for displaying the meta box and saving data were implemented.

JoeHana commented 7 years ago

Hey :)

This gets actually added from theme since we've considered this to be theme-specific. That being said, this modification will enable the metabox in the admin ui but would still lack of a proper output.

But thanks a lot for your efforts so far

charlesberg commented 6 years ago

Ok understood. At least it seems to output the correct post meta (_gallery) to the db... I will extend from a child theme instead.

Cheers!