Title: evermeg's Replies | WordPress.org

---

# evermeg

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Carousel Horizontal Posts Content Slider] cannot see CPTs in categories](https://wordpress.org/support/topic/cannot-see-cpts-in-categories/)
 *  [evermeg](https://wordpress.org/support/users/evermeg/)
 * (@evermeg)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/cannot-see-cpts-in-categories/#post-9093898)
 * This is the same for me. The categories available are only from “posts” and do
   not allow me to select my custom post types. I have uninstalled and reinstalled
   the newest version. It is still not working. Any help or update would appreciated.
   thank you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Offers for WooCommerce] Change Intro Text](https://wordpress.org/support/topic/change-intro-text/)
 *  Thread Starter [evermeg](https://wordpress.org/support/users/evermeg/)
 * (@evermeg)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/change-intro-text/#post-8850852)
 * Yes, the other filters I found worked:
 *  my_offer_form_top_message
 * I’m good to go for that. Thank you.
    -  This reply was modified 9 years, 5 months ago by [evermeg](https://wordpress.org/support/users/evermeg/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Offers for WooCommerce] Change Intro Text](https://wordpress.org/support/topic/change-intro-text/)
 *  Thread Starter [evermeg](https://wordpress.org/support/users/evermeg/)
 * (@evermeg)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/change-intro-text/#post-8845174)
 * Thanks so much for your response. However, what you sent didn’t work.
    I found
   this page… [https://www.angelleye.com/offers-for-woocommerce-developer-hooks-guide/](https://www.angelleye.com/offers-for-woocommerce-developer-hooks-guide/)
   and using what I found there I used the following:
 * function my_offer_form_top_message( $message ) {
    $message = ‘<p>Tell us the 
   price you need, and we’ll do our best to match or beat it.</p>’; return $message;}
   add_filter( ‘aeofwc-offer-form-intro-html’, ‘my_offer_form_top_message’ );
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Offers for WooCommerce] Change Intro Text](https://wordpress.org/support/topic/change-intro-text/)
 *  Thread Starter [evermeg](https://wordpress.org/support/users/evermeg/)
 * (@evermeg)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/change-intro-text/#post-8801286)
 * Thank you so much for your quick reply. I’ve tried to figure out the filters,
   but I guess it is not as simple as I thought…
 * Can you show me an example of how I might write the aeofwc_offer_form_top_message
   filter in my child theme functions.php folder to change the message to say:
    “
   Tell us the price you need, and we’ll do our best to match or beat it.”
 * Thanks,

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