This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$archive = array(); | |
$articles = $pages->find('news') | |
->children() | |
->visible() | |
->sortBy($sort='date', $dir='desc'); | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php if(!defined('KIRBY')) exit ?> | |
# default blueprint | |
title: Home | |
pages: true | |
files: true | |
fields: | |
title: | |
label: Title |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{exp:twitter:user screen_name="YOURTWITTERNAME" limit="5"} | |
{if no_results} | |
<p>No tweets to display</p> | |
{/if} | |
<article class="row {if retweeted}retweet{/if}"> | |
{if retweeted} | |
<div class="retweetedavatars"> | |
<img class="avatar retweeter" src="{retweeter:profile_image_url}"> | |
<img class="avatar source" src="{profile_image_url}"> |
NewerOlder