- Web templates
- E-commerce Templates
- CMS & Blog Templates
- Facebook Templates
- Website Builders
Monstroid. How to change single post title tag
April 12, 2016
This tutorial will to show you how to change single post title tag in Monstroid template.
Monstroid. How to change single post title tagYou can inspect your site using browser inspecting tool to see single blog posts titles tag:

You can see that blog post title tag is H4 at the moment. Let’s change it to H1.
-
Login into your WordPress admin panel. Navigate to Appearance > Editor section. Open blog-functions.php file. You can also edit this file on your server. To do this, connect to your server using FTP or hosting Cpanel, locate blog-functions.php file in wp-content/themes/monstroid/includes directory.
Locate the lines provided below:
function monstroid_get_the_post_title_defaults( $defaults ) { $defaults['tag'] = 'h4';
Change H4 to your title tag.
Save the file:
Check your site to see changes:
Feel free to check the detailed video tutorial below:
Monstroid. How to change single post title tag