forked from WebDevStudios/StartBox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnotes.txt
executable file
·47 lines (41 loc) · 2.02 KB
/
notes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
////////////////////////////////////////////////////////////////////////////////////
Contents
////////////////////////////////////////////////////////////////////////////////////
1. TODO
2. Future Releases
////////////////////////////////////////////////////////////////////////////////////
1. TODO
////////////////////////////////////////////////////////////////////////////////////
update templates to make better use of get_template_part() and get_post_format()
////////////////////////////////////////////////////////////////////////////////////
2. Future Releases
////////////////////////////////////////////////////////////////////////////////////
##### 2.7
add import/export for theme settings
add additional short codes for:
- featured photo
- lists - changing bullets: arrow, check marks
- [expires] - for hiding expired content
- create table of contents shortcode: auto-pulls h# tags, assigns them ids, uses the heading text for link text
update footer copyright info to use filterable shortcodes!
include developer/debug tools
- turn debug mode on
- beta updates
- output diff content in header/footer
- include options (with user caps) for who can see which option panels
- include options for which theme features to support
- include option to minify SB JS/CSS (hook default scripts & styles to pre-processor filter)
add Style Options (requires add_theme_support)
- Select from preset styles
- Colorpicker for base color
- Colorpicker for accent color
- Colorpicker for add'l color #1
- Colorpicker for add'l color #2
- Textarea for inputting custom CSS
##### Future Release
add default styles for gforms (or form elements in general)
add controls to Featured Content Widget for content rotation
Feedburner Email widget (per http://wpstartbox.com/support/topic/how-about-a-simple-feedburner-email-widget/)
? build simple metabox creator for posts & pages based on options api? store options vs custom field
? look at integrating HTML5 Boilerplate
? add image option for search widget submit button