Vote media items (mp3 files) on a page
-
I am using the Kodex Posts likes plugin on THIS page, I to upvote (like) every track on the page, instead of the entire page (which is the plugin’s default functionality).
After a short emails exchange with the plugin’s author I came up with:
<div id="tracks_container"> <?php the_content(); echo do_shortcode('[kodex_post_like_buttons]'); ?> </div>
The result of the code above is a single pair of buttons that visitors can use to like or dislike the entire (custom) post, not individual mp3s.
Is the shortcode misplaced?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Vote media items (mp3 files) on a page’ is closed to new replies.