Title: phillmill's Replies | WordPress.org

---

# phillmill

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sample Content for ACF] Support e-mail on the website does not work](https://wordpress.org/support/topic/support-e-mail-on-the-website-does-not-work/)
 *  Plugin Author [phillmill](https://wordpress.org/support/users/phillmill/)
 * (@phillmill)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/support-e-mail-on-the-website-does-not-work/#post-18033005)
 * Hi there, sorry for the incorrect email on our site. The new working email is
   just [support@acfsamplecontent.com](https://wordpress.org/support/users/phillmill/replies/support@acfsamplecontent.com?output_format=md)–
   you can reach me there as well.
 * Thank you!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to set static page as parent of Custom Post Type page](https://wordpress.org/support/topic/how-to-set-static-page-as-parent-of-custom-post-type-page/)
 *  [phillmill](https://wordpress.org/support/users/phillmill/)
 * (@phillmill)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/how-to-set-static-page-as-parent-of-custom-post-type-page/#post-4142956)
 * I had issues getting the permalinks to link to the actual custom post type (got
   a 404). My solution was a little bit of rewrite rules: (if anyone ran in to the
   same thing)
 *     ```
       add_filter('rewrite_rules_array', 'customposttype_rewrites');
       function customposttype_rewrites($rules){
       	$the_parent_page_permalink = substr(get_permalink(70), strlen(home_url('/')));
       	$rules[sprintf('%s(.+?)/(.+?)$', $the_parent_page_permalink)] = 'index.php?customposttype=$matches[2]';
       	return $rules;
       }
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Setting featured image to page makes it load blank](https://wordpress.org/support/topic/setting-featured-image-to-page-makes-it-load-blank/)
 *  Thread Starter [phillmill](https://wordpress.org/support/users/phillmill/)
 * (@phillmill)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/setting-featured-image-to-page-makes-it-load-blank/#post-3743230)
 * It’s a custom theme that I’ve been building, here’s a link to the site: [http://tidd.ca/dev/warnerhouse/](http://tidd.ca/dev/warnerhouse/)
 * If you click the location page, you’ll see the white screen

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