I use the plug-in Reusable Text Blocks https://ru.wordpress.org/plugins/reusable-text-blocks/
I output the contents of the blocks via <?php if(function_exists('show_text_block')) { echo show_text_block('slug'); } ?> <?php if(function_exists('show_text_block')) { echo show_text_block('slug'); } ?>
And how to display a block thumbnail in the code?
|