• Resolved ernstwg

    (@ernstwg)


    Hello again David.

    Based on a subset of images, I like to display the corresponding titles of their parent posts, not the images themselves.

    Shortcode A below creates image subset based on a combination of searchfields .
    The mla_markup below ensures only textual representation

    So far so good. The issue is behind that. The subset of images can cover more than one image of more than one post. I wish only one row per post.

    I would like

    Is that achievable with MLA? My idea is to have a search page with three parts, part 1 for search fields, part 2 results represented by parent titles (unique), part 3 results represented by images.

    Cheers, Ernst Wilhelm

    Shortcode A
    [mla_gallery add_filters_to=any post_page=1 columns=1 size=large size=medium link=file option_all_value=all tax_operator=AND mla_markup="Bildersuche-copy"]

    MLA_markup B
    Open
    <div id='[+selector+]' class='gallery galleryid-[+id+] gallery-columns-[+columns+] gallery-size-[+size_class+]'>

    Row Open

    <!-- row-open --> 
    <center>

    Item

    <[+itemtag+] class='gallery-item [+last_in_row+]'>
    	<[+icontag+] class='gallery-icon [+orientation+]'>
                <font size="2,9em"><td class='wp-caption-text gallery-caption'>
                    <a href="https://ernst-wilhelm-grueter.de/?page_id=[+parent+]/">[+parent_title+]</a>
                </td></font>
    	</[+icontag+]>
    </[+itemtag+]>

    Row Close

    </center>
    <br style="clear: both" />

    Close
    </div>

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter ernstwg

    (@ernstwg)

    I come back to this point at a later stage if still needed. will play with some term list
    mark ups to see what’s happening. Thank you.

Viewing 1 replies (of 1 total)

The topic ‘Representing’ is closed to new replies.