Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter lukehollingworth

    (@lukehollingworth)

    I deleted the following from single.project.php

    <?php
    $thumb = ”;

    $width = (int) apply_filters( ‘et_pb_portfolio_single_image_width’, 1080 );
    $height = (int) apply_filters( ‘et_pb_portfolio_single_image_height’, 9999 );
    $classtext = ‘et_featured_image’;
    $titletext = get_the_title();
    $thumbnail = get_thumbnail( $width, $height, $classtext, $titletext, $titletext, false, ‘Projectimage’ );
    $thumb = $thumbnail[“thumb”];

    $page_layout = get_post_meta( get_the_ID(), ‘_et_pb_page_layout’, true );

    if ( ” !== $thumb )
    print_thumbnail( $thumb, $thumbnail[“use_timthumb”], $titletext, $width, $height );
    ?>

    <?php endif; ?>

    Thread Starter lukehollingworth

    (@lukehollingworth)

    Ah i found it in the single.project.php

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