Plugin: Featured Member(s) Widget

Join this plugin group to follow comments, support topics and reviews.

How to manually install to any area of the site? (3 posts)

Started 1 year, 6 months ago by: ri-kun

  • Profile picture of ri-kun ri-kun said 1 year, 6 months ago:

    How can I manually install or put this widget. I mean adding it to a certain area of the site without doing it in APPEARANCEC > WIDGET?

  • Profile picture of r-a-y r-a-y said 1 year, 6 months ago:

    Try the info in this thread:

    http://wordpress.org/support/topic/281349

  • Profile picture of Mark Mark said 1 year, 5 months ago:

    So we should be coding in something like this no? @r-a-y – I have no joy with this.

    $instance = array(“title” => “Featured Member”, “number” => 9);
    $args = array(“title” => “Featured Member Widget”, “before_title” => “”, “after_title” => “”);
    $sb = new My_Widget_Class();
    $sb->number = $instance['number'];
    $sb->widget($args,$instance);