I am trying to use most read news in home page So when i
use the text which is in BOLD below its not working
<?php popular_posts('prefix=<div class="top_reads"><h5>What's new</h5>
- &suffix=
and when i replace that text without (') it works
<?php popular_posts('prefix=<div class="top_reads"><h5>Most Read Stories</h5>
- &suffix=
Can any one suggest me a solution