1 2 3 4 5 6 7 | <?php if (is_home()): //ホームなら?> <meta property= "og:type" content= "website" > <?php else : ?> <meta property= "og:type" content= "article" > <?php endif ; ?> |
1 2 3 4 5 6 7 | <?php if (is_home()): //ホームなら?> <meta property= "og:type" content= "website" > <?php else : ?> <meta property= "og:type" content= "article" > <?php endif ; ?> |