• Resolved daczac

    (@daczac)


    Hi… I know there are many posts regarding this issue but can’t seem to find the right one. I just installed the “Griffin” theme and I cannot find the file I need to edit so that my full post show up when the excerpt’s “continue reading” link is clicked and not back to the excerpt/teaser itself. The demo of this theme does not have this issue. In my ‘single.php’ I have the following…

    <?php
    			while (have_posts()) : the_post();
    				get_template_part('content', get_post_format());
    				comments_template();
    			endwhile;
    		?>

    Thanks.

Viewing 1 replies (of 1 total)
  • Thread Starter daczac

    (@daczac)

    Resolved… I changed the permalinks from ‘date’ to ‘post name’ and it worked.

Viewing 1 replies (of 1 total)
  • The topic ‘Continue Reading Links Back to Excerpt/Teaser not Full Post’ is closed to new replies.