Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Forum: Fixing WordPress
    In reply to: [Theme: Engine]
    Thread Starter cyrax

    (@cyrax)

    #setup variables
    $layout = empty($layout) ? ” : $layout;
    $len_title = 300;
    $len_excerpt = it_get_setting(‘loop_excerpt_length’);
    $len_excerpt = !empty($len_excerpt) ? $len_excerpt : 700;
    $width = 712;
    $height = 400;
    $size = ‘loop’;
    $labels = ‘hide’;

    Forum: Fixing WordPress
    In reply to: [Theme: Engine]
    Thread Starter cyrax

    (@cyrax)

    $out.='<div class=”loop-info-wrapper”>’;

    $out.='<div class=”loop-info”>’;

    if(!it_get_setting(‘loop_authorship_disable’)) $out .= it_get_authorship(‘date’, false, false);

    $out .= $title;

    if(!it_get_setting(‘loop_excerpt_disable’)) $out .= ‘<div class=”excerpt”>’ . it_excerpt($len_excerpt) . ‘</div>’;

    $out.='</div>’;

    is this what i need to Change?

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