Support » Theme: Rife Free » Subtitle position

  • Hi,

    Currently, my subtitle is appearing before my page title (see here, for example) and I would like it to appear after it (i.e. below the title). How can I accomplish this?

    Thanks!

Viewing 1 replies (of 1 total)
  • Theme Author apollo13themes

    (@apollo13themes)

    Hello 🙂

    This by design. You will need to customize the theme template if you want to change it.

    In utilities/layout-parts.php line 868 swap subtitle with the title:

            //subtitle
            if($subtitle_on){
                $html .= '<h2>'.$subtitle.'</h2>';
            }
    
            //main title
            $html .= '<h1 class="page-title entry-title"'.apollo13framework_get_schema_args('headline').'>'.$title.'</h1>';//sometimes we add html here, so don't escape!

    If you don’t know how to do it, I can help you with that if you will get Rife Pro with a support plan.

    Thanks for your question!

    With kind regards.
    Air.

Viewing 1 replies (of 1 total)
  • The topic ‘Subtitle position’ is closed to new replies.