INN / umbrella-energynewsnetwork

Umbrella repository for the Energy News Network site, a project of Fresh Energy
https://energynews.us
GNU General Public License v2.0
0 stars 1 forks source link

Enable Largo-style custom sidebars on "region" taxonomy term edit pages #34

Closed benlk closed 6 years ago

benlk commented 6 years ago

See what's mentioned here: http://support.inn.org/article/62-categories

Related to #8.

benlk commented 6 years ago

https://github.com/INN/largo/blob/v0.5.5.4/inc/term-sidebars.php#L19-L23

benlk commented 6 years ago

Enabling that filter is not enough; the output of largo_get_custom_sidebar() is returning sidebar-single no matter what is fetched.

benlk commented 6 years ago

I don't understand why it was doing that. There was no reason in the code for it to be doing so:

Somehow largo_get_custom_sidebar() was falling back and returning sidebar-single, when the function doesn't have code to do that. Putting widgets in the sidebars fixed that.

benlk commented 6 years ago

Closed with #36