Exemplo n.º 1
0
 function axiom_template_related_theme_setup()
 {
     axiom_add_template(array('layout' => 'related', 'mode' => 'blogger', 'need_columns' => true, 'title' => __('Related posts /no columns/', 'axiom'), 'thumb_title' => __('Medium image (crop)', 'axiom'), 'w' => 350, 'h' => 235));
     axiom_add_template(array('layout' => 'related_2', 'template' => 'related', 'mode' => 'blog', 'need_columns' => true, 'title' => __('Related posts /2 columns/', 'axiom'), 'thumb_title' => __('Large image (crop)', 'axiom'), 'w' => 750, 'h' => 422));
     axiom_add_template(array('layout' => 'related_3', 'template' => 'related', 'mode' => 'blog', 'need_columns' => true, 'title' => __('Related posts /3 columns/', 'axiom'), 'thumb_title' => __('Medium image (crop)', 'axiom'), 'w' => 350, 'h' => 235));
     axiom_add_template(array('layout' => 'related_4', 'template' => 'related', 'mode' => 'blog', 'need_columns' => true, 'title' => __('Related posts /4 columns/', 'axiom'), 'thumb_title' => __('Small image (crop)', 'axiom'), 'w' => 260, 'h' => 140));
 }
Exemplo n.º 2
0
 function axiom_template_accordion_theme_setup()
 {
     axiom_add_template(array('layout' => 'accordion-1', 'template' => 'accordion', 'container_classes' => 'sc_accordion sc_accordion_style_1', 'mode' => 'blogger', 'title' => __('Blogger layout: Accordion (Style 1)', 'axiom')));
     axiom_add_template(array('layout' => 'accordion-2', 'template' => 'accordion', 'container_classes' => 'sc_accordion sc_accordion_style_2', 'mode' => 'blogger', 'title' => __('Blogger layout: Accordion (Style 2)', 'axiom')));
     // Add template specific scripts
     add_action('axiom_action_blog_scripts', 'axiom_template_accordion_add_scripts');
 }
Exemplo n.º 3
0
 function axiom_template_event_setup()
 {
     axiom_add_template(array('layout' => 'event_date_horizontal', 'template' => 'event', 'mode' => 'event', 'title' => __('Events - date, horizontal', 'axiom')));
     axiom_add_template(array('layout' => 'event_classic', 'template' => 'event', 'mode' => 'event', 'need_isotope' => true, 'title' => __('Events Classic tile /3 columns/', 'axiom'), 'thumb_title' => __('Medium image (crop)', 'axiom'), 'w' => 400, 'h' => 270));
     axiom_add_template(array('layout' => 'event_classic2', 'template' => 'event', 'mode' => 'event', 'need_isotope' => true, 'title' => __('Events Classic 2 tile /3 columns/', 'axiom'), 'thumb_title' => __('Medium 2 image (crop)', 'axiom'), 'w' => 345, 'h' => 275));
     // Add template specific scripts
     add_action('axiom_action_blog_scripts', 'axiom_template_event_add_scripts');
 }
Exemplo n.º 4
0
 function axiom_template_masonry_theme_setup()
 {
     axiom_add_template(array('layout' => 'masonry_2', 'template' => 'masonry', 'mode' => 'blog', 'need_isotope' => true, 'title' => __('Masonry tile (different height) /2 columns/', 'axiom'), 'thumb_title' => __('Large image', 'axiom'), 'w' => 750, 'h_crop' => 422, 'h' => null));
     axiom_add_template(array('layout' => 'masonry_3', 'template' => 'masonry', 'mode' => 'blog', 'need_isotope' => true, 'title' => __('Masonry tile /3 columns/', 'axiom'), 'thumb_title' => __('Medium image', 'axiom'), 'w' => 350, 'h_crop' => 235, 'h' => null));
     axiom_add_template(array('layout' => 'masonry_4', 'template' => 'masonry', 'mode' => 'blog', 'need_isotope' => true, 'title' => __('Masonry tile /4 columns/', 'axiom'), 'thumb_title' => __('Small image', 'axiom'), 'w' => 260, 'h_crop' => 140, 'h' => null));
     axiom_add_template(array('layout' => 'classic_2', 'template' => 'masonry', 'mode' => 'blog', 'need_isotope' => true, 'title' => __('Classic tile (equal height) /2 columns/', 'axiom'), 'thumb_title' => __('Large image (crop)', 'axiom'), 'w' => 750, 'h' => 422));
     axiom_add_template(array('layout' => 'classic_3', 'template' => 'masonry', 'mode' => 'blog', 'need_isotope' => true, 'title' => __('Classic tile /3 columns/', 'axiom'), 'thumb_title' => __('Medium image (crop)', 'axiom'), 'w' => 400, 'h' => 225));
     axiom_add_template(array('layout' => 'classic_4', 'template' => 'masonry', 'mode' => 'blog', 'need_isotope' => true, 'title' => __('Classic tile /4 columns/', 'axiom'), 'thumb_title' => __('Small image (crop)', 'axiom'), 'w' => 260, 'h' => 140));
     // Add template specific scripts
     add_action('axiom_action_blog_scripts', 'axiom_template_masonry_add_scripts');
 }
