Forum Replies Created

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

    (@miznikki)

    Is this is it? I have already added the_content. It is still not working.

    <!– Post Content –>
    <div class=”post_content”>
    <?php if ( ‘false’ != of_get_option(‘post_excerpt’)) { ?>
    <div class=”excerpt”>
    <?php
    {the_content();}
    ?>
    </div>
    <?php } ?>
    <?php
    if ( ‘false’ != of_get_option(‘post_button’)) {
    $button_text = of_get_option( ‘post_button_txt’ );
    if ( ” == $button_text ) $button_text = __( ‘Read more’, ‘duena’ );
    ?>
    ” class=”more_link”><?php echo $button_text; ?>
    <?php } ?>
    </div>

    <?php else :?>

    Thread Starter miznikki

    (@miznikki)

    No. I don’t want excerpts, where it says read more, at all. I want to be able to see the full post as soon as you get on the site/page and not just a few words.

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