Title: devllc's Replies | WordPress.org

---

# devllc

  [  ](https://wordpress.org/support/users/devllc/)

 *   [Profile](https://wordpress.org/support/users/devllc/)
 *   [Topics Started](https://wordpress.org/support/users/devllc/topics/)
 *   [Replies Created](https://wordpress.org/support/users/devllc/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/devllc/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/devllc/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/devllc/engagements/)
 *   [Favorites](https://wordpress.org/support/users/devllc/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Block Builder - Lazy Blocks] Using Label from select in tmplate](https://wordpress.org/support/topic/using-label-from-select-in-tmplate/)
 *  [devllc](https://wordpress.org/support/users/devllc/)
 * (@devllc)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/using-label-from-select-in-tmplate/#post-11294664)
 * temporal solution
 *     ```
       1 : Kerstin
       2 : Stephan
       3 : Thomas
       ```
   
 * template…
 *     ```
       {{#compare mail_to_link '==' 1}}
           <a href="@kerstin">Kerstin</a>
       {{/compare}}
       {{#compare mail_to_link '==' 2}}
           <a href="@stephan">Stephan</a>
       {{/compare}}
       {{#compare mail_to_link '==' 3}}
           <a href="@thomas">Thomas</a>
       {{/compare}}
       ```
   

Viewing 1 replies (of 1 total)