Hello,
How can one do the following with your plugin?
Each listing need to have more entries like additional links and test areas:
See the following examples in the list of listed blogs here:
https://blog.feedspot.com/nigeria_blogs/
Hi,
I have quite a few links, visible to me on /wp-admin/link-manager.php
However, when I installed this plugin, those links are not showing on /wp-admin/edit.php?post_type=bms_link
Categories do show on /wp-admin/edit-tags.php?taxonomy=link_category&post_type=bms_link , with the correct number of links
]]>In order to fix lack of space before parenthesis of link count in category change line 123 in bms-linksshow.php to:
$output.='<td>' . $link . ' (' . $category->count . ')' . '</td>';
To add no follow, change line 66 to:
$output .= '<td>' . the_title('<a target="_blank" rel="nofollow" href="' . $linkurl . '">', '</a>', false) . '</td>';
And then? Nothing in my menu.
]]>