Schools not showing via city/state
Using v301. I entered the lme code using city/state and I get zibberish. When I switch and use code by ZIP I get the data. The problem is the city I am working on has 3 ZIP codes. I guess I could just create 3 LME one for each ZIP.
4
votes
1 comment
-
Matt
commented
I just troubleshooted this issue for about 1/2 hour. It seems that there is a bug when using shortcodes with city/state. The plugin still tries using a Zip code. The solution I used was to switch update line 9 in local-market-explorer/modules/schools.php from:
if (isset($opt_zip)) {
to:
if (!empty($opt_zip)) {I also made this change to yelp, and walk-score