Exemplo n.º 5
0
 function axiom_template_portfolio_theme_setup()
 {
     axiom_add_template(array('layout' => 'portfolio_2', 'template' => 'portfolio', 'mode' => 'blog', 'need_isotope' => true, 'title' => __('Portfolio tile (with hovers, different height) /2 columns/', 'axiom'), 'thumb_title' => __('Large image', 'axiom'), 'w' => 750, 'h_crop' => 422, 'h' => null));
     axiom_add_template(array('layout' => 'portfolio_3', 'template' => 'portfolio', 'mode' => 'blog', 'need_isotope' => true, 'title' => __('Portfolio tile /3 columns/', 'axiom'), 'thumb_title' => __('Medium image', 'axiom'), 'w' => 350, 'h_crop' => 235, 'h' => null));
     axiom_add_template(array('layout' => 'portfolio_4', 'template' => 'portfolio', 'mode' => 'blog', 'need_isotope' => true, 'title' => __('Portfolio tile /4 columns/', 'axiom'), 'thumb_title' => __('Small image', 'axiom'), 'w' => 260, 'h_crop' => 140, 'h' => null));
     axiom_add_template(array('layout' => 'grid_2', 'template' => 'portfolio', 'mode' => 'blog', 'need_isotope' => true, 'title' => __('Grid tile (with hovers, equal height) /2 columns/', 'axiom'), 'thumb_title' => __('Large image (crop)', 'axiom'), 'w' => 750, 'h' => 422));
     axiom_add_template(array('layout' => 'grid_3', 'template' => 'portfolio', 'mode' => 'blog', 'need_isotope' => true, 'title' => __('Grid tile /3 columns/', 'axiom'), 'thumb_title' => __('Medium image (crop)', 'axiom'), 'w' => 350, 'h' => 235));
     axiom_add_template(array('layout' => 'grid_4', 'template' => 'portfolio', 'mode' => 'blog', 'need_isotope' => true, 'title' => __('Grid tile /4 columns/', 'axiom'), 'thumb_title' => __('Small image (crop)', 'axiom'), 'w' => 260, 'h' => 140));
     axiom_add_template(array('layout' => 'square_2', 'template' => 'portfolio', 'mode' => 'blog', 'need_isotope' => true, 'title' => __('Square tile (with hovers, width=height) /2 columns/', 'axiom'), 'thumb_title' => __('Large square image (crop)', 'axiom'), 'w' => 750, 'h' => 750));
     axiom_add_template(array('layout' => 'square_3', 'template' => 'portfolio', 'mode' => 'blog', 'need_isotope' => true, 'title' => __('Square tile /3 columns/', 'axiom'), 'thumb_title' => __('Medium square image (crop)', 'axiom'), 'w' => 400, 'h' => 400));
     axiom_add_template(array('layout' => 'square_4', 'template' => 'portfolio', 'mode' => 'blog', 'need_isotope' => true, 'title' => __('Square tile /4 columns/', 'axiom'), 'thumb_title' => __('Small square image (crop)', 'axiom'), 'w' => 250, 'h' => 250));
     // Add template specific scripts
     add_action('axiom_action_blog_scripts', 'axiom_template_portfolio_add_scripts');
 }
