Commit Graph

120 Commits

Author SHA1 Message Date
QWp6t
945e3b76d7 Use @php() instead of @php [...] @endphp 2016-12-09 23:48:31 -08:00
QWp6t
7f7ce45ed4 Use hyphen in view paths as delimiter for fallback views 2016-12-08 15:22:17 -08:00
Kalen Johnson
3dadb86ec2 Fixing double echo's, template cleanup 2016-12-06 15:24:15 -08:00
Kalen Johnson
b7742fd86f Fix sidebar echoing a 1 2016-12-06 15:07:37 -08:00
Ben Word
5c12f0ff8e 👀 2016-12-06 15:45:19 -07:00
Ben Word
ff410b1c1e Uncomment sidebar, fix include 2016-12-06 15:39:58 -07:00
QWp6t
0d83ed4b8b Refactor Blade implementation. Use Container 2016-12-06 03:42:41 -08:00
kalenjohnson
0918597d4a First pass at Blade templating 2016-12-03 10:27:22 -08:00
Ben Word
ccd128cb3e Remove HTML comments from wrapper 2016-08-04 14:55:55 -06:00
QWp6t
eb3a7add85 Rework template wrapper, bring back template_part() 2016-07-15 05:31:02 -07:00
Allan Chau
0356230f2f Updated to align with the Bootstrap 4 docs 2016-06-16 21:04:42 +09:30
Mike Spainhower
856a482bab Pass the correct template. 2016-03-11 18:06:28 -05:00
QWp6t
6efa099c79 Move single-post loop to single.php, closes #1582 2016-03-11 18:06:28 -05:00
QWp6t
1df3fee010 Remove Template class 2016-03-11 18:03:15 -05:00
Ben Word
abeea0f76c Remove template_part, template_sidebar, temp sidebar fix 2016-03-11 18:03:14 -05:00
QWp6t
9283bbbfb3 Fix: page title not displaying 2016-03-11 18:00:06 -05:00
QWp6t
9eaffa3a2d Restructure theme, use autoloader 2016-03-11 18:00:05 -05:00
Micah
28a25c430f Removing redundancy with WAI-ARIA in HTML 2015-10-10 12:13:29 -07:00
Ben Word
9a14571814 Use Sass to style search form, remove search template 2015-10-10 12:53:19 -05:00
Kevin Lisota
878f8607ff fix timezone offset in ISO 8601 date in byline
get_the_time('c') returns the local time in ISO 8601 format, but does
not fetch the GMT timezone offset. This is incorrect. get_post_time is
the correct function here, using the true parameter for GMT
2015-08-03 08:47:22 -07:00
Julien Melissas
9e6d0ee587 Moved opening html tag to base.php
Still using the `head.php` partial at this point.
2015-05-15 15:45:45 -04:00
Kalen Johnson
7ca7bb4a73 Update page-header.php
This was always kind of strange to me, everything else seems to be preferred to be on a single line.
2015-05-11 17:16:12 -07:00
Ben Word
5313ac720b Add search templates 2015-05-07 11:33:10 -05:00
Ben Word
64e78cf003 Remove nav walker and Bootstrap navbar 2015-04-28 23:59:59 -05:00
Ben Word
d7c142f8c6 Remove hardcoded feed link 2015-04-14 11:51:14 -05:00
Ben Word
af774749b3 Lowercase 2015-04-02 10:22:10 -05:00
Kalen Johnson
897782e65d Changing SageNavWalker to NavWalker, and referencing it directly in the template 2015-03-18 13:52:15 -07:00
Stefan Lindberg
9d3b058612 added localized string for 'Toggle navigation' in /templates/header.php 2015-02-26 12:35:16 +01:00
Ben Word
39ffaff448 🔍 2015-02-20 16:38:23 -06:00
Leonardo Giacone
a465a4dde5 Uniform wp_link_pages between posts and pages
wp_link_pages is both included in posts and pages with the same
structure. Removed Bootstrap class.
2015-01-30 01:27:07 +01:00
Ben Word
f4d64d23c9 Update PHP files to pass coding standards 2015-01-24 00:48:50 -06:00
Ben Word
a903e08b86 Use short array syntax 2015-01-18 16:45:18 -06:00
Ben Word
203c4c39e0 Use short echo syntax, bump required PHP version to 5.4 2015-01-18 16:29:23 -06:00
Ben Word
587fbf6c35 Add namespace 2015-01-10 14:49:46 -06:00
Ben Word
030c084134 Rename to Sage 2015-01-09 20:52:29 -06:00
Ben Word
49221085d1 Remove wp_title, add title-tag theme support 2014-12-18 14:07:43 -06:00
Leonardo Giacone
d37c9a8604 Removed Roots_Nav_Walker as default for all menus 2014-12-02 00:52:34 +01:00
Michael Silber
1d05b41197 Move wp_head() to be the last markup before </head> 2014-11-13 19:41:45 -05:00
Chris Carr
b935e14c6a Make search term required in search form. 2014-10-25 07:08:52 -07:00
Ben Word
0c1ae408e0 Simplify comments, use core comment form and list 2014-10-24 17:06:41 -05:00
Chris Carr
9cf5709813 Update hEntry schema to use updated instead of published on the time element 2014-10-20 13:41:23 -07:00
Michael Silber
977a76cc42 Move wp_footer() from footer template into base.php for easier footer customization and DRY 2014-09-28 10:21:18 -04:00
Michael Silber
d511c33963 Remove extra forward slash after navbar home_url() 2014-07-16 20:27:48 -04:00
Michael Silber
507a81445b Add "collapsed" default class to navbar collapse button 2014-07-06 19:47:59 -04:00
Ben Word
acc397573d Merge master 2014-07-03 11:45:57 -05:00
Ben Word
6c09c173ff Merge pull request #1056 from joshlevinson/master
Initiate the loop before the title is called on pages.
2014-07-03 11:40:01 -05:00
kalenjohnson
b18756206c Fixed search value, changed back to get_search_query, removed unnecessary check 2014-06-30 10:15:26 -07:00
Ben Word
bb91236440 Merge master 2014-06-30 00:24:08 -05:00
kalenjohnson
7c39d5b039 Updated all instances of home_url() with esc_url() 2014-06-27 09:05:41 -07:00
kalenjohnson
6339e96137 Escaping home_url 2014-06-26 13:47:39 -07:00