Commit Graph

79 Commits

Author SHA1 Message Date
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
Ben Word
9fc2eb7f2f Add wp_title() filter 2013-03-17 18:56:23 -05:00
Ben Word
b7dd06418f Simplify wp_title()
We recommend you use the WordPress SEO plugin for <title> management
2013-03-04 21:23:01 -06:00
Ben Word
8bb57d3cf8 Simplify alerts 2013-02-12 15:34:05 -06:00
Ben Word
6b19c3a5ae Remove disabled post nav links 2013-02-12 14:54:14 -06:00
Ben Word
cf4ab3b2df Use Bootstrap media object for listing comments
http://twitter.github.com/bootstrap/components.html#media

- Introduce lib/comments.php: contains Roots_Walker_Comment

- Update templates/comments.php to use the new walker, general
clean up
2013-02-11 23:50:49 -06:00
Ben Word
1a7017c1a7 Close #680 - Move Google Analytics to scripts.php 2013-02-10 19:35:43 -06:00
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