• Resolved BecScambler

    (@becscambler)


    Hi, I have a category archive page on a site I’m building, I want to display the latest post in full on this page but I can only get it to show an excerpt. Anyone help please?

    This is the page: https://www.emmanuel-urc.org.uk/category/newsletters/

    I changed the content.php line 44 from:

    <?php if ( is_search() || is_home() || is_category() || is_tag() ) : // Display Excerpts for Search, home, category and tag pages ?>

    to

    <?php if ( is_search() || is_home() || is_tag() ) : // Display Excerpts for Search, home and tag pages ?>

    but it’s still not showing the full post. Can anyone help please? thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter BecScambler

    (@becscambler)

    just noticed that it seems to work fine in Chrome but not in Safari.

    Thread Starter BecScambler

    (@becscambler)

    Apologies! the coding above working fine, I just had to change my Safari Preferences to allow Adobe Reader to show the embedded PDF.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Display latest full post on category archive page’ is closed to new replies.