• Resolved guiltron

    (@guiltron)


    Hi there,

    Just wondering if there was a way to change, or remove, the ‘Latest News’ heading on the front page?

    I have a ‘News’ category already and I display full posts on my front page. So it’s strange when it says Latest News and then Reviews, Trailers and Featurettes follow.

    I would really appreciate help with this.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Link to site not really understanding your issue, if you are talking about making a static page for theme page on display you can do that in theme options

    It is going to be in the index.php.

    search for the following code.

    <h2 class=”section-header”><?php _e(‘Latest news’, ‘gamepress’); ?></h2>

    Put a space in the place of ‘latest news’ if you do not want anything to show up I.E.
    <h2 class=”section-header”><?php _e(‘ ‘, ‘gamepress’); ?></h2>

    -Paul
    http://badsentinel.com (Gamepress Theme)
    http://shop.badsentinel.com (Test GamePress)

    Theme Author alex27

    (@alex27)

    I don’t recommend editing templates directly (only via child theme if you must). But this can also be done with a little CSS snippet:

    h2.section-header {display: none;}

    You can add this code via My Custom CSS plugin.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing 'Latest News' Heading On The Front Page’ is closed to new replies.