Commit Graph

35 Commits

Author SHA1 Message Date
Ben Word
8ba19a0155 Static top navbar instead of fixed
This change allows us to simplify the code in both
app.css and cleanup.php
2013-02-09 17:41:45 -06:00
Ben Word
8128bfda4c Don't show comments on passworded posts 2013-02-06 15:45:41 -06:00
Ben Word
f07454b09e Simplify entry meta 2013-02-06 11:40:48 -06:00
Ben Word
56f25ff00a JavaScript clean up
- Modernizr is now enqueued and included after stylesheets

- jQuery is no longer hardcoded since WP now supports protocol-relative
URLs

- jQuery fallback output is handled by a new function in lib/scripts.php
(the method is still the same one from HTML5 Boilerplate)
2013-02-04 22:16:31 -06:00
Ben Word
cbbb23f1b9 Remove conditional feed in head.php
Since most sites will have a blog, simply remove the feed link if
you don't want to include it.
2013-02-04 20:12:07 -06:00
Ben Word
17c2dfa691 Close #646 - Replace ID's with classes 2013-01-27 20:32:57 -06:00
Ben Word
2ed9738afd Close #635 - Update to jQuery 1.9.0 2013-01-15 12:22:21 -06:00
Joel Kuczmarski
3bfea0daf4 move template title to function 2012-12-12 20:20:49 -06:00
Ben Word
68e2a613be Merge pull request #593 from clarkbw/search_value_preserved
Preserve the search query in the search input
2012-12-06 09:52:17 -08:00
Ben Word
31d58cb938 Update to jQuery 1.8.3 2012-12-06 11:47:49 -06:00
Foxaii
4d64cbebd6 Prettier code is consistent. 2012-11-22 23:30:50 +00:00
Foxaii
4f1395aba7 Code is prettier when consistent. 2012-11-22 23:28:45 +00:00
Foxaii
dc1f2cedb0 Move comments pager to unordered list. 2012-11-18 21:07:42 +00:00
Foxaii
dee4ddd2de Move posts pager to unordered list. 2012-11-18 21:06:34 +00:00
Bryan Clark
eca7244b50 Preserve the search query in the search input when the user performs a search.
This allows people to alter the text instead of retyping their query upon re-searching.
2012-11-04 10:47:23 -08:00
Ben Word
e6586f94ba Use entry-summary class for excerpts - Closes #589 2012-11-04 11:27:59 -06:00
Ben Word
a0549355f1 Update conditional feed method 2012-10-30 19:55:31 -05:00
Ben Word
65c13c6ea9 Use PHP Alternative Syntax in header templates 2012-10-02 18:38:01 -05:00
Ben Word
bfdd804c73 Add missing semicolons 2012-10-02 18:34:30 -05:00
Ben Word
7e705f4493 Single template now has same tags output as archive 2012-10-02 18:32:51 -05:00
Scott Walkinshaw
81d1c8dd9e Update to jQuery 1.8.2 2012-09-21 08:32:07 -06:00
Scott Walkinshaw
671cb95ebc Replace has_posts with built-in have_posts 2012-09-20 12:42:46 -06:00
Scott Walkinshaw
ca582c1aff Be consistent with PHP template tags 2012-09-20 12:40:43 -06:00
Scott Walkinshaw
b61a3b0285 Move roots_entry_meta into its own template
No need for this HTML to be in a function. Now instead of calling the
function, just use get_template_part
2012-09-19 16:03:20 -04:00
Scott Walkinshaw
267e24e9a3 Move Google Analytics code into footer template
Once again, HTML tags should be in the templates when possible.

actions.php is no longer needed now as well.
2012-09-19 16:03:20 -04:00
Scott Walkinshaw
e08024b730 Move feed link into template
All HTML should be in the templates whenever possible.
2012-09-19 16:03:20 -04:00
Ben Word
c9e4ef6f2f Add has_nav_menu() check for navigation menus 2012-09-06 19:35:51 -05:00
Ben Word
f9959b4da0 Update to Bootstrap 2.1.1, jQuery 1.8.1, Modernizr 2.6.2 2012-09-04 23:34:13 -05:00
Scott Walkinshaw
96648f0056 Consistent use of PHP alternative syntax 2012-08-31 14:56:29 -04:00
Ben Word
611d4d9f2f Ref #525 - Move css/, img/, and js/ into assets/ 2012-08-20 19:28:36 -05:00
Ben Word
9801e69b3b Ref #525 - Remove all hooks 2012-08-20 19:17:28 -05:00
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
eae50e0a77 Merge Roots_Navbar_Nav_Walker into Roots_Nav_Walker 2012-07-15 02:53:10 -05:00
Ben Word
88fd827d04 Default header should use pill nav if not using topbar 2012-05-29 21:25:02 -06:00
Ben Word
f1ff5204a3 Add ability to include header without top navbar 2012-05-09 01:28:39 -06:00