Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Lester Chan

    (@gamerz)

    Did u read the installation instructions? https://ww.wp.xz.cn/plugins/wp-postratings/installation/

    Thread Starter Marcosbcn

    (@marcosbcn)

    Hello;

    I have that do it:

    Open wp-content/themes/<YOUR THEME NAME>/index.php
    You may place it in archive.php, single.php, post.php or page.php also.
    Find: <?php while (have_posts()) : the_post(); ?>
    Add Anywhere Below It (The Place You Want The Ratings To Show): <?php if(function_exists(‘the_ratings’)) { the_ratings(); } ?>

    I try do that, but in my index.php theme havent this ( php while (have_posts()) : the_post()

    ¿ I need put code in the theme for active the plugin ?

    Plugin Author Lester Chan

    (@gamerz)

    Contact your theme author, I will not know your theme. The guideline is generic so it definitely does not apply to all themes

    Hola Marcos,

    Tenia el mismo problema y ya lo he resuelto.
    Si tienes todavía el problema, dame un toque y te digo como hacerlo, es super fácil.

    Saludos.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Plugin doesnt work’ is closed to new replies.