We come with the latest version 1, get this theme through our official site Here.

Changing Default Sentences in LayZee UI Theme

Table of Contents

We use Blogger data:messages default message form in this theme to automatically change some default sentences according to the language selected in Blogger settings.

You can click this link if you want to know the complete list of default messages in the Blogger library, to make it easier for you, we have compiled some code sentences that you can change to the sentences you want.

Try 'Something New'

- on the search form

You can change this sentence directly from the Blogger Layout menu, please go to Blogger > Layout and you will find a widget with the title Try 'Something New', change the title to the sentence you want.

Load more posts, no results found

- on navigation button LoadMore

Find some of the code below and replace it with another sentence like in the example:

expr:data-text='data:messages.loadMorePosts'
data-text='your_text'
expr:data-text='data:messages.noResultsFound'
data-text='your_text'

Close

- in navigation menus and pop-up menus

aria-label='Close'

Latest Posts

- on the list of posts


<!--[ Change <data:messages.latestPosts/> to replace 'Latest Posts' with your special text ]--> <h3 class='title'><data:messages.latestPosts/></h3>

Read more

- on the list of posts

<a class='pJmp' expr:aria-label='data:blog.jumpLinkMessage'
<a class='pJmp' aria-label='your_text'

min read

- on the Reading Time feature

document.getElementById('rdTime').innerHTML = maincount + ' min read';

Posted by

- on the author's profile

<bdi class='admN' expr:data-text='data:post.author.name' expr:data-write='data:messages.postedBy'/>
<bdi class='admN' expr:data-text='data:post.author.name' data-write='your_text'/>

Share:, Share to other apps, or copy link - on the share menu

<div class='pShc' expr:data-text='data:messages.share + &quot;:&quot;'>
<div class='pShc' data-text='your_text'>
<div class='shH fixH fixT' expr:data-text='data:messages.shareToOtherApps'>
<div class='shH fixH fixT' data-text='your_text'>
<div class='cpL' data-text='or copy link'

You may like these posts, Related product!

- in related articles

// Replace <data:messages.youMayLikeThesePosts/> to change Related Posts title
widgetTitle: &quot;<h2 class='title'><b:if cond='data:post.labels none (label =&gt; label.name in [ &quot;Product&quot; ])'><data:messages.youMayLikeThesePosts/><b:else/>Related products!</b:if></h2>&quot;,

Join the conversation

- on the comment button

<b:if cond='data:post.numberOfComments &gt; 0'>
  <span><data:messages.joinTheConversation/> (<data:post.numberOfComments/>)</span>
  <b:else/>
  <data:messages.postAComment/>
</b:if>
 Changing Default Sentences in LayZee UI Theme
Changing Default Sentences in LayZee UI Theme

price : *Does not include postage
send via whatsapp send via Email

Hello! I am Web developer. i can create blogger themes and widgets.

Post a Comment

Cookie Consent
We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.
More Details