[== PHP ==] if(strpos($format, '#archives_nbart') !== false) { $motifs = array( '#archives_id' => 'arch-total', '#archives_name' => L_TOTAL.' ', '#archives_year' => str_repeat('–', 4), '#archives_month' => L_TOTAL, '#archives_url' => $this->plxMotor->urlRewrite(), '#archives_nbart' => $total, '#archives_status' => ($active) ? 'active' : 'noactive', '#archives_selected'=> ($active) ? 'selected' : '' ); echo str_replace(array_keys($motifs), array_values($motifs), $format); }
[== Indéfini ==] # Total des articles if($this->plxMotor->aStats[$this->plxMotor->aConf['homestatic']]['active']) { $total_url = $this->plxMotor->urlRewrite('?blog'); } else { $total_url = $this->plxMotor->urlRewrite(); } if(strpos($format, '#archives_nbart') !== false) { $motifs = array( '#archives_id' => 'arch-total', '#archives_name' => L_TOTAL.' ', '#archives_year' => str_repeat('–', 4), '#archives_month' => L_TOTAL, '#archives_url' => $total_url, '#archives_nbart' => $total, '#archives_status' => ($active) ? 'active' : 'noactive', '#archives_selected'=> ($active) ? 'selected' : '' ); echo str_replace(array_keys($motifs), array_values($motifs), $format); }
Réponses
Le lien sur l'archive total propose d'aller directement à la racine du site (blog).
Or il se trouve que quand une page statique est défini comme page d'accueil ça devrait aller sur la page de blog.
On a aujourd'hui :
Proposition de modification :
Bonne journée,
Cordialement,
jérôme
PS : j'avais évoqué le sujet ici mais c'est mal placé, je vais surement le supprimer
Je suis actuellement en train de migrer mon blog personnel et je suis impatiente de redécouvrir ce CMS !