How to Insert image through the option field in wordpress

First install the ACF-option page plugin, then put the following code.
<?php the_field('logo','options'); ?>
or put in page template by following code.
<?php the_field('logo'); ?>

Comments

Popular posts from this blog

How to set custom Post feature image as og:image ?

datatable with both top and bottom scroll bar.