• Resolved vidalpt

    (@vidalpt)


    hi there,

    I am currently using AVADA theme and I want to display some parts of description of posts.
    And I checked ‘Show excerpt’ then, what I can see is lines of shortcodes that the theme provides. So, I cannot use that function.

    Is there a way to skip the shortcodes part and show the real content?

    Thank you.

Viewing 1 replies (of 1 total)
  • Plugin Author Tajam

    (@tajam)

    You need to override the excerpt function. Please add this code in functions.php in your theme/child theme:

    
    function flex_posts_excerpt( $length ) {
    	the_content();
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘excerpt – avada theme’ is closed to new replies.