Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #24665

    I would like to remove the default pages sidebar in the 404 layout and instead have a sidebar layout of my choosing? Thanks in advance.

    #124297

    You can’t easily replace the sidebar with another sidebar but you can use widget logic: http://wordpress.org/plugins/widget-logic/ to show/hide certain widgets on the 404 page.

    Add following condition to widgets which you want to show on 404 pages:

    is_404()

    and use following condition to hide them

    !is_404()

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Edit the 404 Layout’ is closed to new replies.