storage()->get('default_icon_font'); if (have_posts()) { $ith = Wpw::inst(); $meta = $ith->metabox(); $embed = $ith->embed(); $retina = $ith->retina(); while (have_posts()) { the_post(); $post_id = get_the_ID(); $thumbnail = get_the_post_thumbnail_url($post_id, false); $class = $sidebar_position == 'none' ? 'col-md-12' : 'col-md-8'; ?>
get($post_id, 'portfolio_date'); $client = $meta->get($post_id, 'portfolio_client'); $link = $meta->get($post_id, 'portfolio_link'); $categories = []; $terms = get_the_terms($post_id, 'portfolio_categories'); if (is_array($terms)) { foreach ($terms as $term) { /** * @var WP_Term $term */ $categories[] = sprintf('%s', get_term_link($term, 'portfolio_categories'), $term->name); } } ?>
0) { ?>
helpers()->share(get_the_permalink($post_id), get_the_title($post_id), get_the_post_thumbnail_url($post_id)); if (!empty($share_links)) { ?>   %s', $share_links); } } ?>