Categories

Featured templates

Monstroid. How to change single post title tag

Ammy Brown April 12, 2016
Rating: 5.0/5. From 2 votes.
Please wait...

This tutorial will to show you how to change single post title tag in Monstroid template.

Monstroid. How to change single post title tag

You can inspect your site using browser inspecting tool to see single blog posts titles tag:

Monstroid._How_to_change_the_single_post_title_tag_1

You can see that blog post title tag is H4 at the moment. Let’s change it to H1.

  1. 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.

  2. Locate the lines provided below:

    function monstroid_get_the_post_title_defaults( $defaults ) {
    	$defaults['tag'] = 'h4';
  3. Change H4 to your title tag.

  4. Save the file:

    Monstroid._How_to_change_the_single_post_title_tag_2
  5. Check your site to see changes:

    Monstroid._How_to_change_the_single_post_title_tag_3

Feel free to check the detailed video tutorial below:

Monstroid. How to change single post title tag
This entry was posted in Monstroid Tutorials, WordPress Tutorials and tagged Monstroid, single post, title tag. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket