Commit Graph

185 Commits

Author SHA1 Message Date
James Costian
39379742fc Corrected home URL for subdir installs
If Wordpress is installed in a sub-directory, this will prevent the URL
from being the root of the domain (e.g. example.com/sub/directory/ will
become /sub/directory instead of / ).
2012-06-09 18:05:56 -05:00
Scott Walkinshaw
8b20b47130 Nav walkers: match current_ and current- classes 2012-05-25 00:13:51 -03:00
Ben Word
f86965af51 Fix #457 - Remove unused action 2012-05-18 18:16:48 -06:00
Ben Word
e83cd008f3 More cleanup clean up 2012-05-17 22:36:14 -06:00
Scott Walkinshaw
0c1fa13494 Clean up cleanup 2012-05-17 23:29:30 -04:00
Ben Word
30484f027c Remove old admin notice for tagline 2012-05-17 20:59:33 -06:00
Ben Word
d2fc51e3d9 Remove default tagline admin notice, hide from feed
Rather than showing an admin notice if the tagline
is the default, let's just not return that default
tagline in the RSS feed.
2012-05-17 20:57:50 -06:00
Ben Word
decce5ae55 Move WP_POST_REVISIONS definition to config.php 2012-05-17 20:21:36 -06:00
Ben Word
fc7fca1d6e roots_body_class() is no longer necessary for body_class() 2012-05-17 20:15:42 -06:00
Ben Word
34200f1af1 Fix for duplicated classes in widget markup 2012-05-17 20:02:51 -06:00
Brian Gallagher
d095c6eb58 Fixed empty foreach error in cleanup.php 2012-05-17 15:21:38 -04:00
Ben Word
0d359346db Fix #450 - Only display viewport if using responsive grid 2012-05-16 23:51:31 -06:00
Ben Word
2526aa9b43 Fix #450 - Only display viewport if using responsive grid 2012-05-16 23:49:24 -06:00
Alex Kovalevych
cf627cdf1e fixed theme preview for the wp version 3.3.2 2012-05-13 15:26:27 +03:00
Ben Word
614fca763c Update comment about H5BP's style.css 2012-05-09 02:11:11 -06:00
Ben Word
f1ff5204a3 Add ability to include header without top navbar 2012-05-09 01:28:39 -06:00
Ben Word
7d2b3c1e07 Re-organization 2012-05-09 00:55:09 -06:00
Ben Word
d4ec36331b Fix #413 - Allow custom CSS classes in menu items, walker cleanup 2012-05-08 23:07:29 -06:00
Ben Word
2652d6e888 Add config options for clean URLs and H5BP's .htaccess 2012-05-08 21:29:32 -06:00
elflo
522cf8cb7a This adds the option to enable or disable the relative urls functionality.
I added a true/false switch to enable/disable the relative urls in roots_config.php. Relative urls are enabled by default.
I moved the conditions that previously triggered the relative urls functionality to a new function enable_root_relative_urls() which returns a boolean true/false.
I replaced the conditions i moved by a test for enable_root_relative_urls() true/false value.
2012-05-03 17:25:40 +02:00
Jason Wohlford
27de0373a3 Remove Wordpress version numbers from stylesheets. 2012-05-02 20:46:55 -05:00
Jason Wohlford
f349dc4318 Fixed missing main.js reference. 2012-05-02 18:22:45 -05:00
Scott Walkinshaw
a28033c571 Fix missing ). 2012-05-02 17:55:13 -03:00
Scott Walkinshaw
ec0e1fe950 Fix #428 - Don't include h5bp's style.css by default. 2012-05-02 15:38:42 -03:00
Ben Word
fc9f001d96 Fix #424 - Add missing commented-out </IfModule> 2012-04-30 10:13:12 -06:00
Ben Word
9c64e231ac Re-add H5BP htaccess markers 2012-04-29 20:03:03 -06:00
Ben Word
8a3b2cf142 Add updates from H5BP 2012-04-29 20:01:47 -06:00
Ben Word
44997560bb Fix #402 - Allow roots-htaccess.php to work with Litespeed 2012-04-29 19:47:53 -06:00
Ben Word
bb5e314c18 Fix duplicate 'home' in body_class 2012-04-29 19:30:52 -06:00
Ben Word
8354bee234 Fix #409 - Don't use clean URLs with default permalink structure 2012-04-21 00:32:57 -06:00
Scott Walkinshaw
30dca38ea2 Google Analytics automatically tracks load time 2012-04-11 12:39:42 -03:00
Ben Word
9cc8f62d3e Fix #366 - Remove conflict with custom nav walkers 2012-04-10 21:39:21 -06:00
Ben Word
3a9077c074 Fix #392 - Small tweak to root relative cleanup 2012-04-10 21:30:23 -06:00
Ben Word
c1ee5717bd Fix #353 - Add conditional feed link, thanks @zslabs 2012-04-10 21:20:44 -06:00
Ben Word
53dc8f3b2b Fix #348 - Temporarily remove Gravity Forms customizations 2012-04-10 21:09:59 -06:00
Ben Word
5182162b2e Fix #347 - Properly enqueue stylesheets 2012-04-10 21:05:36 -06:00
Ben Word
1fcbeb79e3 Fix #357 - H5BP htaccess missing on older PHP installs 2012-04-10 19:39:05 -06:00
Ben Word
9acfef8678 Merge pull request #340 from maff/rewriterulesfix
Fix compatiblity issues with other plugins which add rewrite rules
2012-04-10 18:20:09 -07:00
Scott Walkinshaw
69a42d05df Restore duplicate subfolder removal 2012-04-10 21:06:23 -04:00
Ben Word
ee37390e25 Fix #377 - Add missing 'active' class with current_page_parent 2012-04-10 15:20:39 -06:00
Stephen Edgar
ca099f6439 Remove hidden US +1 Telephone Field 2012-04-10 20:25:14 +10:00
Ben Word
5ec867aa89 Avoid potential server error with blank roots-custom.php
f5321bc9a0 (commitcomment-1018488)
2012-04-08 17:27:29 -06:00
Mathias Geat
00066ee0dd fix compatiblity issues with other plugins which add rewrite rules 2012-03-14 16:43:28 +01:00
Scott Walkinshaw
c526a8461c Merge pull request #328 from waitxd/master
add support for custom menu classes
2012-03-12 17:24:45 -07:00
Scott Walkinshaw
c90d5ef916 Proper base script URLs for WPMU/Child Themes 2012-03-12 20:18:43 -04:00
Scott Walkinshaw
7a471be049 Fix #293 - Remove unnecessary call to template uri 2012-03-12 20:13:39 -04:00
waitxd
618e89cea2 custom menu classes for nav menu #1
for example: wp_nav_menu('menu_class' => 'nav nav-pills' ...
2012-03-06 16:39:57 +04:00
Ben Word
63256f4667 Fix #300 - Add comment-reply script when applicable 2012-02-29 17:33:27 -07:00
Ben Word
7f9077cfeb Fix #311, #315 - Remove custom script cleanup 2012-02-29 17:04:54 -07:00
Ben Word
f5321bc9a0 Fix #302 - Lose EOF ?> 2012-02-27 11:40:01 -07:00