Home:ALL Converter>ACF and sidebar(WordPress)

ACF and sidebar(WordPress)

Ask Time:2022-04-05T10:25:06         Author:alderman

Json Formatter

I use ACF-plugin: https://wordpress.org/plugins/advanced-custom-fields/

There is a simple HTML file called sidebar.php. This sidebar.php file has a place to display the image via ACF:

<figure class="Sidebar_Block">
<img class="ACF_Img"  src=" <?php the_field('sidebar-latest') ?> ">  // ****** place to display a picture ****** 
</figure>

Author:alderman,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/71745700/acf-and-sidebarwordpress
yy