WidgetOptions / widget-options

Additional Widget options for better widget control. Available on
https://widget-options.com/
GNU General Public License v3.0
34 stars 16 forks source link

show on frontpage/home issue with template_redirect #90

Closed audiovisuel-uqam closed 4 years ago

audiovisuel-uqam commented 4 years ago

When selecting to Show widget on Home/Front the widgets are also showing up at URLs using custom query_vars '/services/' which are displaying content via template_redirect.

A work around is to use Display Logic with is_front_page to limit the display to the frontpage.

audiovisuel-uqam commented 4 years ago

resolved adding wp_reset_postdata within our template code