Bonjour,

J'utilise le thème "blogolife".
J'ai installé et activé le plugin "WP-PageNavi", mais celui-ci ne s'affiche pas sur la page de mon blog.

J'ai ajouté <?php wp_pagenavi(); ?> dans le fichier footer.php.
faut-il l'ajouter à un endroit bien précis ? (je ne connais pas php)

Voici mon fichier :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
/**
 * The footer template
 *
 * @package wplook
 * @subpackage BlogoLife
 * @since BlogoLife 1.0
 */
?>
</div>
		</div>
		<!-- It is completely optional, but if you like the Theme I would appreciate it if you keep the credit link at the bottom. -->
			<footer id="copy"><p><?php _e('Proudly powered by', 'wplook'); ?> <a href="http://wordpress.org" target="_blank"><?php _e('WordPress', 'wplook'); ?></a>. <?php _e('Design by', 'wplook'); ?>  <a href="http://wplook.com/blogolifewpo" title="<?php _e('wplook', 'wplook'); ?>" target="_blank">wplook</a></p></footer>
	<?php wp_footer(); ?>
	<?php wp_pagenavi(); ?>
	</body>
</html>
Merci pour votre aide...