• Resolved lazyym

    (@lazyym)


    I use widget logic a lot to add custom sidebars and footer widgets. https://wordpress.org/plugins/widget-logic/

    Unfortunately I am having no lock with wpadverts custom taxonomies, etc.

    For example. On location pages using maps/location mod, I’d like to display a custom footer widget to that specific location page. Normally with any other page or post I can simply insert the page id or slug into the widget and bingo.

    Such as is_page ( array ( ‘featured-ads’ ) ) works great!

    Locations with the maps/location mad do not work with page id# or page name slugs.

    is_page ( array ( ‘advert-location/timbuktu’ ) )

    I find this about taxonomy pages at stackoverflow: http://stackoverflow.com/questions/12870488/widget-logic-on-custom-product-type-taxonomy

    And I have no luck with this either.

    Any thoughts?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Widget logic with wpadverts pages’ is closed to new replies.