Ben Word
db41099f5b
Add theme wrapper, re-organize template files
...
- Implement scribu’s Theme Wrapper (see base.php)
- Move templates, comments.php, and searchform.php to templates/ folder
- Rename loop- files to content-
- Remove all hooks except roots_head and roots_footer
- Use templates/page-header.php for page titles
- Use head.php for everything in <head>
2012-08-18 18:49:45 -05:00
Ben Word
c8c13f6609
Update to jQuery 1.8.0 and Modernizr 2.6.1
2012-08-18 17:46:17 -05:00
Scott Walkinshaw
d036893b68
Fix #493 - remove duplicate active class in menu
2012-08-15 14:53:17 -04:00
Ben Word
f2699d453b
Remove extra single quote, thanks @eriteric
2012-07-29 12:12:28 -05:00
Ben Word
25982f12b3
Add code comments
2012-07-17 19:23:35 -05:00
Ben Word
953c3ba4b3
Update code comments
2012-07-15 21:17:22 -05:00
Ben Word
eae50e0a77
Merge Roots_Navbar_Nav_Walker into Roots_Nav_Walker
2012-07-15 02:53:10 -05:00
Ben Word
d29fe04a84
Remove unncessary roots_gallery_style()
...
roots_gallery_style() is no longer needed.
The new filter on use_default_gallery_style() isn't
necessary either, but if the Roots gallery replacement
isn't used then it will remove the additional CSS added
by WordPress galleries.
2012-07-15 02:15:58 -05:00
Ben Word
109c6d1105
Add/update code comments
2012-07-15 01:36:48 -05:00
Ben Word
4bb2b40390
Re-add get_template_directory_uri() to H5BP stylesheet
2012-07-15 01:06:48 -05:00
Ben Word
704ee09f2b
Fix #478 - Resolve some clean URL issues, re-open #395
2012-07-15 01:03:18 -05:00
Ben Word
a9598a1b54
Add some comments to the config
2012-07-15 01:01:41 -05:00
Ben Word
8e88ee4d4a
Remove WP_POST_REVISIONS definition
2012-07-14 23:51:18 -05:00
Robert O'Rourke
19036d9e8e
Removed menu walker args filter assumption that the menu will be an unordereed list
2012-07-14 12:42:59 +01:00
Weslly Honorato
e189a88d22
Fix lowercase reference to $WP_User->ID on roots_entry_meta()
2012-06-19 15:08:01 -03:00
Weslly Honorato
4850e1823a
Support only wp 3.4 on activation
2012-06-17 12:30:00 -03:00
Weslly Honorato
0d51f0a644
Convert version number to double
2012-06-17 11:18:42 -03:00
Weslly Honorato
73b5506727
Use wp_get_theme() to get the theme name on activation
2012-06-17 11:09:23 -03:00
Ben Word
e16aa0e943
Use <figure> & <figcaption> for captions
2012-06-11 22:31:08 -06:00
Ben Word
3dcb347d7f
Wrap embedded media as suggested by Readability
2012-06-11 21:50:27 -06:00
Ben Word
957b502f98
Remove unnecessary remove_action's on wp_head as of 3.2.1
...
See http://core.trac.wordpress.org/ticket/18128
2012-06-11 21:39:50 -06:00
Ben Word
0ed246ec55
Add updates from H5BP
2012-06-11 21:00:12 -06:00
Ben Word
c323ca857a
Flush permalinks on activation to avoid 404s with clean URLs
2012-06-11 20:42:08 -06:00
Ben Word
1429e33933
Merge pull request #472 from jamescostian/master
...
Corrected home URL for subdir installs
2012-06-11 19:34:21 -07:00
Ben Word
b089166082
Fix #464 - Show proper classes on additional wp_nav_menu()'s
2012-06-11 13:07:20 -06:00
Ben Word
0b061115b0
Fix #469 - Remove unnecessary semicolon
2012-06-11 11:34:49 -06:00
James Costian
aef67d23b8
Corrects script and style URLs on subdir installs
...
By removing get_template_directory_uri() from each call to either the
wp_enqueue_style() or the wp_enqueue_script() function, the URLs to CSS
and JS files will now be correct on subdir installs of WP.
2012-06-09 18:12:33 -05:00
James Costian
39379742fc
Corrected home URL for subdir installs
...
If Wordpress is installed in a sub-directory, this will prevent the URL
from being the root of the domain (e.g. example.com/sub/directory/ will
become /sub/directory instead of / ).
2012-06-09 18:05:56 -05:00
Scott Walkinshaw
8b20b47130
Nav walkers: match current_ and current- classes
2012-05-25 00:13:51 -03:00
Ben Word
f86965af51
Fix #457 - Remove unused action
2012-05-18 18:16:48 -06:00
Ben Word
e83cd008f3
More cleanup clean up
2012-05-17 22:36:14 -06:00
Scott Walkinshaw
0c1fa13494
Clean up cleanup
2012-05-17 23:29:30 -04:00
Ben Word
30484f027c
Remove old admin notice for tagline
2012-05-17 20:59:33 -06:00
Ben Word
d2fc51e3d9
Remove default tagline admin notice, hide from feed
...
Rather than showing an admin notice if the tagline
is the default, let's just not return that default
tagline in the RSS feed.
2012-05-17 20:57:50 -06:00
Ben Word
decce5ae55
Move WP_POST_REVISIONS definition to config.php
2012-05-17 20:21:36 -06:00
Ben Word
fc7fca1d6e
roots_body_class() is no longer necessary for body_class()
2012-05-17 20:15:42 -06:00
Ben Word
34200f1af1
Fix for duplicated classes in widget markup
2012-05-17 20:02:51 -06:00
Brian Gallagher
d095c6eb58
Fixed empty foreach error in cleanup.php
2012-05-17 15:21:38 -04:00
Ben Word
0d359346db
Fix #450 - Only display viewport if using responsive grid
2012-05-16 23:51:31 -06:00
Ben Word
2526aa9b43
Fix #450 - Only display viewport if using responsive grid
2012-05-16 23:49:24 -06:00
Alex Kovalevych
cf627cdf1e
fixed theme preview for the wp version 3.3.2
2012-05-13 15:26:27 +03:00
Ben Word
614fca763c
Update comment about H5BP's style.css
2012-05-09 02:11:11 -06:00
Ben Word
f1ff5204a3
Add ability to include header without top navbar
2012-05-09 01:28:39 -06:00
Ben Word
7d2b3c1e07
Re-organization
2012-05-09 00:55:09 -06:00
Ben Word
d4ec36331b
Fix #413 - Allow custom CSS classes in menu items, walker cleanup
2012-05-08 23:07:29 -06:00
Ben Word
2652d6e888
Add config options for clean URLs and H5BP's .htaccess
2012-05-08 21:29:32 -06:00
elflo
522cf8cb7a
This adds the option to enable or disable the relative urls functionality.
...
I added a true/false switch to enable/disable the relative urls in roots_config.php. Relative urls are enabled by default.
I moved the conditions that previously triggered the relative urls functionality to a new function enable_root_relative_urls() which returns a boolean true/false.
I replaced the conditions i moved by a test for enable_root_relative_urls() true/false value.
2012-05-03 17:25:40 +02:00
Jason Wohlford
27de0373a3
Remove Wordpress version numbers from stylesheets.
2012-05-02 20:46:55 -05:00
Jason Wohlford
f349dc4318
Fixed missing main.js reference.
2012-05-02 18:22:45 -05:00
Scott Walkinshaw
a28033c571
Fix missing ).
2012-05-02 17:55:13 -03:00