Changes between Initial Version and Version 1 of Ticket #39299, comment 1
- Timestamp:
- 12/15/2016 03:42:11 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #39299, comment 1
initial v1 7 7 No need for a patch. A child theme (or plugin) just needs one line: 8 8 {{{#!php 9 <?php 9 10 remove_filter( 'frontpage_template', 'twentyseventeen_front_page_template' ); 10 11 }}} 11 12 13 Just make sure that filter is applied on the `after_setup_theme` action (or later). 14 12 15 Alternatively, you can create your own function and hook it to the `frontpage_template` filter to override what Twenty Seventeen is doing.