Forums

Read More Function (3 posts)

  1. famm
    Member
    Posted 2 years ago #

    Hello,
    I have a wordpress blog http://www.seotoolskeyword.com. When I post and click the category button the page open say READ MORE
    I wanted to take out this READ MORE function so my views can read the full page . pls advise how can I take out this function.
    Thanks

  2. Rev. Voodoo
    Volunteer Moderator
    Posted 2 years ago #

    you'll have to determine which template is being used to display your category view based on the heirarchy....
    http://codex.wordpress.org/Template_Hierarchy

    maybe a category.php or possibly archive.php

    But you'll need to swap out in the code where it says the_excerpt for the_content

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

    Try editing your theme's index.php template file and replacing <?php the_excerpt();?> with <?php the_content();?>

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags