• hi,

    whats is the best solution to include a link of cat to be work even if i active the Permalinks or not, actually i use this :
    <a href="<?php the_permalink(); ?>/?cat=1">
    but it dont work when the permalink is activated.

    thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter taghaboy

    (@taghaboy)

    any idea please

    Thread Starter taghaboy

    (@taghaboy)

    Salut.
    J’ai bcp des catégories, et je veut appeler certaines ID de catégories dans mes widgets txt comme dans cette exemple :

    <a href="<?php the_permalink(); ?>/?cat=1"> [b]liens vers cat N°1[/b] </a>
    <a href="<?php the_permalink(); ?>/?cat=20"> [b]liens vers cat N°20[/b] </a>
    <a href="<?php the_permalink(); ?>/?cat=31"> [b]liens vers cat N°31[/b] </a>

    ces liens marche uniquement dans la page home.
    Merci pour votre aide

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘dynamic link for cats’ is closed to new replies.