• Resolved highhouseshadow

    (@highhouseshadow)


    Hi guys,

    I want to change the text in the Game Reviews widget title from “Reviews” to “Events”.

    I don’t mind doing this after every update if its not theme friendly, I just need to know where in the code to change.

    thanks!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Theme Author alex27

    (@alex27)

    This comes from a widget, so the file is located in admin/widgets/recent-posts-widget.php

    But many people ask for it, so I might add option to change the tab names to something else in one of future updates (no timeframe yet).

    Thread Starter highhouseshadow

    (@highhouseshadow)

    I’m sorry thats not enough information to help me! Is there anywhere I can navigate to to change the label? Either through FTP or wordpress dashboard?

    You’ll need to FTP into your site and browse to wp-content/themes/gamepress/admin/widgets/recent-posts-widget.php
    *Or if your using a child of gamepress then go to that folder instead.

    After opening the file go to line 42 and find:

    <li><a href="#"><?php _e('Reviews','gamepress'); ?></a></li>

    Change Reviews to Events

    Thread Starter highhouseshadow

    (@highhouseshadow)

    Thanks mate you’re a legend!

    Glad I could help.

    I have the widget set up that says news, reviews, videos… etc… but I cannot figure out how you get anything to show up in the tabs… mine just sit there but don’t take you anywhere… how do you set them up?

    http://www.funjobsblog.com

    I’ve looked everywhere I can think of for something that lets me assign a page to the tabs but not finding it…

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Change Text – Game Reviews widget’ is closed to new replies.