FEATURE Handling like count and cite reference
This commit is contained in:
parent
f3837404d7
commit
06270d27cb
|
|
@ -14,6 +14,9 @@ $main_author = get_field('main_author', $ID);
|
||||||
$post_date_info_label = $args['post_date_info_label'] ?? 'Parution';
|
$post_date_info_label = $args['post_date_info_label'] ?? 'Parution';
|
||||||
$thumbnail_position = $args['thumbnail_position'] ?? 'left';
|
$thumbnail_position = $args['thumbnail_position'] ?? 'left';
|
||||||
$has_thumbnail_overlay = $args['has_thumbnail_overlay'] ?? false;
|
$has_thumbnail_overlay = $args['has_thumbnail_overlay'] ?? false;
|
||||||
|
|
||||||
|
$likes_count = get_post_likes_count($post_id);
|
||||||
|
$citeReference = get_field('cite_reference', $post_id);
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<?php if ($hasNumerotation) : ?>
|
<?php if ($hasNumerotation) : ?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user