This topic has 1 reply, 2 voices, and was last updated 9 years by Radu.

  • Author
  • #85718
     court
    Participant

    Hi again,

    I would like to limit the excerpt that shows throughout the site when using the post grid. An example of the long excerpt can be seen here http://fitickle.com/thrill/. I have entered a code found on codex/visual composer support but it doesn’t seem to be working. The code I have used can be found below.

    I spoke with visual composer and they said that ” looks like your theme is modifying the excerpt length.” Any help will be amazing.

     

    All the best,

     

    Courtney

     

    COPY CODE
    function custom_excerpt_length( $length ) {
    	return 20;
    }
    add_filter( 'excerpt_length', 'custom_excerpt_length', 999 );
    #85761
     Radu
    Moderator

    Hi,

    Just i’ve tested the code that you have provided and it works, it limit the Post Grid excerpt length.
    Make sure that is not a cache related issue by clearing cache and check after.

    Also make sure that is not plugin conflict by disabling all plugins that not comes once with the kleo theme.

    Let me know

    Best Regards

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?