• Resolved ElleJG

    (@ellejg)


    There is likely a dead simple answer to this, but I’ve been searching for hours and have tried a ton of different things, none of which work.

    As the title says, I’m looking to place something on the front (shop) page only. I’ve created a widget that sits under the header and has a small block of text pertaining to the shop. I don’t want/need it on every single page, and Google will punish me for it as well.

    I’ve tried Widget Logic and I’ve tried hard coding something. I know i need to use…

    is_shop()

    … but what else do i need to Widget Logic to block page2, page3, etc?

    Thanks!

    https://www.ads-software.com/plugins/woocommerce/

Viewing 1 replies (of 1 total)
  • Thread Starter ElleJG

    (@ellejg)

    For anyone else looking to do this, I could not get it to work with Woo conditional tags. Here is what did work…

    is_front_page() && !is_paged()

Viewing 1 replies (of 1 total)
  • The topic ‘Widget on Main Shop Page NOT Subsequent Paginated Pages’ is closed to new replies.