• I’m trying to get widgets to show on a specific custom post type archive.

    I’ve tried:
    (get_post_type() == ‘foo’ && is_archive())
    is_archive (‘foo’)
    is_home(‘foo’)
    is_post_type(‘foo’)
    is_post_type_archive(‘foo’)
    ( ‘foo’ == get_post_type() )

    I’d so love some help, I’ve search lots and cannot find an answer.

    https://ww.wp.xz.cn/plugins/widget-logic/

The topic ‘Widgets for custom post types archive’ is closed to new replies.