• Resolved mrmagoo09

    (@mrmagoo09)


    Hello,

    On the main page when i choose read more in an article another page appears with the full text of this article.

    How do I put the image of the article on this page? Can i change the width, height and the position(right, left and center)?

    Thank you.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The read more link leads you to the entire article page. If you want to show the entire article in the home page (instead of the excerpt as we have now, you need to replace <?php the_excerpt(); ?> with <?php the_content(); ?>. I don’t recommend it though, since it would make your homepage huge (the entire articles appearing instead of a short excerpt). If you need to show an image though, please upload one in your article and then set it as featured image. The theme supports featured images. More about them: https://codex.wordpress.org/Post_Thumbnails

    Thread Starter mrmagoo09

    (@mrmagoo09)

    Hi,
    Thanks for the quick response!

    I don´t wont to show the entire article in the home page.

    What i want is to show in the page of the entire article the image that is in the short excerpt.

    Thanks.

    Thread Starter mrmagoo09

    (@mrmagoo09)

    Hi,
    Any help?

    Thanks.

    Theme Author We Create Web Designs

    (@moeseo)

    You want to show it as small as it appears there? or a bigger size? If it’s the first case, you’ll need to add a code ‘bit’ into a theme file, if it’s the second case, you’ll just have to upload the image in the post content.

    Thread Starter mrmagoo09

    (@mrmagoo09)

    Hi,

    Can you explain me how do I do for the second case?

    Thanks.

    Theme Author We Create Web Designs

    (@moeseo)

    Open your post and, in the content section, add an image (please see the tutorial: http://codex.wordpress.org/Inserting_Images_into_Posts_and_Pages )

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘image in the full article’ is closed to new replies.