• Resolved ethanvanderbuilt

    (@ethanvanderbuilt)


    After my upgrade to Mesocolumn 1.6.5.1 it has stopped using excerpts for my posts on the home page and in search. How can I enable the use of excerpts again?

Viewing 15 replies - 1 through 15 (of 18 total)
  • Theme Author Richie KS

    (@rkcorp)

    try go to customize->home featured category->layout & style->How many text count for each post, resave it.

    or go to customize->general->posts->text excerpt count

    Thread Starter ethanvanderbuilt

    (@ethanvanderbuilt)

    I have tried both suggestions and it still is not using the Excerpts.

    Theme Author Richie KS

    (@rkcorp)

    try save it couple of time..

    Thread Starter ethanvanderbuilt

    (@ethanvanderbuilt)

    I have reset the customizer and saved multiple times changing excerpt length each time. It is still not showing exerpts.

    Theme Author Richie KS

    (@rkcorp)

    that’s odd, are you using child theme? maybe need to edit/update template.
    any live site i can check?

    Thread Starter ethanvanderbuilt

    (@ethanvanderbuilt)

    I am not using a child theme. You can check the live site here: http://ethanvanderbuilt.com/

    Theme Author Richie KS

    (@rkcorp)

    they are showing fine to me in both home and search. is it cache issue earlier? try clear your site or browser cache.

    Thread Starter ethanvanderbuilt

    (@ethanvanderbuilt)

    Let me give you an example. For my welcome post the excerpt is “Welcome! Don’t miss my regular videos about how to avoid internet money making scams and powerful opinions on business.”.

    What is showing on the home page is the first part of the post: “Welcome! Click the Scams menu at the top of the screen to see if your business opportunity is a scam. Subscribe below to receive my regular information about how to avoid internet money making scams and powerful opinions on business. I respect your…”

    It is not working correctly and I have tested on multiple machines and I have cleared the cache.

    Thread Starter ethanvanderbuilt

    (@ethanvanderbuilt)

    It seems the issue is that Mesocolumn is not using my manual excerpts.

    Theme Author Richie KS

    (@rkcorp)

    it could, using custom field key ‘post_custom_text’.

    add a new custom field key – post_custom_text
    *tick screen option custom field if you did not see the custom field meta box.
    add value – your custom text

    save/update the post.

    Thread Starter ethanvanderbuilt

    (@ethanvanderbuilt)

    Where would I place this custom field key in the code to have Mesocolumn use it instead of what it is currently doing?

    Theme Author Richie KS

    (@rkcorp)

    or edit lib/functions/theme-functions.php line 377

    $custom_text = get_post_meta($post->ID,’post_custom_text’,true);
    to
    $custom_text = get_post_field(‘post_excerpt’,$post->ID);

    Thread Starter ethanvanderbuilt

    (@ethanvanderbuilt)

    Thank you very much. The theme-functions.php change did the trick. I opened the file with FTP made the change and saved the file. Now it is working perfectly for me.

    Hi Richie,

    first ty for awasome theme, and i have a problem, in a home page i dont see excerpts on my posts in F. category view, but in customizer i see everything.
    What can be the problem.

    In customizer :
    http://prntscr.com/a9hw4f
    Homepage live :
    http://prntscr.com/a9hwuw

    Tnx in advance

    Theme Author Richie KS

    (@rkcorp)

    customizer->homepage featured category->style and layout->text excerpt->edit the number->saved

Viewing 15 replies - 1 through 15 (of 18 total)
  • The topic ‘Mesocolumn 1.6.5.1 Is No Longer Showing Excerpts’ is closed to new replies.