How do I remove the word “Blog” from a WordPress Homepage?
The file where you could delete the text is index.php This is the line containing the text, so you could remove this line. <h2 class=”section-title”><?php echo esc_html__( ‘Blog’, ‘catch-vogue’ ); ?></h2> For future reference, if you were to update the theme at a later date when an update becomes available from the theme author, the … Read more