storage()->get('default_icon_font'); if (have_posts()) { $ith = Wpw::inst(); $meta = $ith->metabox(); while (have_posts()) { the_post(); $post_id = get_the_ID(); $class = $sidebar_position == 'none' ? 'col-md-12' : 'col-md-8'; ?>
get($post_id, 'icon'); $categories = []; $terms = get_the_terms($post_id, 'info_box_categories'); if (is_array($terms)) { foreach ($terms as $term) { /** * @var WP_Term $term */ $categories[] = sprintf('%s', get_term_link($term, 'info_box_categories'), $term->name); } } ?>
metabox()->get($post_id, 'icon'); echo Wpw::inst()->icon()->generate_icon($font, $icon); ?>