How to rename "Gallery Page"

Discussion in 'Real Photography WordPress Theme' started by rapidweb, Feb 2, 2014.

  1. rapidweb

    rapidweb New Member

    Joined:
    Jan 12, 2014
    Messages:
    5
    Likes Received:
    0
    In your demo, you have only one gallery. However, we are trying to have a few galleries. For that reason, we don't want to have the same title "Gallery Page" on top of each gallery.

    How can we rename the text "Gallery Page"? See screenshot.
    real photography theme screenshot.png
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Go to template-gallery.php present in your theme directory and replace current code
    Code:
    Gallery Page 
    With code given below
    Code:
    <?php the_title(); ?> 
    Check link for reference

    2014-02-03_1557.png


    This will solve your issue.


    Thanks & Regards
    Gourav Shrivastava
     

Share This Page