Skip to content




×
  • Home
  • Blog
  • Tutorials
  • Snippets
  • Good Reads
  • About

Tag: ACF

Advanced Custom Fields

Post #2

ACF Category Icons: How to Use for WordPress

<?php
  $queried_object = get_queried_object();
  $thumbnail = get_field('icon', $queried_object);
?>
<?php if( !empty($thumbnail) ): ?>
  <img src="<?php echo $thumbnail; ?>" />
<?php endif; ?>

Read the full article
Author Nasim A. SykotPosted on March 1, 2016March 13, 2020Categories TutorialsTags ACF, WordPressLeave a comment on ACF Category Icons: How to Use for WordPress

  • Home
  • Blog
  • Tutorials
  • Snippets
  • Good Reads
  • About
All Right Reserved by Sykot.com | Privacy Policy