REFACTOR Optimizing component html
This commit is contained in:
parent
b3b03bdf88
commit
70b33b59bd
|
|
@ -4,7 +4,7 @@ $articleContent = get_the_content($articleID);
|
|||
$articleTitle = get_the_title($articleID);
|
||||
?>
|
||||
|
||||
<div class="article-content">
|
||||
<article class="article-content">
|
||||
<h1><?php echo $articleTitle; ?></h1>
|
||||
<?php echo $articleContent; ?>
|
||||
</div>
|
||||
</article>
|
||||
Loading…
Reference in New Issue
Block a user