[Resolved] Remove sidebar from custom archive page

Home Forums Support [Resolved] Remove sidebar from custom archive page

Home Forums Support Remove sidebar from custom archive page

Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • #1342874
    Tom
    Lead Developer
    Lead Developer

    If they can provide a conditional that’s available before the body_class filter is rendered, it should work.

    #1345660
    Silvano

    Hi guys,
    just informing, I contacted the support of the plugin and the solution given was to check if the page is the auction archive page

    if ( get_query_var( 'is_auction_archive', false ) )

    Problem solved! ๐Ÿ™‚

    Thanks again for your help.

    #1345900
    Tom
    Lead Developer
    Lead Developer

    Perfect – thanks for reporting back! ๐Ÿ™‚

Viewing 3 posts - 16 through 18 (of 18 total)
  • You must be logged in to reply to this topic.