PluginProbe
Templateberg – Gutenberg Templates, WordPress Themes Template Kits & WordPress Templates / 1.1.0
Templateberg – Gutenberg Templates, WordPress Themes Template Kits & WordPress Templates v1.1.0
1.2.0 2.0.0 trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 1.1.8 1.1.9
templateberg / includes / admin / templates / header.php

header.php in Templateberg – Gutenberg Templates, WordPress Themes Template Kits & WordPress Templates 1.1.0, at includes/admin/templates/header.php

20 lines 1.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <div class="tb-global__header">
2 <div class="tb-container">
3
4 <div class="tb-global__caption">
5 <h2 class="tb-global__htitle">
6 <?php echo esc_html__('Welcome to Templateberg', 'templateberg'); ?>
7 </h2>
8 <p class="tb-global__desc">
9 <?php echo esc_html__("Templateberg power you to create site quickly and easily. You don't have to spend hours trying to create a template and block design. With a click your favourite template design will import on your site and you can change text, image and customize it for your needs.", 'templateberg'); ?>
10 </p>
11 <a href="<?php echo esc_url(admin_url('post-new.php?post_type=page')); ?>" target="_blank" class="tb-btn tb-btn__primary tb-btn__lg">
12 <?php echo esc_html__('Get Started With New Page', 'templateberg'); ?>
13 </a>
14
15 </div>
16
17 <img src="<?php echo esc_url(TEMPLATEBERG_URL . 'assets/img/prospective-image-640x214.png')?>" />
18 </div>
19 </div>
20