how to remove author from page source?
-
hi – i disabled author from hueman custumizing > single-author bio and removed single-author-data.php file
and removed this code, author code from single-tmpl.php<?php if ( ( hu_is_checked( 'author-bio' ) ) && get_the_author_meta( 'description' ) ): ?> <div class="author-bio"> <div class="bio-avatar"><?php echo get_avatar( get_the_author_meta('user_email'),'128' ); ?></div> <p class="bio-name"><?php the_author_meta('display_name'); ?></p> <p class="bio-desc"><?php the_author_meta('description'); ?></p> <div class="clear"></div> </div> <?php endif; ?>But author link from page source has not been removed yet
this image if my source
https://i.ibb.co/Km3GTTZ/Untit226led.jpg
how to remove author from page source?
The topic ‘how to remove author from page source?’ is closed to new replies.
