Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter asherpope

    (@asherpope)

    Anyone?

    Plugin Author codepeople

    (@codepeople)

    Hi,

    You may remove the popularity tag from template files. The template files are located in “/wp-content/plugins/music-store/ms-templates”

    The list of template files that you should edit are:

    song.tpl.html
    song_multiple.tpl.html

    Open each file in the text editor your choice and remove the snippet of code:

    <!– SONG POPULARITY –>
    <tpl ifset=”song.popularity”>
    <div class=”song-popularity”>
    <span class=”label”>popularity: </span> {song.popularity}
    </div>
    </tpl ifset=”song.popularity”>

    Thread Starter asherpope

    (@asherpope)

    Great! Thanks a bunch, it worked perfectly.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hide Popularity?’ is closed to new replies.