Viewing 1 replies (of 1 total)
  • Summary is showed only for search results, for normal post listings, if you see summary that mean you’re were using <-- more --> to cut the text. Try to remove MORE mark from your posts.

    To remove link, you have to edit content.php and remove link there:

    <h1 class="entry-title" itemprop="headline">
    				<a href="<?php the_permalink(); ?>" rel="bookmark" itemprop="url"><?php the_title(); ?></a>

    would become:

    <h1 class="entry-title" itemprop="headline"><?php the_title(); ?>

Viewing 1 replies (of 1 total)
  • The topic ‘complete post instead of summary’ is closed to new replies.