[ad_1]
Plugin Author
Steven
(@shazahm1hotmailcom)
In the following post, in a separate support topic, I gave you a code snippet that enabled displaying the Notes field as a Content Block in the template. Here’s the link for reference:
To display the notes only once you’ll have to do one of the following:
- Disable the Notes Content Block.
- Disable the Notes field in the Gridder template.
To disable the Notes Content Block, you can either disable the code snippet or disable the display on the Connections Settings admin page under the Display tag in the Content Block sections.
To disable the notes field in the Gridder template, add enable_note=false to the [connections] shortcode embedded on the page. Example:
[connections enable_note=false]
I hope this helps; please let me know.
