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

    (@logikal16)

    Since you have to enter the group name into $acs->query_posts, store the group name as a variable that you can use later on.

    E.g.

    $group_name = 'My Group';
    $acs->query_posts(array('group_name' => $group_name));
Viewing 1 replies (of 1 total)
  • The topic ‘Print Group Title’ is closed to new replies.