Viewing 1 replies (of 1 total)
  • Plugin Author Harish Chouhan

    (@hchouhan)

    Hi @gphx,

    First, to change position of where you want to display the like count, disable automated display from the plugin settings page under the “settings” menu.

    Then search through your theme code. You mentioned there is no content() tag in single.php. In that case it would be under other files such as content.php or content-quote.php, etc. It depends on your theme. Once you find it, you would just have to see how your themes code is organized and than place below code wherever you wish.

    <?php if( function_exists('dot_irecommendthis') ) dot_irecommendthis(); ?>

    For styling, I’m afraid you would have to try different things. A theme’s CSS will always interfere, however using Chrome inspect tools or similar tools on other browsers you could try few options.

    If your theme is a free theme from WordPress.org, please share it’s link. Also do share your website’s link so I could take a look.

Viewing 1 replies (of 1 total)
  • The topic ‘Move position of rating’ is closed to new replies.