Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

114
Views
Blogger Conditional Tag If a Post has Spesific Label

im trying to Execute some Javascript code like this

<b:if cond='data:blog.pageType == "item"'>
  <script type='text/javascript'>
    //<![CDATA[
    
    var myModal = new bootstrap.Modal(document.getElementById('dark-Mode'), {})
    myModal.toggle()
    document.querySelector("#mainCont").classList.add("drK")
    
    //]]>
    </script>
</b:if>

that script is work fine, but the problem is I only want to execute it in post page that has a spesific label. Let say that the Dark Mode is automaticaly Turned On in Post that has Games label. Im new to Blogger platform, how exactly to do that.

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

<b:if cond='data:blog.searchLabel == "game"'>
<!-- for label 'game' -->
  <script type='text/javascript'>
    //<![CDATA[
    
    var myModal = new bootstrap.Modal(document.getElementById('dark-Mode'), {})
    myModal.toggle()
    document.querySelector("#mainCont").classList.add("drK")
    
    //]]>
    </script>
</b:if>

source: ultimatebloggerguide

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!