post excerpts – masonry blog-style

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #315515
    Tom
    Guest

    Hi,

    when using masonry blog style the custom excerpt of a post is not used. Is it possible to change that into using the custom excerpt field of a post?

    Thank you an best regards
    Tom

    #317079
    J. Davis
    Keymaster

    Hi Tom,

    The easiest way to get excerpts instead of first 107 symbols is to install and activate Child Theme and copy content-masonry.php file from parent theme. Open it and find the following line
    mp_emmet_get_content_theme(107, false);
    You should delete this line an d paste the one below:
    the_excerpt();
    Best regards,
    John

    • This reply was modified 8 years, 1 month ago by J. Davis.
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.