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
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
any idea please
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
This topic has been closed to new replies.