Support » Plugin: Widget Logic by Path » You should add these tags…

  • Resolved Marcus Fridholm

    (@marcusfridholm)


    In the class, in the switch inside conditional_tag_check, after adding the relevant tags to the array:

    case '<blog>':
    if(is_home()) return true;
    break;
    
    case '<frontpage>':
    if(is_front_page()) return true;
    break;

    This should give us the possibility to separate frontpage and blogpage as concepts – good for CMS-uses.

    http://wordpress.org/plugins/widget-logic-by-path/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘You should add these tags…’ is closed to new replies.