Support Center

Frequently asked questions and support documentation for RatingWidget.

How to hide the ratings from Blogger pages? I only want to keep them on posts.

Open your Blogger’s template editor. There, search for ratingwidget in the code.

Replace the following code:

<b:includable id=’main’><data:content/></b:includable>

With the following code wrapped with the required page type criteria:

<b:includable id='main'><b:if cond='data:blog.pageType != &quot;static_page&quot;'><data:content/></b:if></b:includable>

Leave a Comment

Your email address will not be published.

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>