Commit Graph

24 Commits

Author SHA1 Message Date
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
Scott Walkinshaw
d036893b68 Fix #493 - remove duplicate active class in menu 2012-08-15 14:53:17 -04: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
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
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
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
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
Alex Kovalevych
cf627cdf1e fixed theme preview for the wp version 3.3.2 2012-05-13 15:26:27 +03: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