@JohnAN The quick fix is to open your Micro.blog page > Design > Edit CSS. Then add this snippet of CSS to the box and click Updated CSS. It should hide the categories from your post page. header.post-header div.archive_categories { display: none; }