Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • mkolber

    (@mkolber)

    @alanft, that was it. My front page is static and the ‘blog’ page is the main page with timed posts. I changed it to is_home() | is_page('blog') (the “or” just in case) and it works perfectly.

    Thank you!

    mkolber

    (@mkolber)

    I’m a new WordPress user and am having the same issue.

    I am using the Responsive theme. Everything is standard, no customization. I would like the Categories widget to appear only on my blog page sidebar (slug is “blog”). It does not appear to be working. Here’s the steps I can repeat to get the same result:

    1. Drag Categories widget to Main Sidebar.
    2. Leave Widget Logic text box blank.
    3. Result: View site and refresh = Categories appear on all pages with sidebar.
    4. Enter is_page('blog') in Widget Logic text box.
    5. Result: View site and refresh = Categories appear on no pages.
    6. Remove is_page('blog') in Widget Logic text box.
    7. Result: View site and refresh = Categories appear on all pages.

    alanft, I tried your true-false test. That works.

Viewing 2 replies - 1 through 2 (of 2 total)