HELP! The dev build breaks my site - widget related - change to the_listing_cat?
We created a widget area on the home page to display the latest listings WITH their respective category.
We added the following to line ~390 of widgets and it
worked perfectly well.
Code:
<?php the_listing_cat( apply_filters( 'the_listing_cat', $cat ) ); ?>
However, we need custom forms to work so we upgraded to the latest development build.
Now the site breaks with:
Fatal error: Call to undefined function the_listing_cat() in /ukdex.com/public_html/
wp-content/themes/vantage/includes/widgets.php on line 391
So you've changed something, how can we fix this as our site is offline until further notice?