Changes between Initial Version and Version 2 of Ticket #31140
- Timestamp:
- 02/03/2015 06:25:34 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31140 – Description
initial v2 10 10 11 11 I started with functions.php and found this bit of code: 12 `// Manually protest wsg-intros because WLM doesn't 12 {{{ 13 // Manually protest wsg-intros because WLM doesn't 13 14 add_action( 'pre_get_posts', 'protect_wsg_intros' ); 14 15 function protect_wsg_intros() { … … 19 20 wp_redirect( 'http://localhost/wsg/oops-this-content-is-members-only' ); 20 21 } 21 } `22 22 } 23 }}} 23 24 When I remarked out the elseif statement, the single custom post type worked on my theme with all plugins enabled. 24 25