Specifics theme

The theme is compatible with Gravatar to customize your avatar.
Widgets additional component are integrated footer.

Customizing the theme

Since "Custom Theme", it is possible to choose:

The slide

The slide displays the image, the title and the first 120 characters of the ticket.
It is positioned below the menu bar, the range of tickets will be below and the sidebar to the right.

Two choices:

By default, the slide is based on the last 3 selected tickets. However, you can use it to view the notes of a category or tag.
For a specific category will be put in place to <tpl:Entries selected="1" lastn="3" ignore_pagination="1" no_context="1"> this <tpl:Entries category="Url-of-your-category" lastn="3" ignore_pagination="1" no_context="1">.
And for a specific tag, this <tpl:Entries tag="Tag" lastn="3" ignore_pagination="1" no_context="1">.

Rappel du code du slide (featured-home.html) :

<div id="slider"> <tpl:Entries selected="1" lastn="3" ignore_pagination="1" no_context="1"> <div class="slider-container" lang="{{tpl:EntryLang}}"> <a href="{{tpl:EntryURL}}" class="image-container">{{tpl:EntryFirstImage size="o" class="featured" with_category="1"}}</a> <div class="featured-post" role="article"> <h2 class="post-title"><a href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></h2> <!-- # Entry --> <p class="post-content">{{tpl:EntryContent encode_html="1" remove_html="1" full="1" cut_string="120"}}<span class="readmore-ellipsis">...</span></p> <p class="read-it right"><a href="{{tpl:EntryURL}}" title="{{tpl:lang Continue reading}} {{tpl:EntryTitle encode_html="1"}}">{{tpl:lang Continue reading}}</a></p> </div> </div> </tpl:Entries> </div><!-- End #slider -->