Forums
(@thekaran)
17 years, 9 months ago
Yes, i had the exact same problem. I was using a modified version of veryplaintxt theme.
Go to sidebar.php file in Theme editor and replace <?php get_links_list(‘id-‘); ?> with <?php get_links_list(‘id’); ?>
It works great now. Thanks.