Title: Representing
Last modified: July 10, 2020

---

# Representing

 *  Resolved [ernstwg](https://wordpress.org/support/users/ernstwg/)
 * (@ernstwg)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/representing/)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Frepresenting%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Thread Starter [ernstwg](https://wordpress.org/support/users/ernstwg/)
 * (@ernstwg)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/representing/#post-13114863)
 * 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.

 * ![](https://ps.w.org/media-library-assistant/assets/icon-256x256.png?rev=973502)
 * [Media Library Assistant](https://wordpress.org/plugins/media-library-assistant/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/media-library-assistant/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/media-library-assistant/)
 * [Active Topics](https://wordpress.org/support/plugin/media-library-assistant/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/media-library-assistant/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/media-library-assistant/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [ernstwg](https://wordpress.org/support/users/ernstwg/)
 * Last activity: [5 years, 10 months ago](https://wordpress.org/support/topic/representing/#post-13114863)
 * Status: resolved