• Resolved marcedev

    (@marcedev)


    cuando entro a mi sitio web, en el inicio se ven las entradas con el titulo, imagen y descripcion, pero cuando selecciono otra seccion en el menu por ej: productos me muestra todas las entradas correspondiente a la categoria mostrando solo el titulo y la descripcion, yo necesito que se vea la imagen tambien como en el inicio del sitio.

Viewing 4 replies - 1 through 4 (of 4 total)
  • In the ascent theme folder, open the content.php file and change this:
    <?php the_excerpt(); ?>

    to this:

    <?php the_content(); ?>

    I think it solves your problem.

    He there,

    Just a heads up: Don’t modify a theme’s main files as all the modifications made to them will be lost when the theme is updated. You can setup a child theme instead for this purpose. Hope you understand.

    All right.
    So how to solve his problem?

    Thread Starter marcedev

    (@marcedev)

    Muchas gracias, problema solucionado.
    Saludos.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘modificar entradas’ is closed to new replies.