• Resolved jhochstoeger

    (@jhochstoeger)


    I have a strange problem…I´m quite new to wordpress, so maybe there is an easy solution to this…

    I recently bought this wonderful wordpress theme to use as my new portfolio website. It has a gallery template included. My problem is, that every time I make a new page with the gallery template, and add some images with the media upload feature, these images end up beeing displayed as a “normal” wordpress gallery. They should be displayed in the layout given by the template, I think?

    to understand better, you can see one of those galleries here:

    http://jhochstoeger.com/?page_id=4

    see those four images at the top, and then the gallery template further down?
    in the gallery template, there are these lines of code for the gallery itself:

    <ul class="containsGalleries">
                            <li>
                                <h1>Category Name</h1>
                                <ul class="containsGallery">
                                    <li class="G1"><a href="http://www.placeholder-image.com/image/288x288" rel="gallery-1"><img alt="" src="http://www.placeholder-image.com/image/142x142" title="" /></a></li>
                                    ...
    
                                </ul><!-- .containsGallery -->

    Any hint? Do I have to build my own template from the one given by the theme, and include the image links “by hand”?

    thanks for any info,
    Hans

The topic ‘include images in Gallery Template’ is closed to new replies.