Cita:
Iniciado por usermax La linea 4:
Código PHP:
$myposts = get_posts(’numberposts=5&offset=0?);
debería ser:
Código PHP:
$myposts = get_posts('numberposts=5&offset=0?');
Le falta una comilla simple.
Prueba y me dices.
Saludos
Pues le puse la comilla simple pero de todos modos me manda esto:
Warning: main(0php’) [function.main]: failed to open stream: No such file or directory in /home/wenowhta/public_html/prueba.php on line 3
Fatal error: main() [function.require]: Failed opening required '0php’' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/wenowhta/public_html/prueba.php on line 3
Alguna idea? :(