Title: List-item.php Add function
Last modified: August 31, 2016

---

# List-item.php Add function

 *  Resolved [Mantasve11](https://wordpress.org/support/users/mantasve11/)
 * (@mantasve11)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/list-itemphp-add-function/)
 * How to add:
 *     ```
       <?php esc_html_e( join(", ", $cc) ) ?>
       ```
   
 * [Custom fields](http://wpadverts.com/documentation/custom-fields/)
 * on title:
 * My code:
 * `<span title="<?php esc_attr_e( get_the_title() ) ?>" class="advert-link"><?php
   get_post_meta( get_the_ID(), "my_custom_checkbox", true); ?> - <?php the_title()?
   ></span>`
 * But dont work.
    [https://wordpress.org/plugins/wpadverts/](https://wordpress.org/plugins/wpadverts/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Greg Winiarski](https://wordpress.org/support/users/gwin/)
 * (@gwin)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/list-itemphp-add-function/#post-7146185)
 * It should be
 *     ```
       <?php esc_html_e(join(", ", get_post_meta( get_the_ID(), "my_custom_checkbox", false))); ?> - <?php the_title() ?>
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘List-item.php Add function’ is closed to new replies.

 * ![](https://ps.w.org/wpadverts/assets/icon-256x256.png?rev=2423472)
 * [WPAdverts - Classifieds Plugin](https://wordpress.org/plugins/wpadverts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpadverts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpadverts/)
 * [Active Topics](https://wordpress.org/support/plugin/wpadverts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpadverts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpadverts/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Greg Winiarski](https://wordpress.org/support/users/gwin/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/list-itemphp-add-function/#post-7146185)
 * Status: resolved