Viewing 1 replies (of 1 total)
  • Plugin Author CodeBard

    (@codebard)

    Author widget should not appear in any page which is not a single page. Which is effected by the below check in plugin_core/widgets.php

    if(!is_single())
    {
    return;

    }

    However, Site widget should appear anywhere. You may be using author widget and not site widget.

Viewing 1 replies (of 1 total)
  • The topic ‘Widget not showing up on Main Page’ is closed to new replies.