Exemplo n.º 6
0
 function axiom_template_single_standard_theme_setup()
 {
     axiom_add_template(array('layout' => 'single-standard', 'mode' => 'single', 'need_content' => true, 'need_terms' => true, 'title' => __('Single standard', 'axiom'), 'thumb_title' => __('Fullwidth image', 'axiom'), 'w' => 1150, 'h' => 647));
 }
Exemplo n.º 7
0
 function axiom_template_single_team_theme_setup()
 {
     axiom_add_template(array('layout' => 'single-team', 'mode' => 'single', 'need_content' => true, 'need_terms' => true, 'title' => __('Single Team member', 'axiom'), 'thumb_title' => __('Large image (crop)', 'axiom'), 'w' => 750, 'h' => 422));
 }
Exemplo n.º 8
0
 function axiom_template_excerpt_theme_setup()
 {
     axiom_add_template(array('layout' => 'excerpt', 'mode' => 'blog', 'title' => __('Excerpt', 'axiom'), 'thumb_title' => __('Large image (crop)', 'axiom'), 'w' => 750, 'h' => 422));
 }
Exemplo n.º 9
0
Arquivo: 404.php Projeto: pcuervo/odc
 function axiom_template_404_theme_setup()
 {
     axiom_add_template(array('layout' => '404', 'mode' => 'internal', 'title' => 'Page 404', 'theme_options' => array('article_style' => 'stretch'), 'w' => null, 'h' => null));
 }
Exemplo n.º 10
0
Arquivo: news.php Projeto: pcuervo/odc
 function axiom_template_news_theme_setup()
 {
     axiom_add_template(array('layout' => 'news', 'mode' => 'blogger', 'need_columns' => true, 'title' => __('Blogger layout: News', 'axiom'), 'thumb_title' => __('Medium image (crop)', 'axiom'), 'w' => 350, 'h' => 235));
 }
Exemplo n.º 11
0
 function axiom_template_no_articles_theme_setup()
 {
     axiom_add_template(array('layout' => 'no-articles', 'mode' => 'internal', 'title' => __('No articles found', 'axiom'), 'w' => null, 'h' => null));
 }
Exemplo n.º 12
0
 function axiom_template_attachment_theme_setup()
 {
     axiom_add_template(array('layout' => 'attachment', 'mode' => 'internal', 'title' => __('Attachment page layout', 'axiom'), 'thumb_title' => __('Fullsize image', 'axiom'), 'w' => 1150, 'h' => null, 'h_crop' => 455));
 }
Exemplo n.º 13
0
 function axiom_template_no_search_theme_setup()
 {
     axiom_add_template(array('layout' => 'no-search', 'mode' => 'internal', 'title' => __('No search results found', 'axiom'), 'w' => null, 'h' => null));
 }
Exemplo n.º 14
0
Arquivo: date.php Projeto: pcuervo/odc
 function axiom_template_date_theme_setup()
 {
     axiom_add_template(array('layout' => 'date', 'mode' => 'blogger', 'title' => __('Blogger layout: Timeline', 'axiom')));
 }
Exemplo n.º 15
0
 function axiom_template_single_portfolio_theme_setup()
 {
     axiom_add_template(array('layout' => 'single-portfolio', 'mode' => 'single', 'need_content' => true, 'need_terms' => true, 'title' => __('Portfolio item', 'axiom'), 'thumb_title' => __('Fullsize image', 'axiom'), 'w' => 1150, 'h' => null, 'h_crop' => 455));
 }
Exemplo n.º 16
0
Arquivo: list.php Projeto: pcuervo/odc
 function axiom_template_list_theme_setup()
 {
     axiom_add_template(array('layout' => 'list_1', 'template' => 'list', 'mode' => 'blogger', 'title' => __('Blogger layout: List / layout 1 /', 'axiom')));
     axiom_add_template(array('layout' => 'list_2', 'template' => 'list', 'mode' => 'blogger', 'title' => __('Blogger layout: List / layout 2 /', 'axiom')));
     axiom_add_template(array('layout' => 'list_3', 'template' => 'list', 'mode' => 'blogger', 'title' => __('Blogger layout: List / layout 3 /', 'axiom'), 'thumb_title' => __('Small image (crop)', 'axiom'), 'w' => 145, 'h' => 90));
 }