Three wp-* plugins combined into one
-
I’m trying to put three different plugins wp-postratings, wp-print and wp-postviews into one line right under the post title. There’s no problem with wp-print and wp-postviews, but wp-postratings is a little bit tricky.
I’ve changed
div->spanin thewp-postratings.phpfile in the following line:### Function: Display The Rating For The Post function the_ratings($start_tag = 'span', $custom_id = 0, $display = true) {and I got this result: http://i.imgur.com/eI7ti3q.png — that looks pretty decent. But before voting, there’s two lines instead of one: http://i.imgur.com/5sdQ0Tw.png , and I have no idea how to rewrite this to a single line. Without the
spantag, it was even worse — three or four lines.How to change the 3-4 line rating into a single line rating?
The topic ‘Three wp-* plugins combined into one’ is closed to new replies.