Related posts after the main article
En: Is there a plugin to display the titles of related articles (2, 3 or 4) from the same category? With php 8.2 support.
Fr: Existe-t-il un plugin pour afficher les titres de plusieurs articles connexes (2, 3 ou 4) de la même catégorie ? Avec le support de PHP 8.2.
My site micron. Free hosting: infinityfree.com | php 8.2.21 without alternative.
Mots clés:
Connectez-vous ou Inscrivez-vous pour répondre.
Réponses
Hello,
You probably do not need a plugin if you use built-in function of PluXml:
here is an example to insert in article.php (article-x.php) templates where you want it to appear. It will only show links to article of same category.
Here is the list of the functions that template files can use : https://wiki.pluxml.org/docs/develop/plxshow.html
The plugin you look for might be https://ressources.pluxopolis.net/banque-plugins/plugins/SuggestAvecImage.zip (fr/en languages included)
Cordialement,
gcyrillus , simple membre du forum et utilisateur de pluxml
Mon site PluXml: https://re7net.com | Plugins: https://ressources.pluxopolis.net/banque-plugins/index.php?all_versions | demos sur free http://gcyrillus.free.fr/new | Thèmes: tester et télécharger @ https://pluxthemes.com
Indiquez [RESOLU] dans le titre de votre question une fois le soucis réglè, Merci
gcyrillus-nomade, respect!
Great, your code works, I added the date of the article:
My site micron. Free hosting: infinityfree.com | php 8.2.21 without alternative.
$plxShow->artCatIds() returns a comma separated list of category ids.
But $plxShow->lastArtList() expects a vertical bar ( | ) separated list as the 3rd parameter.
So here is a better way if an article is owned by several categories :
Accès à mon dépôt de plugins et thèmes
installe PluXml plus vite que ton ombre avec kzInstall2
To add a few more infos, you might also want to exclude the current article from the list:
@bazooka07 je crois qu'il y a une typo dans https://wiki.pluxml.org/docs/develop/plxshow.html#artcatid (manque le s ou bien cette fonction à été renommée depuis ?)
edit, and the long version restoring the article number and its data (also for infos)
Cordialement,
gcyrillus , simple membre du forum et utilisateur de pluxml
Mon site PluXml: https://re7net.com | Plugins: https://ressources.pluxopolis.net/banque-plugins/index.php?all_versions | demos sur free http://gcyrillus.free.fr/new | Thèmes: tester et télécharger @ https://pluxthemes.com
Indiquez [RESOLU] dans le titre de votre question une fois le soucis réglè, Merci