Forums

[resolved] Posting Question (6 posts)

  1. h2vm
    Member
    Posted 2 years ago #

    When I add the post that has the text in.... it is being displayed expended. http://www.howtovm.com/category/virtualization/
    I would like for this post to show the name of the post only. Then once you click on the name of the post it displays the rest of it..

    I am assuming it would be in single.php but need help

    thanks in advance

  2. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    Looks like you already figured it out.

  3. h2vm
    Member
    Posted 2 years ago #

    Not entirely... I would like to have the name of the post only and remove "Read more"

  4. Edward Caissie
    Member
    Posted 2 years ago #

    You are still writing "content" to the screen.

    Look back into your theme where you modified the "single.php" page and review the section between the <div class="content"> ... </div>.

    Here is a link that may also help:
    http://codex.wordpress.org/Template_Tags/the_content

  5. h2vm
    Member
    Posted 2 years ago #

    it is actually in Archive.php

    <div class="content">
    <?php the_content(__('Read more...', 'inove')); ?>
    <div class="fixed">
    </div>

    if I remove this code (or comment out) that all side bar gets out of place

  6. h2vm
    Member
    Posted 2 years ago #

    it is a very funky template. I have figured it out.

    thank you

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags