Hi
Sorry if this is a little dumb, but very new to WordPress. I want to add this to the page that is my multisite homepage.
The root has no posts as each project has a site below that I want to list. I’ve added this to the HTML in the page:
<?php echo do_shortcode(‘[diamond-bloglist format=”{title} – {description}” /]’); ?>
It works for below the list it also shows ‘); ?> what am I doing wrong, do I need to close or escape the code?
thanks
Ian