Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey, you could try to wrap a conditional statement around the <?php if (has_post_thumbnail()): ?> block. That will specifically affect the post type ‘post’. Because now the loop.php file is probably being used for all content types.

    It should look something like this:

    <?php if (!is_singular( 'post' ) {
    //the thumbnail code
    } ?>

    This renders the thumbnail code on all post types singular pages except for the posts. I haven’t tested it. Let me know if it worked.

    Hallo Elle,

    Widgets vind je terug onder “Weergave” > “Widgets”. Daar vind je normaal gezien de sidebars terug die in je theme gebruikt worden samen met de widgets die daar geactiveerd zijn. Je kan ze daar dan verwijderen als je ze weg wil.

    succes!

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