/**
  * 
  * get posts from specific posts list
  */
 private function getPostsFromSpecificList()
 {
     $strPosts = $this->getParam("posts_list", "");
     $arrPosts = UniteFunctionsWPBiz::getPostsByIDs($strPosts);
     return $arrPosts;
 }