When using the UI to construct a VLP link, the shortcode that gets generated uses encoding to prevent issues with special characters. It is however possible to manually construct that shortcode as well, for some advanced use cases. Take note that when using the shortcode, it will not automatically pick up the title, summary or...
The Gutenberg Block Editor allows you to create reusable blocks. This feature works for visual links as well. Just click on the 3 dots and save one as a reusable block. Make sure to give it a name and hit the save button. This block will now be available to easily add to another post...
Need more than the template styling settings and Link Template Editor? It’s also possible to code your own visual link template. Adding a custom link template You will need to create the following directory structure in your (child) theme: /vlp-templates/link/your-custom-template/ Inside that folder, create the following files: These will automatically get loaded when the template...