>
'type-1'
]);
}
if ($featured_image_location === 'below') {
echo blocksy_get_featured_image_output();
}
?>
[
'data-location' => 'top'
],
'links_wrapper_attr' => $share_box_type === 'type-2' ? [
'data-color' => $share_box2_colors
] : [],
'type' => $share_box_type
]);
?>
"%s"', 'blocksy' ),
array(
'span' => array(
'class' => array(),
),
)
),
get_the_title()
)
);
}
} else {
?>
get_the_ID(),
'post_id' => get_the_ID(),
'size' => 'full',
'tag_name' => 'a',
'ratio' => 'original',
'html_atts' => [
'href' => wp_get_attachment_url(get_the_ID())
]
]);
?>
"%s"', 'blocksy' ),
get_the_title()
)
);
}
wp_link_pages(
[
'before' => '' . esc_html__( 'Pages', 'blocksy' ) . '',
'after' => '
',
]
);
do_action('blocksy:single:content:bottom');
?>
$tax_to_check
])
&&
! is_wp_error(blocksy_get_categories_list([
'taxonomy' => $tax_to_check
]))
) {
echo blocksy_html_tag(
'div',
['class' => 'entry-tags'],
blocksy_get_categories_list([
'taxonomy' => $tax_to_check,
'before_each' => '# ',
'has_term_class' => false
])
);
}
?>
['data-location' => 'bottom'],
'links_wrapper_attr' => $share_box_type === 'type-2' ? [
'data-color' => $share_box2_colors
] : [],
'type' => $share_box_type
]);
?>