ozgurkalyoncu adlı üyeden alıntı: mesajı görüntüle
add_filter('widget_text','execute_php',100);
function execute_php($html){
     if(strpos($html,"<"."?php")!==false){
          ob_start();
          eval("?".">".$html);
          $html=ob_get_contents();
          ob_end_clean();
     }
     return $html;
}
bende bunu buldum denermisin[COLOR="Silver"]
Fatal error: Call to a member function get_results() on a non-object in /home/wwwmatem/public_html/wp-content/themes/default/functions.php(427) : eval()'d code on line 2

hocam bu sefer bu hatayı aldım :S