Alku ==== Hello! Thank for trying out Alku. Alku supports all the available WordPress post formats. The responsive layout supports up to two columns. Alku was developed by [Danny Ramirez](http://dronix.me) using [Hybrid Core](http://themehybrid.com/hybrid-core) which is a WordPress theme framework developed by [Justin Tadlock](justintadlock.com). Basic Cutomization -----------------  Alku comes with some standard customization options. These options are limited and should be used for simple things such as selecting the default layout, the primary navigation, choosing a custom homepage, etc. If you would like to customize Alku any further than please do so by creating a child theme. Action Hooks ----------------------  Thanks to Hybrid Core, Alku is able to provide contextual action hooks. These hooks are distribute throught the theme and can mostly be found in different page templates. They contextual hooks are prefixed with the name of the theme and the page currently being viewed. An example of a normal hook would be `body_open`. Depending on what page the user is on, additional **action** hooks are created. Sticking to our example `body_open`, the following hooks are created: * `alku_open_body` * `alku_singular_open_body` * `alku_singular_post_open_body` * `alku_singular_post_{ID}_open_body` Here's a list of all the **action** hooks created by the Alku theme. Note that Hybrid Core, the framework in which this theme is built upon, provides with additional hooks of it own. All of these will be listed in it's simplest form. * `open_body` - takes place right after the opening `
` tag and before `#page-container`. * `page_header_before` - takes place after the opening `#page-container` div and before `#page-header`. * `page_header_after` - takes place right after the closing tag of `#page-header`. * `content_before` - takes place before the opening `#content` div. * `main_before` - takes places after the opening `#content` div and before the section `#main`. * `entry_before` - takes place before the opening article tag `.hentry`. * `entry_after` - takes place after the article tag `.hentry`. Filter Hooks ------------  Alku also creates a few filter hooks that you can use to modify the theme. Most of these do not provide any paramaters and can be simply overwritten in your child theme. * `entry_title` - outputs the `h1.entry-title` * `entry_header_meta` - outputs the `div.entry-header-meta` which contains post's author, the category, comments link, and the edit link. * `aside_meta` - outputs the meta information for the `aside` post-format which only includes an edit link. * `entry_more_link` - outputs a `Continue Reading` link only used by the standard formats and archive pages. * `entry_footer_meta` - outputs the entry's or post's footer meta which only contains the tags. * `author_info` - outputs information regarding the current post author. * `gallery_slider` - outputs the gallery slider. Shortcodes ----------  There are a few custom shortcodes that you can use. Most of these are only to be used within the Loop. * `comment-publised` - overwrites Hybrid Core's `comment-published` to output when a comment was created, wrapped in a `