Support » Theme: CoverNews » Enable WPGlobus Support for front page titles

  • For WP Globus Multilingual compatibility on front page titles the following theme file must be hard edited.

    File: covernews\inc\hooks\hook-front-page-main-banner-section-1.php

    New titles:
    <?php echo apply_filters( ‘the_title’, $covernews_slider_title); ?>
    <?php echo apply_filters( ‘the_title’, $covernews_editors_picks_title); ?>
    <?php echo apply_filters( ‘the_title’, $covernews_trending_slider_title); ?>
    <?php echo apply_filters( ‘the_title’, $covernews_featured_news_title); ?>

Viewing 1 replies (of 1 total)
  • Theme Author AF themes

    (@afthemes)

    Hello @mickeydangerez,
    First off, thanks for reaching out. For you kind information the theme has a Customizer>Frontpage Options input fields (meaning directly from a database, but not from the files) for the mentioned title, from where you can update the title in your intended language or strings using that functionality.
    So, we do not thing it should be passed to the any filters to take control over it. Would you please confirm that first?
    Best regards

Viewing 1 replies (of 1 total)
  • The topic ‘Enable WPGlobus Support for front page titles’ is closed to new replies.