Advertisement
Guest User

Untitled

a guest
Nov 7th, 2018
3
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.52 KB | None | 0 0
  1. <?php if ( get_the_ID() === 63 ) { ?>
  2.      <a class="button_f" href="https://apteka.ru/">Купить в аптеке</a>
  3. <a href="#pop2" class="html_pop  button_f b2">Заказать на сайте</a>
  4. <? } else if ( get_the_ID() === 64 ) { ?>
  5.       <a class="button_f" href="https://apteka.ru/">Купить в аптеке</a>
  6.       <a href="#pop2" class="html_pop  button_f b2">Заказать на сайте</a>
  7. <?} else { ?>
  8.       <a href="#pop2" class="html_pop  button_f b2">Заказать на сайте</a>
  9. <?} ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement