Update _post.php

This commit is contained in:
Tetrakern 2023-12-02 23:11:52 +01:00
parent b6994b623a
commit db8cedd7aa

View File

@ -36,7 +36,7 @@ if (
?>
<article id="post-<?php the_ID(); ?>" class="post <?php if ( ! $nested ) echo 'padding-left padding-right'; ?>">
<article id="post-<?php echo $post_id; ?>" class="post <?php if ( ! $nested ) echo 'padding-left padding-right'; ?>">
<header class="post__header">
<h2 class="post__title"><a href="<?php the_permalink(); ?>"><?php echo $title; ?></a></h2>