Parse error: syntax error, unexpected T_STRING
dejo la linea de codigo donde me tira el error.
Código PHP:
funtion infomedica(){
global $wpdb;
$r=$wpdb->get_results("");
$y=0;
foreach ($p as $r){
$titulo=$p->post_title;
$contenido=$p->post_content;
$content=explode("<!--more-->",$content);
$imagen=$content[0];
$content=$content[1];