Jump to content

Kathrin9

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by Kathrin9

  1. I want to show for certain labels certain affiliate links in my blogspot blog. I have tried different varieties of the following code, but none worked. When I parse the code blogger shows all three affiliate links or none. My intention is that if I have the label "Familie/Family" it shows another affiliate link as if I have the label "Garten/Garden".

    The code i've tried was:

    <b:if cond='data:blog.url == data:blog.homepageUrl'>
    <b:loop values='data:post.labels' var='label'><b:if cond='data:label.name == &quot;true&quot;'>
    <b:if cond='data:label.name == "Familie"'>

    <div style="clear:both; margin:10px 0;text-align:center">

    <a href=Link 1>

    </a>

    <p class='text_werbung'>*)Anzeige</p>

    </div>

    <b:elseif cond='data:label.name == "Garten"'>

    <div style="clear:both; margin:10px 0;text-align:center">

    <a href=Link 2>

    </a>

    <p class='text_werbung'>*)Anzeige</p>

    </div>

    </b:else>
    <b:if cond='data:label.name == "Food"'>

    <div style="clear:both; margin:10px 0;text-align:center">

    <a href=Link 3>

    </a>

    <p class='text_werbung'>*)Anzeige</p>

    </div>

    </b:if>

    </b:if>

    </b:if>

    </b:loop>
    <b:include data='post' name='post' />
    </b:if>

    Maybe anyone can help me to get that code working.

    Thank you

    Kathrin

×
×
  • Create New...