Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi honeyrandhawa. Did you add the widget using a dynamic sidebar in index.php? If so, can you post a few lines of the code in index.php around where you added the sidebar?

    Thread Starter honeyrandhawa

    (@honeyrandhawa)

    Yes you are right, I added the widget using a dynamic sidebar in index.php and yes I can add some more lines of coding in index.php with your help to remove widget area from other pages.

    Thread Starter honeyrandhawa

    (@honeyrandhawa)

    Thanks for a quick response

    You should be able to do it using css:

    .home.paged .wp_subscribe {
      display: none;
    }
    Thread Starter honeyrandhawa

    (@honeyrandhawa)

    you are amazing and thank you so much, It really worked perfectly for me.

    You’re welcome. Glad I could help. If you don’t need any further assistance with this topic please mark it as Resolved. Thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How not to show my custom widget area on other pages?’ is closed to new replies.