Is it possible to move a gallery from a page to a post

  • Unknown's avatar

    I made a gallery which I created under “pages”, which I then called “photo galleries”, but I want to add many individual galleries to this page, which will appear on a drop down menu.

    So is there any way to move around the gallery I already made, esp. without having to resort to that dreaded CSS thing. I suspect I will just end up deleting it and redoing it, rather time consuming however.

    Please, I only want help with this, not an explanation of what pages are etc. Thanks.

    The blog I need help with is: (visible only to logged in users)

  • You can, using Gallery Shortcode. :-)

    Create a new post and add the following shortcode:

    [gallery id="1234"]

    Replace 1234 with the id of your gallery. The linked support doc above teaches you how to get the id of your gallery.

    I just converted one of my gallery page to a gallery post with just the shortcode. So you too will be able to do. Go for it :-)

  • but I want to add many individual galleries to this page, which will appear on a drop down menu.

    You can add multiple galleries by adding multiple shortcodes preceded by their names as following. But seems you have only one gallery. Also dropdown thing is not possible.

    My Gallery 1
    [gallery id="1"]
    
    My Gallery 2
    [gallery id="2"]
    
    My Gallery 3
    [gallery id="3"]
  • The topic ‘Is it possible to move a gallery from a page to a post’ is closed to new replies.