Title: Custom template
Last modified: December 22, 2021

---

# Custom template

 *  [artefactdesign](https://wordpress.org/support/users/artefactdesign/)
 * (@artefactdesign)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/custom-template-74/)
 * Hi
 * Thanks for this great plugin. Can you explain how we can add unselect button 
   into ccc_my_favorite_list_custom_template ?
 * BTW how can we make ACF get_field() function available into ccc_my_favorite_list_custom_template?
 * Cheers
    Greg

Viewing 1 replies (of 1 total)

 *  Plugin Author [Takashi Matsuyama](https://wordpress.org/support/users/takashimatsuyama/)
 * (@takashimatsuyama)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/custom-template-74/#post-15192715)
 * Hi [@artefactdesign](https://wordpress.org/support/users/artefactdesign/)
 * Thank you for your rating and your question.
 * shortcode:`[ccc_my_favorite_list_custom_template]`
 * **unselect button**
 * The following is the code for the unselect button.
 * `<div data-ccc_favorite-delete_all=true><a href="#" class="ccc-favorite-post-
   delete-button">All Delete</a></div>`
 * `<div class="ccc-favorite-post-toggle"><a href="#" class="ccc-favorite-post-toggle-
   button" data-post_id-ccc_favorite="<?php echo $the_query->post->ID; ?>"></a></
   div>`
 * **ACF get_field() function**
 * Sorry. I’ve never used ACF get_field(), so I don’t know about compatibility, 
   but I think you can use it by putting the post ID in get_field().
 * `get_field( 'your_field_name', $the_query->post->ID );`
 * Please see [the related topic](https://wordpress.org/support/topic/template-59/)
   for usage. (Around the 3rd to last thread)
 * Thanks
    -  This reply was modified 4 years, 4 months ago by [Takashi Matsuyama](https://wordpress.org/support/users/takashimatsuyama/).
    -  This reply was modified 4 years, 4 months ago by [Takashi Matsuyama](https://wordpress.org/support/users/takashimatsuyama/).

Viewing 1 replies (of 1 total)

The topic ‘Custom template’ is closed to new replies.

 * ![](https://ps.w.org/my-favorites/assets/icon.svg?rev=2459439)
 * [My Favorites](https://wordpress.org/plugins/my-favorites/)
 * [Support Threads](https://wordpress.org/support/plugin/my-favorites/)
 * [Active Topics](https://wordpress.org/support/plugin/my-favorites/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/my-favorites/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/my-favorites/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Takashi Matsuyama](https://wordpress.org/support/users/takashimatsuyama/)
 * Last activity: [4 years, 4 months ago](https://wordpress.org/support/topic/custom-template-74/#post-15192715)
 * Status: not resolved