Title: silvermtl's Replies | WordPress.org

---

# silvermtl

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Post Types and Custom Fields creator - WCK] upload/delete field type in front end](https://wordpress.org/support/topic/uploaddelete-field-type-in-front-end/)
 *  Thread Starter [silvermtl](https://wordpress.org/support/users/silvermtl/)
 * (@silvermtl)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/uploaddelete-field-type-in-front-end/#post-7243818)
 * in front end when i delete a attachement field i will like also deleting the 
   file on the server
 * in WCK-FEP.PHP i change :
 * wp_delete_attachment( $attachment->ID );
    for:
 * wp_delete_attachment( $postid, $force_delete );
 * IT doesn’t work
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Post Types and Custom Fields creator - WCK] upload/delete field type in front end](https://wordpress.org/support/topic/uploaddelete-field-type-in-front-end/)
 *  Thread Starter [silvermtl](https://wordpress.org/support/users/silvermtl/)
 * (@silvermtl)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/uploaddelete-field-type-in-front-end/#post-7243707)
 * hi Teodor,
    After I delete the file with the remove link, the file still exits
   on the server.
 * and how can i echo”; the path /file/filename.mp3 for each attachment ?, im almost
   there with this code
 *  $args = array(
    ‘post_type’ => ‘attachment’, ‘numberposts’ => -1, ‘post_status’
   => null, ‘post_parent’ => $post->ID );
 *  $attachments = get_posts( $args );
    if ( $attachments ) { foreach ( $attachments
   as $attachment ) { echo ‘
    - ‘;
       the_attachment_link( $attachment->ID, true );
    -  }
       }
    -  endwhile; endif; ?>
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] Guest List](https://wordpress.org/support/topic/guest-list/)
 *  Thread Starter [silvermtl](https://wordpress.org/support/users/silvermtl/)
 * (@silvermtl)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/guest-list/#post-7195409)
 * i made a new attribut for my events #_ATT{guestlist} with a -> option1|option2
 * how can i display the selected option for this attribut ?
 * i try :
    <p>#_ATT{guestlist}</p>
 * but now it show the 2 options
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Post Types and Custom Fields creator - WCK] Front end](https://wordpress.org/support/topic/cannot-edit-field-in-front-end/)
 *  Thread Starter [silvermtl](https://wordpress.org/support/users/silvermtl/)
 * (@silvermtl)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/cannot-edit-field-in-front-end/#post-7132226)
 * thank you , it has solve the problem
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Event Calendar With Map View(ECWMV)] event nor showing in calender](https://wordpress.org/support/topic/event-nor-showing-in-calender/)
 *  Thread Starter [silvermtl](https://wordpress.org/support/users/silvermtl/)
 * (@silvermtl)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/event-nor-showing-in-calender/#post-6909640)
 * many thanks !
 * How can i add image to the ”List” mode calendar display ?
 * thanks you

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