• Resolved cjohnson26

    (@cjohnson26)


    Hi there,

    You have THE theme I’ve been looking for for the last 2 months.

    This is almost exactly what I want, but I want the complete post content in the dynamic layout, not just an excerpt. Is there a way to make this happen, whether a coding change I can make, or one that you can make?

    Thanks,
    Corey

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter cjohnson26

    (@cjohnson26)

    Similarly to how the theme “Twenty Twelve” includes the complete content on the front page option, with links and all.

    Thanks!

    Theme Author Srini G

    (@srinig)

    A quick solution, change line 43 of content.php from

    <?php the_excerpt(); ?>

    to

    <?php the_content( __( 'More <span class="meta-nav">→</span>', 'emphaino' ) ); ?>

    Thread Starter cjohnson26

    (@cjohnson26)

    That does it and it looks great!

    Thanks!!!

    5 star rating.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Complete Post, Not Just Excerpt’ is closed to new replies.