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 file will be overwritten and you would lose the change you made. To avoid this you can look at creating a child theme to make your changes, so that you can update the theme in the future without losing any modifications you may have made.
https://developer.wordpress.org/themes/advanced-topics/child-themes/
Related Posts:
- How can i change email template for new user
- Enable page templates. How?
- Is it possible to override the result of get_template_part()?
- Prevent comments_template() to load comments.php
- Page editor missing Templates drop down
- How to find the posts page (home page) programatically
- Custom templates folder
- Customizing get_the_excerpt() to specific length and “Read More” output.
- How to Rename a Template File?
- get page templates
- How to assign a class to a page with a custom template?
- Proper Javascript Implementation
- Guest author’s post not display in author template
- Change site template from php
- How to apply a custom template for posts by default?
- Display HTML only if Custom Field has a Value
- how to create template path for external (include) .js file
- Is there a way to check which template file is being loaded, if it is not a page template file?
- When a link doesn’t exist, how to tell WordPress what to do? (404 Error Page)
- How to remove wp_link_pages() from template
- How can I get WP to use templates in lower-level subfolder?
- how to make a home page for wordpress custom theme
- home.php not loading
- get_search_link() redirects to 404 template page
- Generate Catalog Of Posts Based On Template
- Extending body classes in front- and backend
- How do I find the directory of a page template?
- New custom nev not working [closed]
- Is there a way to set different post templates for parent posts and child posts in the same post type?
- Why write markup for index.php?
- Include Lumen/Laravel app in custom WordPress template
- Having trouble with Template hierarchy. I Need to create a set of pages that drill down from states to specific locations
- How can I hardcode template selection?
- Changing layout programmatically
- How to identify which template WordPress’s default search-form retrieves in my theme
- How to use same page template if post status other than ‘publish’?
- How to change header image size in custom themes
- How do I override the search template in a plugin?
- How does WordPress choose archive type template?
- How to properly Remove certain CSS / JS files from template
- What is the most efficient way to create multiple versions of the same template?
- Is there any way to write custom HTML is some .php file and then call it wherever necessary?
- How to redirect my custom template page to content-none.php if no posts found?
- Get URL of current post but not the page number
- Is template name always same as directory name?
- Single Post Breadcrumb not linking back to Custom Post Type Index?
- Form post to WordPress page = wrong template
- get_month_link uses what wordpress template?
- Load custom script on a single template
- Archive template limiting to 4 entries?
- Author template help. How to check if field exists in the profile?
- No three-columns template in TwentyEleven?
- Can you use block patterns in block templates or insert them programmatically?
- WP redirect to custom login page if a user is not logged in
- Change default template in the block editor (Gutenberg)
- Single-page.php template file name not shown
- WordPress custom template not showing in the list of available templates
- The wordpress website is showing ‘w’ while it loads and in the footer
- How to create new template page and template-parts in wordpress theme [closed]
- how to properly include or get file contents in a wordpress theme
- Assign Specific Template for Custom Post slug
- How to display custom post type?
- Pagination issue with tag.php
- How are the HTML classes generated?
- Page Template with Sidebar Naming Convention?
- Adding text to the footer of each post based on tags or categories
- Why won’t the action hook wp_head accept parameters?
- Blog page won’t show Blog template
- How can I abstract code out of a template by using functions.php
- Make Permalink go to specific template
- WordPress function.php on ZendFramework CMS
- Site Title appearing twice on live site
- Give user option to select full post index page or excerpted index?
- how to change already posted blog to custom template wordpress?
- Editing my loop-page.php causes posts to show on all pages
- WordPress change title with custom dynamic
- template with multiple post loops for multiple widgets [duplicate]
- Random home page at each refresh between array of page IDs
- Do not trigger page 404 on custom template
- Print different parts of content in template
- How can I pass a variable from a template to header.php of a theme
- How can i conditionally load taxonomy-{taxonomy}.php template php files through functions.php
- Page Template Selector Error
- WordPress site not loading styles on desktop?
- Change Page Template Based on URL Rewrite in WordPress
- ACF – Attach JS file depending on ACF field
- I want to display all related posts for a selected tag in WordPress
- Which template(s) to override to use a different sidebar for blog, single posts, categories, blog archive?
- WordPress Child Theme Template auth_redirect wrapper
- Locating the template behind a WordPress Page
- why get_header doesn’t work twice in a test
- Show a custom template, no matter the page being viewed, if the user is not logged in
- printf, translation and the_author_posts_link()
- Is there a list of all possible WordPress URL’s?
- Tag Posts showing in wrong places
- Force template on page load
- front page won’t change templates
- Including 2 Negative Is_Template Conditionals in header.php [closed]
- Add custom card template to masonry layout using Essential Grid [closed]
- Where is the general html template file?