Gallery

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #23530
    rkw2345
    Member

    How I used a paged named gallery without that being used for the gallery items?

    Meaning I want to use a different gallery maker and use the page named gallery.

    Each time it adds the default gallery to that page how do I turn this off?

    #23538
    rkw2345
    Member

    Really hope to get an answer to this today please have to demo to client. Thank you so much.

    #23556
    Veena
    Moderator

    Currently the gallery url – yourwebsite.com/gallery is reserved for theme gallery page .
    First you need to change the theme gallery slug to something else.
    In plugins/livemesh-tools/includes/register-post-types.php search for the below line of code and change it

     'rewrite' => array('slug' => 'gallery'),
    

    to

     'rewrite' => array('slug' => 'our-gallery'),
    

    You will need to visit Settings->Permalinks once for the slug change to take effect.
    And now you can create a gallery page named “Gallery” of your own .

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Peak Theme Support’ is closed to new topics and replies.