The Grid - Post Data

The Grid can show the Post Data and according to the on screen help “… the first content in the text editor will be fetched”.

Unfortunately the way X/Cornerstone stores its content in “wp_postmeta” data isn’t necessarily stored in the database in the sequence content is displayed in the editor.

Therefore in my 3 column row some Grid items are picking up content from the 3rd column

Hi @markhd,

Thanks for reaching out.

I recommend using manually excerpt for that part, Wordpress will try to clean the content and will remove HTML, shortcodes, and scripts when generating a text excerpt. So yes, it will generate an excerpt from what is visible to it.

Please check this https://www.wpbeginner.com/plugins/how-to-customize-wordpress-excerpts-no-coding-required/ (just skip the part where you need to add a code to the templates).

Thanks!

Good suggestion, thanks

You’re welcome! :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.