mirror of
https://ghproxy.net/https://github.com/AlxMedia/typecore.git
synced 2025-08-26 07:52:44 +08:00
1.0.3
This commit is contained in:
parent
0ceff36435
commit
b61c9c1cde
3 changed files with 8 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
Contributors: alxmedia
|
||||
Requires at least: 4.9
|
||||
Tested up to: 4.9
|
||||
Version: 1.0.2
|
||||
Version: 1.0.3
|
||||
License: GPLv2 or later
|
||||
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
||||
Tags: one-column, two-columns, three-columns, right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
|
||||
|
@ -94,6 +94,11 @@ Right sidebar images
|
|||
|
||||
== Changelog ==
|
||||
|
||||
= 1.0.3 - 2018-06-25 =
|
||||
* Added screenshot images to readme
|
||||
* Added javascript sources to readme
|
||||
* Changed esc_html_e to esc_attr_e in searchform.php
|
||||
|
||||
= 1.0.2 - 2018-05-30 =
|
||||
* Moved social share bar to a plugin
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<form method="get" class="searchform themeform" action="<?php echo esc_url( home_url( '/' ) ); ?>">
|
||||
<div>
|
||||
<input type="text" class="search" name="s" onblur="if(this.value=='')this.value='<?php esc_html_e('To search type and hit enter','typecore'); ?>';" onfocus="if(this.value=='<?php esc_html_e('To search type and hit enter','typecore'); ?>')this.value='';" value="<?php esc_html_e('To search type and hit enter','typecore'); ?>" />
|
||||
<input type="text" class="search" name="s" onblur="if(this.value=='')this.value='<?php esc_attr_e('To search type and hit enter','typecore'); ?>';" onfocus="if(this.value=='<?php esc_attr_e('To search type and hit enter','typecore'); ?>')this.value='';" value="<?php esc_attr_e('To search type and hit enter','typecore'); ?>" />
|
||||
</div>
|
||||
</form>
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
Theme Name: Typecore
|
||||
Theme URI: http://alxmedia.se/themes/typecore/
|
||||
Version: 1.0.2
|
||||
Version: 1.0.3
|
||||
Description: <a href="http://alxmedia.se/themes/typecore/">Typecore</a> is a responsive 100% high resolution theme for blogs and magazines. Unique toggle sidebars give a great browsing and reading experience on both tablet and mobile. The feature list is long: Unlimited topbar, header, footer and accent colors, unlimited widget areas, 0-2 sidebars to the left or right that can be uniquely specified for each page or post, 300px / 220px fixed width sidebars, 0-4 footer widget columns, almost zero layout images, related posts and post nav, featured story or slider, 10 post formats, good SEO, 3 flexible custom widgets, localisation support, social links, logo upload and many more useful admin panel features.
|
||||
Author: Alexander Agnarson
|
||||
Author URI: http://alxmedia.se
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue