Title: PUShAUNE's Replies | WordPress.org

---

# PUShAUNE

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

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

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Post Type UI] Issue with primary taxonomy and permalink](https://wordpress.org/support/topic/issue-with-primary-taxonomy-and-permalink/)
 *  Thread Starter [PUShAUNE](https://wordpress.org/support/users/pushaune/)
 * (@pushaune)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/issue-with-primary-taxonomy-and-permalink/#post-11825037)
 * Sorry, I didn’t get any email notification of your reply 🙁
 * This is strange, because I am used to create my CTP by mannually adding code 
   to function.php
    this way, my CTPs taxonomies have access to customizable permalinks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Dominant Colors Lazy Loading] Not working with ACF image field](https://wordpress.org/support/topic/not-working-with-acf-image-field/)
 *  Thread Starter [PUShAUNE](https://wordpress.org/support/users/pushaune/)
 * (@pushaune)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/not-working-with-acf-image-field/#post-10860938)
 * Here is the code to get images from an ACF field:
 *     ```
       $image = get_field('vignette_du_projet'); // Get the image's ID 
       $size = 'vignette_projet'; // Get the thumbail size
       // If the image field field is not empty, diplay the image with the right size:
       if( $image ) {
       	 echo wp_get_attachment_image( $image, $size );
       }
       ```
   
 * I tried to add the `apply_filters( 'dominant_colors'` but the image don’t show
   up.

Viewing 2 replies - 1 through 2 (of 2 total)