Hola a todos.
Tengo un problimita con wordpres, y esque en el escritorio donde estan los RSS me sale el siguiente error
RSS Error: WP HTTP Error: Could not open handle for fopen() to
http://planet.wordpress.org/feed/
Investigandole un poco dicen que tengo que tener habilitado el siguiente linea
allow_url_fopen = On
y asi lo tengo
tambien comenta que agreguemos unas lineas al wp-conf.php
por si tenemos proxy como es mi caso
define ('WP_PROXY_HOST', 'IP_DEL_SERVIDOR_PROXY');
define ('WP_PROXY_PORT', 'PUERTO');
Ya hice lo que dice ahi y aun me sale el error, espero me puedan ayudar
estoy en DEBIAN 6
wordpres 3.4
php 5
mysql 5
apache 2
De antemano muchas gracias por la ayuda!!!