Commit Graph

91 Commits

Author SHA1 Message Date
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
Foxaii
c63fa4f1e5 Navbar & Column Classes 2013-08-19 23:32:50 +01:00
Ben Word
865558534b Update to latest Bootstrap 3 (RC2) 2013-08-13 22:50:59 -05:00
Foxaii
c319801ad4 Update searchform and meta templates 2013-08-02 00:56:51 +01:00
Ben Word
34696d2a80 Clean up top navbar markup 2013-07-28 11:52:42 -05:00
Ben Word
f303996666 Add btn-default class to search submit 2013-07-28 11:51:24 -05:00
Ben Word
3765fdf0a4 Comment form markup 2013-07-28 11:48:04 -05:00
Foxaii
3bde5dbf77 BS3 markup for templates 2013-07-28 13:21:50 +01:00
Ben Word
6f1aca2b84 Remove post tags from templates 2013-05-24 13:07:55 -05:00
Foxaii
47763e95bb Added missing collapse class.
The collapsed navbar does not increase height to accomodate dropdowns without it.
2013-04-03 01:18:53 +02:00
Joel Kuczmarski
37e5423b77 add comment template 2013-03-29 15:46:58 -05:00
Ben Word
b6e4e92278 Fix #720 - Re-organize archives template
- Move posts exists check and post navigation to index.php

- templates/content.php now only contains the post that's pulled
in from index.php

- Specific post format templates now properly work
2013-03-24 17:07:23 -05:00
Ben Word
0acc7f3813 hNews consistency 2013-03-17 19:02:03 -05:00