Title: Show Contact Information button
Last modified: March 9, 2018

---

# Show Contact Information button

 *  Resolved [xjamasterx](https://wordpress.org/support/users/xjamasterx/)
 * (@xjamasterx)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/show-contact-information-button/)
 * Hi there,
 * I’d like to hide the “Show Contact Information” button on the posts. How do I
   do that?
 * Thank you.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fshow-contact-information-button%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Greg Winiarski](https://wordpress.org/support/users/gwin/)
 * (@gwin)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/show-contact-information-button/#post-10064096)
 * I am not sure what do you mean, the “Show Contact Information| button is already
   there?
 *  Thread Starter [xjamasterx](https://wordpress.org/support/users/xjamasterx/)
 * (@xjamasterx)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/show-contact-information-button/#post-10067150)
 * Right. The Show Contact Information button is there, and we would like to remove
   it.
 *  Plugin Author [Greg Winiarski](https://wordpress.org/support/users/gwin/)
 * (@gwin)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/show-contact-information-button/#post-10068562)
 * You can remove it by adding the code below in your theme functions.php file
 *     ```
       add_action( "init", "remove_contact_information", 1000 );
       function remove_contact_information() {
           remove_action('adverts_tpl_single_bottom', 'adverts_single_contact_information');
       }
       ```
   

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

The topic ‘Show Contact Information button’ 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/)

 * 3 replies
 * 2 participants
 * Last reply from: [Greg Winiarski](https://wordpress.org/support/users/gwin/)
 * Last activity: [8 years, 4 months ago](https://wordpress.org/support/topic/show-contact-information-button/#post-10068562)
 * Status: resolved