How to add reaction bar in post footer ..??
Hapus
Balas
Abcd
How can I remove Subscribe to: Posts (Atom)
👋
Remove this: <b:include name='feedLinks'/>
👋
Thanks
how to add flowbte elements in base theme v10 ?
👋
This is advance stuff for developer, not for beginner.
[Github: Base theme v10 with flowbite]
[Tutorial 1]
[Tutorial 2]
[Github: Base theme v10 with flowbite]
[Tutorial 1]
[Tutorial 2]
oki
hello min.
how do i edit this
this should be on the homepage only
into
this
only when on post template only.
how do i edit this
this should be on the homepage only
into
this
only when on post template only.
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
👋
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
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.
👋
<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.
thank you very much its actually work ☺️
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
👋
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
Paste inside id='postBodySnippet': <b:if cond='data:post.labels any (l => l.name == "Coming Soon")'>
Coming Soon
</b:if> Now go to your post and add label: Coming Soon
👋
Coming Soon
</b:if> Now go to your post and add label: Coming Soon
thank you its wokr perfectly..
i have a new problem again i delete my post has a comment and the comment on my recent comment on homepage its show
This comment has been hidden from the blog.
how do i delete this or hide this comment on my recent comment?
👋
i have a new problem again i delete my post has a comment and the comment on my recent comment on homepage its show
This comment has been hidden from the blog.
how do i delete this or hide this comment on my recent comment?
Check delete forever checkbox: Remove forever? (It can't be undone.) This will also delete the 1 replies.
👋
thank you 😊
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?
👋
You can watch anix theme tutorial: https://www.youtube.com/@emissionhex Incomplete tutorial, you get the idea.
What your need is: - Base Theme
- Web browser
- Website you want to clone
What your need is: - Base Theme
- Web browser
- Website you want to clone
hello min do you have any slider i can use ??
the manga slider i can't use didn't work on my theme when i try to change the URL i got error ..
👋
the manga slider i can't use didn't work on my theme when i try to change the URL i got error ..
You can take HexaNime v1 slider.
min. do you know how do i make like this
in my post template when i use this code
b>sample1/sample2sample1/sample2</span
i cant figure it out..
👋
in my post template when i use this code
b>sample1/sample2sample1/sample2</span
i cant figure it out..
I don't know, its unclear what code do you use.
wait
<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>
👋
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>
There is not xml tag for this.
Try AI to asist your coding,
copy your explanation to ChatGPT.
Try AI to asist your coding,
copy your explanation to ChatGPT.
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>
👋
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>
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
👋
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiuEDSYaNdfkuS4RZMXYanzSrWis3OJKoDa1jQRrwmYyrW3N-uFD6yZLsy05O21nBjjJhHwJagmAb-QHj15ePkVLF18mpxnURi2HApJ3zlbLLOUKxBbyvz9ts1WYF0-9p4FZ3lO69nejXGxCPoiUCvpNF430CWunb7mHv5gbcmU2Y4qDwhHMqpwo3_U2M8/s951/Screenshot%202024-10-03%20at%2019-13-51%20Blogger%20Settings.png
yeah i did that but the anonymous name has not there i think i mess up on my code
hello min . do you know how do i hide the login button and change it into logout button i use hiru login form free version.. thank you
👋
I don't know, never tried his script.
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>
👋
<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>
My base theme already have this structure.
oh i use base theme v9 is there already has it too??
👋
yes
<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?
👋
<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?
<b:class cond='data:view.isHomepage or data:view.isLabelSearch' name='home multi'/> Read other cond here [raw]
Post a Comment
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:Masukkan
class='linktoload'
untuk link yang ingin dijadikan ajax load.