Ayuda con el "Leer mas", no se como modificar mi index y mi functions de mi them

HomeForosWordPressProgramaciónAyuda con el "Leer mas", no se como modificar mi index y mi functions de mi them

Tagged: , ,

This topic has 2 voices, contains 2 replies, and was last updated by  cristian93 104 días ago.

Viewing 3 posts - 1 through 3 (of 3 total)
Autor Publicaciones
Autor Publicaciones
11 febrero 2012 a las 13:13 #60042

cristian93

Estoy harto de buscar en miles de web, y nunca consigo que me salga eso de “Leer mas” y que en mis entradas se vea solo el titulo, y OJO! yo solo quiero que se vea el titulo en las entradas, las paginas quiero que se vean enteras, ya sabéis, wordpress ofrece para publicar entradas y paginas, y yo solo quiero que en las entradas solo se vea el titulo, porque me las muestra entera, si el tio escribió el quijote, imagínate….
Un ejemplo:
http://i39.tinypic.com/2lufgno.png (Miren la imagen)
Veis se muestra la entrada completa, ami me gustaria que solo se mostrara el titulo, que solo pusiera:
Paranoia 1
Bienvenido a Astro rey
y cuando clikease uno de esos titulos, me llevase a su entrada para leerla.

Os dejos mis archivos functions.php y el index.php, de mi theme decirme que tengo que modificar.

Mi archivo functions.php de mi theme es este:

body { }
‘Sidebar’,
‘id’ => ‘sidebar’,
‘description’ => ‘Right Sidebar’,
‘before_title’=>”,
‘after_title’=>”,
‘before_widget’=>”,
‘after_widget’=>”
) );
}

function modernnotepad_header_style() {
if (get_header_image()!=”) {
?>
#headerimg {
width: px;
height: px;
background: #000 url() no-repeat;
margin-bottom: 10px;
margin-top: -5px;
}

#headerimg {
width: px;
height: px;
}
<?php
}
add_custom_image_header('modernnotepad_header_style', 'modernnotepad_admin_header_style');

Y el index.php de mi theme es este:

<li id=”post-”>

<a href="” rel=”bookmark” title=” ‘Permalink to: ‘, ‘after’ => ”)); ?>”>

<?php the_tags( 'Tags: ‘, ‘, ‘, ”); ?>
<a href="”>Permalink

<?php next_posts_link('« Previous Entries’) ?>
<?php previous_posts_link('Next Entries »’) ?>

Not Found
Sorry, but you are looking for something that isn’t here.


Ayudarme por favor, lo agradeceré mucho.

11 febrero 2012 a las 22:29 #60053

LGrusin

Lo único que tienes que hacer es eliminar la línea que pone:

<?php the_content();?>
o similar

Otra opción es que añadas el more desde el principio del artículo cada vez que escribas uno. http://ayudawordpress.com/como-poner-el-sigue-leyendo/

Un saludo

12 febrero 2012 a las 1:48 #60057

cristian93

Gracias tiooo, eres un artista

Viewing 3 posts - 1 through 3 (of 3 total)

Debes acceder para responder en este hilo.