All Good Things Must Come To An End

As you all know, I have been doing WordPress plugins and supporting it for the past 6 years. These 6 years of my life, I have been through my polytechnic education, my national service as well as my university education.

I just graduated from university in December 2009 and have been looking for full-time jobs. I am offered a full-time job and will be starting work on 1st February 2010.

I regret to say that I am NOT ABLE to provide support for my plugins anymore due to my full-time job commitment. I will leave this forum open and let the community help one another.

However, I WILL still update my plugins whenever I can and you still can report bugs to me via email and I will try to fix it.

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - streetoffice

Pages: [1]
1
WP-PostRatings / Wp-Postratings like widget
« on: 21 September 2011, 17:41 »
Hi

i insert Ratings Widget in my sidebar; Now I would like to change some things; now look like this:

<div id="block">
<h3>Più votati</h3>
<ul>
<li><a href="url" title="title">title</a> - 1 votes</li>
<li><a href="url" title="title">title</a> - 1 votes</li>
</ul>
</div>

I would like to change in somethings like this
<div id="block">      
<h3>Altri canali interessanti:</h3>       
<div id="recenti">
<ul>
<li class="recentili">
<div class="image_recenti_sidebar">
<a href="url"><img width="156" height="118" src="url" class="" alt="" title="title"></a>
</div>
<strong><a href="url" title="title">title</a></strong>
</li>
<li class="recentili">
<div class="image_recenti_sidebar">
<a href="url"><img width="156" height="118" src="url" class="" alt="" title="title"></a>
</div>
<strong><a href="url" title="title">title</a></strong>
</li>
</ul>
 </div>
</div>

So i would like to add <div id="recenti"> before tag <ul> and add class="recentili" in tag <li> and so on.
what page I need to change? postratings-templates.php?

Thanks

Sorry for my bad english

Pages: [1]