I deleted the .maintenance file and now the site on incognito isn’t working. I’ll reach out to my host for the support as well.
awesome! Thank you!
I also figured out how to move category button to show up underneath the post and before the tags by moving
`<div class=”category-list”>
<?php echo get_the_category_list(”); ?>
</div><!– .category-list –>’
right before the div tag code in the content.php page.
I’m having the same trouble – how did you solve your problem?