- Desde
- 11 Abr 2009
- Mensajes
- 4.369
Simple quiero quitar esto de mi plantilla, tengo mis razones medio locas
<link rel='start' title='Bienvenidos A La Cueva Del Lobo' href='http://www.ciberwolf.com/2008/03/bienvenidos-la-cueva-del-lobo.html' />
<link rel='prev' title='ReShapR: Cirugia plastica online, la forma mas segura de realizarte una Liposuccion, una Rinoplastia o una Mamoplastia' href='http://www.ciberwolf.com/2009/07/reshapr-cirugia-plastica-online-la-forma-mas-segura-de-realizarte-una-liposuccion-una-rinoplastia-o-una-mamoplastia.html' />
<link rel='next' title='Taringa El Libro: El libro de taringa Online' href='http://www.ciberwolf.com/2009/07/taringa-el-libro-el-libro-de-taringa-online.html' />
Esto solo sale dentro de los Post alguien sabe como quitarlo??
EDITO
Solucionado ya encontre como
En el archivo functions.php colocan esto
remove_action( 'wp_head', 'index_rel_link' ); // index link
remove_action( 'wp_head', 'parent_post_rel_link', 10, 0 ); // prev link
remove_action( 'wp_head', 'start_post_rel_link', 10, 0 ); // start link
remove_action( 'wp_head', 'adjacent_posts_rel_link', 10, 0 ); // Display relational links for the posts adjacent to the current post
Yo se porq lo quite xD
<link rel='start' title='Bienvenidos A La Cueva Del Lobo' href='http://www.ciberwolf.com/2008/03/bienvenidos-la-cueva-del-lobo.html' />
<link rel='prev' title='ReShapR: Cirugia plastica online, la forma mas segura de realizarte una Liposuccion, una Rinoplastia o una Mamoplastia' href='http://www.ciberwolf.com/2009/07/reshapr-cirugia-plastica-online-la-forma-mas-segura-de-realizarte-una-liposuccion-una-rinoplastia-o-una-mamoplastia.html' />
<link rel='next' title='Taringa El Libro: El libro de taringa Online' href='http://www.ciberwolf.com/2009/07/taringa-el-libro-el-libro-de-taringa-online.html' />
Esto solo sale dentro de los Post alguien sabe como quitarlo??
EDITO
Solucionado ya encontre como
En el archivo functions.php colocan esto
remove_action( 'wp_head', 'index_rel_link' ); // index link
remove_action( 'wp_head', 'parent_post_rel_link', 10, 0 ); // prev link
remove_action( 'wp_head', 'start_post_rel_link', 10, 0 ); // start link
remove_action( 'wp_head', 'adjacent_posts_rel_link', 10, 0 ); // Display relational links for the posts adjacent to the current post
Yo se porq lo quite xD
Última edición: