Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #37974


Ignore:
Timestamp:
09/07/2016 08:11:34 PM (8 years ago)
Author:
karmatosed
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37974 – Description

    initial v1  
    1818// 4 being number of panels and unlimited being the default.
    1919
    20 For simplicty I am just suggesting it's a simple add_theme_support. We have past precidence for this. Then you'd get the new section in Customizer appear. I also suggest this gets made as a feature plugin porting pretty much all of the existing code. At least this makes sense as a first step.
     20For simplicity I am just suggesting it's a simple add_theme_support. We have past precedence for this. Then you'd get the new section in Customizer appear. I also suggest this gets made as a feature plugin porting pretty much all of the existing code. At least this makes sense as a first step.
    2121
    2222Template wise, we probably want a consistent naming for this or to have people able to declare a template page. It could then have that page used as a static page, or just be used. You could either use one wrapping content for all or call each panel (if set numbers) and style each differently. This opens up to some flexibility with layout.