Viewing 1 reply thread
You must be logged in to reply to this topic.
I have created a new Post Grid element by modifying the Basic Grid:Default template. The new template consists simply of the Post Date, Post Title, and Post Excerpt.
However, instead of a Post Excerpt, I would ideally like to get the Post Content.
Is there a php file where the “Post Excerpt” element can be modified to be a Post Content element? I am hoping there is a place where I can change the “get_the_excerpt();” command to a “codeless_text_limit(get_the_content(), 10000);” command.
Is there a better/simpler way to achieve my goal?
Thanks.
Hello,
The “Post Grid” is a Visual Composer element not overwritten by theme code. So to edit it’s excerpt text, you have to edit the plugins files.
Best regards!
You must be logged in to reply to this topic.