Giter Site home page Giter Site logo

html5-boilerplate-for-wordpress's People

Contributors

heff avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

html5-boilerplate-for-wordpress's Issues

some help please...

hello,
I'm new with wordpress and I would like to use this boilerplate, I'm familiar with sites without databases.
Now I was wondering do I have to put my code also in the boilerplate(html5) file?? This I don't get? Is only index, footer, header.php not enough?? and why is this so, or not.

Big thanks.

body_class...

Hi, this is awesome.

Please add this, it must have been forgotten somehow:

<body <?php body_class(); ?>>

Needs New Maintainer

Zencoder hasn't used this project internally for a long time now. Would anyone be interested in taking it over?

.htaccess

I am getting a 500 Internal Server Error after completing the change to that file. Any suggestions?

automatic_feed_links is deprecated

On line 33 in functions.php there's a call automatic_feed_links() which is deprecated since WP 3.0 and should be replaced with add_theme_support_('autoamtic-feed-links').

Featured Images

The Use as Featured Image link is broken by this theme. I can't narrow down where it is breaking it though.

The link it is breaking is in wp-admin/includes/media.php though. When I swap themes the link comes back.

Localized strings

All strings are hard-coded in English into the template files, which makes it impossible to make a localized child theme. A very easy fix is to just use the twentyten text domain for all strings, which would make the boilerplate use the exact same terminology as Twentyten. That way a child theme can add and/or override all strings in the boilerplate.

License Issue

Perhaps I'm misunderstanding the license, but the github page says the license is "The Unlicense (aka: public domain) http://unlicense.org", yet the CSS theme block in style.css says "GNU General Public License v2.0"

Is the CSS portion GPL2? Is the whole theme GPL2? Is this just a mistake?

relative paths for URLs?

I'm using the HTML5 Boilerplate for WordPress and am using JetPack so that site visitors can subscribe to new posts via email. It appears that all images in the posts are using relative URLs, not absolute paths, so they display as broken images in the emails that are sent out. For example, the source for one image in the email I just received is:

http://wp-content/uploads/2013/07/DesignCamp_Web3.jpg

The RSS feed also appears to have locally referenced images. Any idea where to modify this so that all URLs are absolute?

Thanks!

the .htaccess causes login conflict

After modifying the .htaccess file as described, I was unable to login and could not access admin pages. I tried reinstalling but that did not work either. Deleting .htaccess solved problem reinstalling the file created the problem again. Hmmm?

Make it child themeable

This boilerplate would be great to use for child themes, although it doesn't seem like this theme is prepared for it. The first issue i found is that it doesn't include the child themes stylesheet, although this is fixed easy with adding the line:

<link rel="stylesheet" href="<?php bloginfo("stylesheet_directory") ?>/style.css" />

I'd like for this theme to be evolving towards being usable for child themeing, to me it seems like the point of a boilerplate :-)

Thank you for your good work!

body class for all non ie browsers

The current version adds the class "ie6" to the body to all browsers that aren't internet explorer. The body element should look like this instead.

>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.