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

datatable with both top and bottom scroll bar.

Display Loader and disable page while waiting for ajax request

Remove GIT integration from VSCode