j’essaye en vain d’installer le plugin wp-postviews sur mon blog!
Il faut trouver la phrase : Ensuite, il vous faut juste coller celle ci en dessous :
Hors la page de mon theme se presente comme ca :
<?php
if (have_posts()){
/* Display navigation to next/previous posts when applicable */
if (theme_get_option('theme_top_single_navigation')) {
theme_page_navigation(
array(
'next_link' => theme_get_previous_post_link(‘« %link’),
‘prev_link’ => theme_get_next_post_link(‘%link »’)
)
);
}
while (have_posts())
{
the_post();
get_template_part(‘content’, ‘single’);
comments_template();
}
/* Display navigation to next/previous posts when applicable */
Quelqu’un peu t il m’aider? pour insérer correctement ce bout de code ?
merci d’avance!