summaryrefslogtreecommitdiff
path: root/inc/core/view-general.php
diff options
context:
space:
mode:
authorZach van Rijn <me@zv.io>2021-07-21 14:54:07 -0500
committerZach van Rijn <me@zv.io>2021-07-21 14:54:07 -0500
commit9d4123cee1867ee7199b06bdc92d40611f547ecc (patch)
tree6d864e2725242863afed1f8ba12d9c7a9bc63a69 /inc/core/view-general.php
downloadblog-ng-9d4123cee1867ee7199b06bdc92d40611f547ecc.tar.gz
blog-ng-9d4123cee1867ee7199b06bdc92d40611f547ecc.tar.bz2
blog-ng-9d4123cee1867ee7199b06bdc92d40611f547ecc.tar.xz
blog-ng-9d4123cee1867ee7199b06bdc92d40611f547ecc.zip
Initial unmodified import from Astra (Version: 3.6.5) @ /wp-content/themes/astra/.
Diffstat (limited to 'inc/core/view-general.php')
-rw-r--r--inc/core/view-general.php45
1 files changed, 45 insertions, 0 deletions
diff --git a/inc/core/view-general.php b/inc/core/view-general.php
new file mode 100644
index 0000000..7194851
--- /dev/null
+++ b/inc/core/view-general.php
@@ -0,0 +1,45 @@
+<?php
+/**
+ * View General
+ *
+ * @package Astra
+ * @author Astra
+ * @copyright Copyright (c) 2020, Astra
+ * @link https://wpastra.com/
+ * @since Astra 1.0
+ */
+
+if ( ! defined( 'ABSPATH' ) ) {
+ exit; // Exit if accessed directly.
+}
+
+?>
+
+<div class="ast-container ast-welcome">
+ <div id="poststuff">
+ <div id="post-body" class="columns-2">
+ <div id="post-body-content">
+ <!-- All WordPress Notices below header -->
+ <h1 class="screen-reader-text"> <?php esc_html_e( 'Astra', 'astra' ); ?> </h1>
+ <?php do_action( 'astra_welcome_page_content_before' ); ?>
+
+ <?php do_action( 'astra_welcome_page_content' ); ?>
+
+ <?php do_action( 'astra_welcome_page_content_after' ); ?>
+ </div>
+ <div class="postbox-container ast-sidebar" id="postbox-container-1">
+ <div id="side-sortables">
+ <?php do_action( 'astra_welcome_page_right_sidebar_before' ); ?>
+
+ <?php do_action( 'astra_welcome_page_right_sidebar_content' ); ?>
+
+ <?php do_action( 'astra_welcome_page_right_sidebar_after' ); ?>
+ </div>
+ </div>
+ </div>
+ <!-- /post-body -->
+ <br class="clear">
+ </div>
+
+
+</div>