• Hi,

    Just getting started with WP. I have the simple gallery installed and I was wondering how to insert a plugin into the HTML page of my website?

    I read about manually calling? Is that right? If so can someone help me with this or give me a link for how I can get this done

    thanks,

    John

Viewing 3 replies - 1 through 3 (of 3 total)
  • We are not sure what plugin you are using, so we cannot give specific direction. Each plugin behaves differently. It could be through ‘Add Media’ or a separate tinyMCE button, or a shortcode.

    Thread Starter ponyack

    (@ponyack)

    Hi,

    Thanks for the reply.

    I am using the Envira Gallery.

    It give me these two options

    [envira-gallery id=”128″]

    if ( function_exists( ‘envira_gallery’ ) ) { envira_gallery( ‘128’ ); }

    I know that one is for embedding in page.

    But the site I am trying to work with has a Section ID called Photos and that’s is where I need to insert the code.

    John

    Thread Starter ponyack

    (@ponyack)

    Here is the HTML Code that I am using

    <section id="photos>
    
    */NEW GALLERY GOES HERE */
    
    </section>

    Can I call a page with gallery embed code?

    Again, this is my first time working with Word Press

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Gallery Plugin – Insert into HTML Page Section’ is closed to new replies.