Hello, If you take a look at this code for wordpress: <?php sm_list_popular_searches('<h3>Popular Searches</h3>' , '<li></li>') ?> <?php sm_list_recent_searches('<h3>Recent Searches</h3>' , '<li></li>') ?> I have an extra bullet point after the php. How do I remove it?
Take a look at the site http://www.pokergently.com and look at the left column where it says recent searches and popular searches.. you will see I have 2 extra bullets that shouldn't be there.
your code is wrong, try this instead sm_list_popular_searches('<li><h3>Popular Searches</h3>', '</li>') Code (markup):