Git Product home page Git Product logo

rootdip's Introduction

rootdip

rootdip is a theme for WordPress based on work from Jesper. He's on GitHub too! It's fully compatible with WordPress 3.6.

Background

I thought Jesper's stuff looked nice, and no WordPress theme existed yet based on his HTML5 template. So here this is. Really though, all of the credit goes to Jesper, without his work this theme would not exist.

Demo

You can find a demo here, and a very large screenshot below at the end of this README.

Notes

  1. Archive Page: There's a page template called Archives. Don't enter any page content, just title the page and select Archives for the page template. The archives will be generated automatically. See here for an example.

  2. Link Post Format: To utilize the link Post Format, simply write a new post and select "Link" for the format. You'll also need to add a custom field with the URL you want to link to. The custom field name should be LinkFormatURL and the custom field value should be the URL you want to link to.

  3. Quote Post Format: When using this post format, I usually use the author or source as the post title, and then put the quote inside a blockquote for the actual post content.

  4. Status Post Format: Just put your status as the post title and publish (make sure you select the status format!). No post content is necessary.

  5. Maintenance Mode: This option lets you show a "maintenance" message to visitors who aren't logged in. This can be useful while making changes to your website or while tinkering with RootDip. Just don't forget to disable it when you're done or your visitors won't see your site!

  6. Fuzzy Timestamps: Enabling fuzzy timestamps on the options page will cause dates/times to display like "two days ago" or "4 hours ago", instead of dates showing "10/07/2011 11:23:34".

7. Twitter Widget: A custom twitter widget is included with RootDip as of version 2.1. This widget is based on the Simple Twitter Widget by Matthias Siegel. Matthias graciously allowed me to include his code in RootDip.

Other Considerations

A majority of the images included in RootDip are from the iconic icon set by P.J. Onori. Images from Iconic are the tag, sticky post identifier, link post format identifier, status post format identifier, quote post format identifier and left and right arrows. I will likely use more images from Iconic as I add additional features/post formats to RootDip.

How To Contribute

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

RootDip Screenshot

rootdip's People

Contributors

tlongren avatar jayj avatar

Stargazers

 avatar Paul Newton avatar  avatar  avatar Abdi Haikal avatar Gary Blankenship avatar  avatar Hani Gamal avatar Garrett Grimm avatar Collins Agbonghama avatar Daniele Lolli avatar  avatar  avatar Michael K. Alber avatar Stephan Schmitz avatar  avatar Massimo Tagliavini avatar  avatar Jorge Sandoval avatar Jürgen Genser avatar Stefan avatar avantcontra avatar Alexander R Torrijos avatar Tomi Carr avatar Opencode avatar Bruno Pacheco avatar Wayne A. Walls avatar Martin Lee avatar  avatar Rasmus Taarnby avatar kracher avatar Jentan Bernardus avatar  avatar Rob Alan avatar Ivan Vlatković avatar Aris avatar ZeroOne avatar Adam Chamberlin avatar Chandler Coyle avatar  avatar  avatar  avatar David Anderson avatar Gregory Wilson avatar Kory avatar Human Level Technologies Inc. avatar Mike Sayre avatar Tom de Bruin avatar Kronda avatar Shelby DeNike avatar Gingah avatar Nat Weerawan avatar Keith Parent avatar Thom Hastings avatar  avatar Federico Reinoso avatar Richard Metzler avatar Kohei Kadowaki avatar Fabrizio Codello avatar Ben Ackles avatar

Watchers

 avatar Daniele Lolli avatar James Cloos avatar Paul Newton avatar  avatar

rootdip's Issues

Combine CSS files

Hello,

The theme includes 5 CSS files at the moment.

Here's my suggestions:

  • Put the content from css/style.css into style.css
  • Still use @import "css/960.css";(but before the content from css/style.css)
  • totop.css has a single CSS rule - Put that in style.css
  • IE.css should stay

Slider navigation

The slider navigation (1,2,3 and so on) is a navigation and should have <nav>


Btw what is the Thumbnail Viewer script for?

Post classes

Nice changes you've made lately :-)

In the CSS you have a lot of .post, .page, .attachment.

You don't need that.. The .hentry class is common for all of them

Remove fonts folder

The fonts folder and the files in it is no longer needed. Should be removed

Input types

You have input="text" on the input fields in the commentform. You should use email and url.

Theme Editor doesn't like html5 press

Despite chmodding the themes files correctly (even trying 777) The wordpress file editor tells me I need to allow permissions to the theme files in order to edit them.

This works on other themes but not on this one.

Running Wordpress 3.2.1

Why is login_errors changed?

Is there any reason why you're changing the login error message on the login screen?

add_filter( 'login_errors', 'html5press_generic_login_failure' );
function html5press_generic_login_failure() { return 'ERROR: The login you provided is incorrect.'; }

The errors can be quite useful and a theme should IMO not change it.

PressTrends

Shouldn't PressTrends be off by default?

I'm not sure how PressTrends work but shouldn't users be able to add their own API key from the theme options?

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.