• Resolved RUBYHAUS

    (@rubyhaus)


    Ok…
    So I know how to do Widget Logic. No issues there. I know how to make a widget show up specifically for a Page or Category.

    But… what I can’t seem to grasp is how to make the contents within the widget be specific.

    Is this possible?

    Such as:

    When viewing the Inspiration Category. I have the Inspiration Category Widget Showing up only for Inspiration Category.

    But…

    Inside the Inspiration Category it shows all categories.

    So it should be:

    INSPIRATION –> the parent Category
    web design –> the child

    Instead is shows:

    INSPIRATION –> the parent Category
    web design –> the child

    NEWS –> another parent Category meant only to be seen on News Cat Page

    Code being used as of right now that defines which widget to be seen on that categories page.

    News Category Widget
    is_category('1') || (is_single() && in_category('1'))

    Inspiration Category Widget
    is_category('5') || (is_single() && in_category('5'))

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter RUBYHAUS

    (@rubyhaus)

    This is essentially what my Right Column looks like on my Inspiration Category Page:

    RECENT INSPIRATION — Widget

    Test for Web Design
    July 20th, 2012

    Test Inspiration
    May 24th, 2012

    Inspiration Categories — Widget
    Inspiration
    — web design
    News (this is a parent category that should not be listed???)

    Thread Starter RUBYHAUS

    (@rubyhaus)

    Figured this one out. It was actually not a Widget Logic issue but instead a Category Widget issue.

    I found this plugin

    AVH Extended Categories

    Works like a champ. Group, re-order, explicitly list categories you want visible. Pretty sweet.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Widget Logic] Categories Double Parent VS Children Issues’ is closed to new replies.