Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter eJoventut

    (@ejoventut)

    I added “medium” to the code now and the image still appears very big and pixelated.. :S

    <?php
        if ( has_post_thumbnail() ) {
        // check if the post has a Post Thumbnail (featured image) assigned to it.
            the_post_thumbnail('medium');
        } else {
            the_title();
        }
    ?>

    You can see the website here: https://www.wp.ejoventut.com/innovation-quest

    Thread Starter eJoventut

    (@ejoventut)

    Hi, ignore the comment above. I could finally solve it following your guidelines!

    The problem now is that the image appears very big. What should I change in the code to make it smaller?
    https://wp.ejoventut.com/innovation-quest

    Thank you very much for your help!!!!

    Thread Starter eJoventut

    (@ejoventut)

    Hi,

    Thanks for replying! I have added the image as the featured image of the page.

    I have found page.php in my documents but I can’t find where the title is displaying…

    Should I edit something here?:

    <!--PAGE CONTENT START-->
                            <div class="single_post_content">
    
                                    <!--THE CONTENT START-->
                                        <div class="thn_post_wrap">
                                            <?php the_content(); ?>
                                        </div>
                                            <div style="clear:both"></div>
                                        <div class="thn_post_wrap wp_link_pages">
                                            <?php wp_link_pages('<p class="pages"><strong>'.__('Pages:', 'optimizer').'</strong> ', '</p>', 'number'); ?>
                                        </div>
                                    <!--THE CONTENT END-->

    Thanks again!

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