Skip to main content

Template blogger dasar versi ajax

New #1

Tema dasar ini hasil modifikasi kerangka ajax FYI.my.id. Tema ajax adalah tema yg tanpa meload seluruh page. Tema ini pastinya loading lebih cepat dari tema biasa.

Feature:
  • Bisa On / Off sidebar kiri
  • Dark light mode
  • Numeric pagination
  • Load more
Kelebihan Template
  • Loading cepat karna tidak meload seluruh halaman
  • Tidak berpengaruh buruk pada SEO
  • Patial ajax: artinya tidak semua link bisa ajax loading.
Bug
  • Pagination tidak berfungsi
Penggunaan

Masukkan class='linktoload' untuk link yang ingin dijadikan ajax load.

0
A

Anonymous
anonymous

Messages
17
Points
+374

Reputation: 100%

New #11
srry i cant paste the code idk how to use.

its should be this code

is only for homepage
article class='post-outer-container' itemprop='blogPosts' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'

and this is for only on post template
article class="post-outer-container" only
(1 balasan) 👋 #1 ❤️ Wernayasa ,
0
Wernayasa

Wernayasa
Admin

Messages
14
Points
+541

Reputation: 100%

New #12
Use <b:tag> for this kind of situation: <b:tag cond='data:view.isHomepage' class='post-outer-container' itemprop='blogPosts' itemscope='itemscope' itemtype='http://schema.org/BlogPosting' name='article'>
<b:tag cond='data:view.isPost' class='post-outer-container' name='article'>
...
</b:tag>
</b:tag>
b:tag is wrapper with condition.
Very useful and i use it a lot in my theme.
(1 balasan) 👋 #1 ,
0
A

Anonymous
anonymous

Messages
17
Points
+365

Reputation: 100%

New #14
hello min.

i have a problem with my theme.

im just trying to make a button or coming soon for my theme.

it's should be editable on when i post like

div class="download"> Coming soon div the comming soon should be on the template of the post on homePage like a badge or something only on homepage can see
(1 balasan) 👋 #1 ❤️ Wernayasa ,
0
A

Anonymous
anonymous

Messages
17
Points
+245

Reputation: 100%

New #19
Hii Wernayasa i have seen so many people creating mind blowing theme by using tailwind and normal development and some by cloning If want to create theme like theme like you from where i start? Anything cloning or development ? Can you guide me?
(1 balasan) 👋 #1 ❤️ Wernayasa ,
0
A

Anonymous
anonymous

Messages
17
Points
+415

Reputation: 100%

New #26
<span class="sample show">sample1/sample2</span>
that's should be shown when i check in inspect element

and this is code for where should be shown
<span class="sample"></span>

and this is code for usage when i use on my post template.
<b>sample1/sample2</b>
(1 balasan) 👋 #1 ❤️ Wernayasa ,
0
New #28
Hello min.. i just want to ask why my anonymous name is not showing when i try to use anonymous as a comment?

heres my code

<a class='fw-700 yellow' expr:href='data:post.author.profileUrl' rel='author' title='author profile'><span itemprop='name'><data:cb.level.author/></span></a>
(1 balasan) 👋 #1 ❤️ Wernayasa ,
0
Wernayasa

Wernayasa
Admin

Messages
14
Points
+390

Reputation: 100%

New #29
Go to Settings > Comment > Anyone > Save
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiuEDSYaNdfkuS4RZMXYanzSrWis3OJKoDa1jQRrwmYyrW3N-uFD6yZLsy05O21nBjjJhHwJagmAb-QHj15ePkVLF18mpxnURi2HApJ3zlbLLOUKxBbyvz9ts1WYF0-9p4FZ3lO69nejXGxCPoiUCvpNF430CWunb7mHv5gbcmU2Y4qDwhHMqpwo3_U2M8/s951/Screenshot%202024-10-03%20at%2019-13-51%20Blogger%20Settings.png
(1 balasan) 👋 #1 ZenoManseli ,
0
A

Anonymous
anonymous

Messages
17
Points
+377

Reputation: 100%

New #33
hello min i just having a problem how do i make this comment like this

<div class="comment-section">
<ol id="comment-holder">
<li class="comment" id="UseIDHere">
other code here like profile and comment,reply,delete</li>
</ol>
</div>


(1 balasan) 👋 #1 ❤️ Wernayasa ,
0
A

Anonymous
anonymous

Messages
17
Points
+460

Reputation: 100%

New #37
<body itemscope='itemscope' itemtype='https://schema.org/WebPage'>

<b:class cond='data:view.isPost' name='single post'/>

<b:class cond='data:view.isHomepage' name='home multi'/>



if i go to this search/label/Premium

it's not same as my main homepage post it's should be look like my homepage can you help me?
(1 balasan) 👋 #1 ❤️ Wernayasa ,
0
Post a Comment
Forum rules
You can use English or Indonesian
Back to top Back to bottom