Title: dischorde's Replies | WordPress.org

---

# dischorde

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

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

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Autochimp] Add standard prefix to email header](https://wordpress.org/support/topic/autochimp-add-standard-prefix-to-email-header/)
 *  [dischorde](https://wordpress.org/support/users/dischorde/)
 * (@dischorde)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/autochimp-add-standard-prefix-to-email-header/#post-4165964)
 * Hope this isn’t too late to help – here’s what you do:
 * Edit the Autochimp plugin (plugins, edit, select autochimp)
 * search for “subject” and you will see this line
    `$options['subject'] = $post-
   >post_title;`
 * change it to
 * `$options['subject'] = "Today's blog: " . $post->post_title;`
 * Or whatever you want it to say before the post title (in the ” “).

Viewing 1 replies (of 1 total)