• I set up & published my first post. When I went to a new tab to see the website, it showed the date it was revised, the category it is in, and provided an option to Edit (which took me to my admin page). I did discover that if I logged out, that the Edit link is no longer visible. However, the Category link is still visible (which takes me to an archive page), as is “Comments Off.”
    How do I fix it so that these don’t show either?

Viewing 1 replies (of 1 total)
  • Find and delete code that will look something like this, depending on your theme:

    Posted in <?php the_category(', ') ?> | <?php edit_post_link('Edit', '', ' | '); ?><?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?>
Viewing 1 replies (of 1 total)

The topic ‘Edit, Category & Comment status visible when published’ is closed to new replies.