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
Jaime Martínez
7691ce4548
Use get_comment_date instead of comment_date
...
Because `comment_date` already displays / echo's it value.
http://codex.wordpress.org/Function_Reference/comment_date
http://codex.wordpress.org/Function_Reference/get_comment_date
2014-06-24 11:30:22 +02:00
Scott Walkinshaw
bffefdf2ea
Merge pull request #1027 from CFXd/comments_link-fix-in-comments-template
...
Move comments.php conditionals inside <section> tags to ensure comments_link() does not break (and clean up spacing)
2014-06-18 00:07:11 -04:00
Michael Silber
be9c7704da
Move comments.php conditionals inside <section> tags to ensure section#comments and section#respond are always present to avoid breaking comments_link() function
...
Line 54 __( --> _e(
2014-06-17 23:59:59 -04:00
Josh Levinson
2d1c77837b
Initiate the loop before the title is called on pages. Failing to do so causes checks that run on the loop's status to fail.
2014-06-13 14:09:20 -04:00
Michael Bianco
d91cfa8c5b
Remove footer copyright element
2014-06-01 19:34:57 -04:00
Ben Word
4e38d4681d
Use <!doctype html> instead of <!DOCTYPE html>
...
See e67e9cc7c1
2014-05-21 18:34:39 -05:00
Ben Word
b4c7b9b4b2
Offer just one header, the BS top navbar
2014-03-31 20:14:33 -05:00
Joel Kuzmarski
0e3eca9cc4
Fix comment log out title echo
2014-03-31 07:57:14 -05:00
Ben Word
2442d7bdf7
Use sr-only class on searchform, move label again because of input-group styles
2014-03-30 21:30:08 -05:00
Ben Word
5ba5de8ee5
Swap input/label on searchform
2014-03-30 19:19:33 -05:00
Ben Word
289ea01fc2
Separate containers
2014-03-12 00:04:56 -05:00
Ben Word
26b7281299
Close #991 - Move footer container
2014-02-21 20:41:17 -06:00
yzlow
94b5a4f59a
Add trailing slash using the $path parameter
2014-01-25 01:31:23 +08:00
Ben Word
56cc1863f2
Use get_feed_link for RSS URL
2014-01-15 15:20:00 -06:00
Ben Word
840ee637bf
Formatting, adding/updating links
2013-11-07 21:28:52 -06:00
Ben Word
3c163bdd4b
Merge in updates from HTML5 Boilerplate
2013-11-07 19:39:04 -06:00
Weslly Honorato
71d099af83
Updated alerts to bootstrap v3
2013-09-08 16:27:26 -03:00