Skip to content
This repository was archived by the owner on Mar 14, 2021. It is now read-only.

make time string format / correct capital letters. #57

Open
wants to merge 3 commits into
base: development
Choose a base branch
from
Open
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions content-search.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@

</a>
<div class="post-date">
<span class="post-date-day"><?php the_time('d'); ?></span>
<span class="post-date-month"><?php the_time('M'); ?></span>
<span class="post-date-day"><?php the_time(_x('d', 'front page/archives post date format', 'llorix-one-lite')); ?></span>
<span class="post-date-month"><?php the_time(_x('M', 'front page/archives post month format', 'llorix-one-lite')); ?></span>
</div>
</div>

Expand Down
4 changes: 2 additions & 2 deletions content.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@

</a>
<div class="post-date entry-published updated">
<span class="post-date-day"><?php the_time('d'); ?></span>
<span class="post-date-month"><?php the_time('M'); ?></span>
<span class="post-date-day"><?php the_time(_x('d', 'front page/archives post date format', 'llorix-one-lite')); ?></span>
<span class="post-date-month"><?php the_time(_x('M', 'front page/archives post month format', 'llorix-one-lite')); ?></span>
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion inc/customizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function render_content(){

class LlorixOneLite_Front_Page_Instructions extends WP_Customize_Control {
public function render_content() {
echo __( 'To customize the Frontpage sections please create a page and select the template "Frontpage" for that page. After that, go to Appearance -> Customize -> Static Front Page and under "Static Front Page" select "A static page". Finally, for "Front page" choose the page you previously created.','llorix-one-lite' ).'<br><br>'.__( 'Need further informations? Check this','llorix-one-lite' ).' <a href="http://docs.themeisle.com/article/236-how-to-set-up-the-home-page-for-llorix-one">'.__( 'doc','llorix-one-lite').'</a>';
echo __( 'To customize the Frontpage sections please create a page and select the template "Frontpage" for that page. After that, go to Appearance -> Customize -> Static Front Page and under "Static Front Page" select "A static page". Finally, for "Front page" choose the page you previously created.','llorix-one-lite' ).'<br><br>'.sprintf(__( 'Need further informations? Check this %s.','llorix-one-lite' ), ' <a href="http://docs.themeisle.com/article/236-how-to-set-up-the-home-page-for-llorix-one">'.__( 'doc','llorix-one-lite').'</a>');
}
}

Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Theme Name: Llorix One Lite
Theme URI: http://themeisle.com/themes/llorix-one/
Author: ThemeIsle
Author URI: http://themeisle.com/
Description: Llorix One Lite is a free and beautiful one page business WordPress theme, with a flat and clean bootstrap based design and an elegant parallax effect. It provides a simple,minimal and modern look that can be used for any kind of personal businesses or startup mobile app. The landing page has a fullscreen hero image and blue & orange appearance with buttons and icons promoting simplicity and elegance at their best. The theme provides a responsive blog section, is eCommerce ready (WooCommerce store compatible), WPML, bbPress, Photo Gallery Grid,Contact Form 7,Meta Slider,SiteOrigin Page Builder, JetPack compatible and SEO friendly. You can use it for your business / startup shop, agency, corporate website, or photography portfolio.
Description: Llorix One Lite is a free and beautiful one page business WordPress theme, with a flat and clean bootstrap based design and an elegant parallax effect. It provides a simple, minimal and modern look that can be used for any kind of personal businesses or startup mobile app. The landing page has a fullscreen hero image and blue & orange appearance with buttons and icons promoting simplicity and elegance at their best. The theme provides a responsive blog section, is eCommerce ready (WooCommerce store compatible), WPML, bbPress, Photo Gallery Grid, Contact Form 7, Meta Slider, SiteOrigin Page Builder, Jetpack compatible and SEO friendly. You can use it for your business / startup shop, agency, corporate website, or photography portfolio.
Version: 0.1.13
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down