We Don’t Want the 'Posted by' Text in all pages/posts, How Can We Fix This?

  1. Home
  2. Docs
  3. Januas
  4. Frequently Asked Question...
  5. We Don’t Want the ‘Posted by’ Text in all pages/posts, How Can We Fix This?

We Don’t Want the ‘Posted by’ Text in all pages/posts, How Can We Fix This?

To remove the “posted by” string follow these steps:

1. Backup the original files before editing.

2. Remove these lines:

<p class=”byline vcard”><?php _e(“Posted”, “januas”); ?> <time class=”updated” datetime=”<?php echo the_time(‘c’); ?>”><?php the_time(‘F jS, Y’); ?></time> <?php _e(“by”, “januas”); ?> <span class=”author”><?php the_author_posts_link(); ?></span>.</p>

3. Save.

Was this article helpful to you? Yes 1 No 4