Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1212951

    How create and add subtitle in single post below the title.

    #1214519

    Hey Vadivel,

    Thank you for the inquiry.

    As suggested in the previous thread, you can modify the includes > loop-index.php file to change the default layout of the single post, or add new content to it. You can find the title around line 322:

    	if( strpos( $blog_global_style, 'modern-blog' ) === false )
    						{
    							echo $cat_output . $title;
    						}
    						else 
    						{
    							echo $title . $cat_output;
    						}
    

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.