Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions inc/dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,32 +16,32 @@ function patus_theme_info_page() {

<div class="wrap about-wrap theme_info_wrapper">
<h1><?php printf(esc_html__('Welcome to %1s - Version %2s', 'patus'), $theme_data->Name, $theme_data->Version ); ?></h1>
<div class="about-text">Patus is a personal blogging theme for WordPress and an effortlessly tool for publishers of all kind, cherished for its flexibility, clean layouts and speed.</div>
<div class="about-text"><?php esc_html_e( 'Patus is a personal blogging theme for WordPress and an effortlessly tool for publishers of all kind, cherished for its flexibility, clean layouts and speed.', 'patus' ); ?></div>
<a target="_blank" href="<?php echo esc_url('http://www.famethemes.com/?utm_source=theme_info&utm_medium=badge_link&utm_campaign=Theme_Info_Page'); ?>" class="famethemes-badge wp-badge"><span>FameThemes</span></a>
<h2 class="nav-tab-wrapper"><a href="?page=patus" class="nav-tab nav-tab-active"><?php echo $theme_data->Name; ?></a></h2>

<div class="theme_info">
<div class="theme_info_column clearfix">
<div class="theme_info_left">
<div class="theme_link">
<h3>Theme Customizer</h3>
<h3><?php esc_html_e( 'Theme Customizer', 'patus'); ?></h3>
<p class="about"><?php printf(esc_html__('%s supports the Theme Customizer for all theme settings. Click "Customize" to start customize your site.', 'patus'), $theme_data->Name); ?></p>
<p>
<a href="<?php echo admin_url('customize.php'); ?>" class="button button-primary"><?php esc_html_e('Start Customize', 'patus'); ?></a>
</p>
</div>
<div class="theme_link">
<h3>Theme Documentation</h3>
<h3><?php esc_html_e( 'Theme Documentation', 'patus'); ?></h3>
<p class="about"><?php printf(esc_html__('Need any help to setup and configure %s? Please have a look at our documentations instructions.', 'patus'), $theme_data->Name); ?></p>
<p>
<a href="<?php echo esc_url( esc_html__( 'http://docs.famethemes.com/category/9-patus', 'patus' ) ); ?>" target="_blank" class="button button-secondary"><?php esc_html_e('Online Documentation', 'patus'); ?></a>
</p>
</div>
<div class="theme_link">
<h3>Having Trouble, Need Support?</h3>
<h3><?php esc_html_e( 'Having Trouble, Need Support?', 'patus'); ?></h3>
<p class="about"><?php printf(esc_html__('Support for %s WordPress theme is conducted through the WordPress free theme support forum.', 'patus'), $theme_data->Name); ?></p>
<p>
<a href="<?php echo esc_url( esc_html__( 'https://wordpress.org/support/theme/patus', 'patus' ) ); ?>" target="_blank" class="button button-secondary"><?php echo sprintf( esc_html('Go To %s Support Forum', 'patus'), $theme_data->Name); ?></a>
<a href="<?php echo esc_url( esc_html__( 'https://wordpress.org/support/theme/patus', 'patus' ) ); ?>" target="_blank" class="button button-secondary"><?php echo sprintf( esc_html__('Go To %s Support Forum', 'patus'), $theme_data->Name); ?></a>
</p>
</div>
</div>
Expand Down