Thread Starter
rronyy
(@rronyy)
1. That’s exactly the point. i missed regenerate permalink . thx for help me. you are awesome man:)
Thread Starter
rronyy
(@rronyy)
aha thx for helping me Lester and apologize for wasting your time:)
Good luck man.
Thread Starter
rronyy
(@rronyy)
hello again Lester.
you know at the first view after installing plugin we have a result like this :
<div id=”post-rating”>
<img />
<img />
.
.
.
(no rating yet)
</div>
in fact i want to wrap the group of images and that solo text (no rating yet) to have my own style, that is why I asked can I define my own markup?
I want to have such a kind of result or sth like this :
<div id=”post-rating”>
<div>
<img />
<img />
.
.
.
</div>
<span> no rating yet </span>
</div>
BTW i don’t want to use Jquery to handle it.
thx for your time man:)