• Hello there,

    I’m lil bit confused why does the image that I upload doesn’t show up at the page. Is there any tips that I should do? The size has already resize to the same size (300×300).

    thanks,

    Bayu

Viewing 7 replies - 1 through 7 (of 7 total)
  • Would you please provide the link of your site. I saw your theme on my local setup and it is working perfectly.

    Thanks

    Thread Starter bayoeagung

    (@bayoeagung)

    Featured image is no call on page. So you have to write the below code on content-page.php

    <?php the_post_thumbnail('full'); ?>

    Go in to contet-page.php and add the above code below the line 11 (the_title)

    If not work, feel free to ask.
    Note: Child theme is recommended to customize theme.
    Thanks

    Thread Starter bayoeagung

    (@bayoeagung)

    Still not working. Perhaps any other tips? What should I use for the format? Standard? Aside? Image? Link?

    thanks.

    Try adding new image on each page and preview it. While adding the above code, it is working on me. Make sure you are adding the code on right place.
    Thanks

    Thread Starter bayoeagung

    (@bayoeagung)

    Still hasn’t work. Already try adding new media as image. Perhaps any specific image size? or should I put some text with image?

    thanks.

    Would you please give me all the code inside the content-page.php, I will check it. You can add any of size for your page featured image. Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Image doesn't showed up’ is closed to new replies.