lien aléatoire entre plusieurs possibilités (Créer un compte)

  • Statut : non résolu
2 sujets de 1 à 2 (sur un total de 2)
  • Auteur
    Messages
  • #493905
    Johnofthetower
    Membre
    Initié WordPress
    30 contributions

    Bonjour,

    Je cherche à créer l’action aléatoire suivante :
    si le post contient le tag X, Y ou Z, afficher un lien vers les posts A, B ou C.

    Quelle est la bonne méthode ?

    Pour l’instant, j’ai bricolé ceci mais ca ne marche pas :

    if ( has_tag( array( 177,179,181,175 ) ) ) 
    {
    echo ( array_rand(‘<a href="<?php echo get_permalink(20); ?> » ><?php the_title(20); ?></a>‘ , ‘<a href="<?php echo get_permalink(2160); ?> » ><?php the_title(2160); ?></a>‘ , ‘<a href="<?php echo get_permalink(2331); ?> » ><?php the_title(2331); ?></a>‘
    , ‘<a href="<?php echo get_permalink(2333); ?> » ><?php the_title(2333); ?></a>‘) );
    }

    Un grand merci si vous pouvez m’aider

    J

    #765493
    Johnofthetower
    Membre
    Initié WordPress
    30 contributions

    up

2 sujets de 1 à 2 (sur un total de 2)
  • Vous devez être connecté pour répondre à ce sujet.