Remove "Recent Posts" from the Main Page #942
Unanswered
alexwuethrich
asked this question in
Q&A
Replies: 1 comment
-
|
Hi, Go to the <?php if (!defined('HTMLY')) die('HTMLy'); ?>
<div class="space-y-2 pb-6 pt-6 md:space-y-5">
<h1 class="text-3xl font-extrabold leading-9 tracking-tight text-gray-900 dark:text-gray-100 sm:text-4xl sm:leading-10 md:text-6xl md:leading-14"><?php echo $static->title;?></h1>
<?php if (authorized($p)):?><span><a href="<?php echo $p->url;?>/edit?destination=post"><?php echo i18n('edit');?></a></span><?php endif;?>
<div class="prose max-w-none text-lg leading-7 pb-6 text-gray-500 dark:text-gray-400 dark:prose-invert">
<?php echo $static->body;?>
</div>
</div>Create a child theme so that your modifications are not lost with every update. Read here https://docs.htmly.com/tips-trick/child-theme |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm new here with HTMLy and tried to remove the "Recent Posts" from the Main Page in the the tailwind theme.
Beta Was this translation helpful? Give feedback.
All reactions