Hola, quería resolver un problema muy grave que tengo en la web maquillajeinfantil.net 1.- Dentro de wordpress.org cuando yo pongo un título en: configuración/general/título del sitio, ese título es h1. Además cuando pongo un artículo en el blog, el h1 de ese artículo es el propio título + el título que he puesto en configuración/general/titulo del sitio. Cualquier post que escriba sale así h1= h1 post + h1 web. Al igual pasa con las páginas h1= h1 pagina+h1 web. Yo quiero que desaparezca el h1 que se incluye de la web tanto en las páginas como en los títulos del blog, sin que desaparezca el título de la web en la propia web. Como lo puedo hacer? Realmente es un problema que me preocupa. 2.- En https://www.feelingcastellon.com, web de cupones, tengo un logotipo que no sé si podría colgarlo dentro de este theme, espero que me digan algo.
Hello, 1) This issue is occurring because of "Yoast WordPress SEO plugin" you are using. So go to the header.php present in your theme directory and replace code highlighted in the image with the code given below. Code: <?php wp_title(''); ?> 2) Site link you have sent, Required login detail. So it is not possible to check about which theme you are talking.
Hola, he introducido el código html en header.php y ahora tengo otro problema más grande. Ahora me han desaparecido todos los h1. Antes cuando redactaba un post, me aparecía el h1 del post + el h1 de la home. Igual que las páginas de la home, tienen su h1 + el h1 de la home. Yo quiero que la home tenga su h1, que las páginas tengan su h1 (sin el h1 de la home) y que los post tengan su h1 (sin la h1 de la home). ¿Cómo lo hago? Gracias
Hello, You have not added code correctly in the "header.php". Copy and paste this code. Code: <?php wp_title(''); ?>
Hola, he aquí que él Vuelto a comprobar y Sigue el Mismo Problema. Aquí va Una Copia del Código de header.php. Si no no está bien asi, les PUEDO dar Acceso y Contraseña Para Qué lo Hagan USTEDES, Si Son tan amables. GRACIAS: Code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo('charset'); ?>" /> <title> <Php wp_title ('');??> </title> <?php if (is_front_page()) { ?> <?php if (inkthemes_get_option('inkthemes_keyword') != '') { ?> <meta name="keywords" content="<?php echo inkthemes_get_option('inkthemes_keyword'); ?>" /> <?php } else {
Hello, Please check image given below. I hope it will work. If not then please provide the following information listed below. Thread Link: http://www.inkthemes.com/community/...blemas-con-mi-web-de-cupones.8043/#post-29933 Your Website URL: WordPress Username: WordPress Password: Send this information on our email at [email protected] I will check and resolve your issue
Si que ha funcionado! Muchas gracias. Solo hay dos URL que siguen teniendo el mismo H1 que la home: http://maquillajeinfantil.net/category/uncategorized/ y http://maquillajeinfantil.net/author/pabvigar/ como puedo yo hacer para quitar el h1 de aquí? Gracias
Hello, Go to the loop.php present in your theme directory and edit the code as instructed in the image given below.
Hola, gracias por la rápida respuesta. Me podrias explicar mejor como hacer esto? Yo no se nada de programación. Se ir al apartado de loop.php, pero luego, yo veo el dibujo que tu me has enviado, y no se que hacer.
Hola, yo he hecho el siguiente paso y yo sigo teniendo el mismo problema. Los archivos de http://maquillajeinfantil.net/author/pabvigar/ y http://maquillajeinfantil.net/author/daniela/ siguen teniendo el mismo h1 que la home. Que otras soluciones hay para corregir esto?
Hello, I have checked your site. Site title of pages you have sent are displaying normally. Check image given below. Please share screenshot of exact area where you are getting problem.