Link Counter is a WordPress Plugin that produces a report of targeted links and domains from a blog's posts and pages.
<?php mklc(); ?>
Add parameters to this function call by placing them in an array -- for example:
<?php mklc(array('dupes' => 'yes',
'output' => 'link',
'active' => 'no',
'target' => 'all',
'sort' => 'count',
'order' => 'descending',
'scope' => 'all')); ?>[mklc]
Add parameters to this short code using the syntax: parameter="value" -- for example:
[mklc sort="alpha" scope="page"]
Requires: 2.8.5 or higher
Compatible up to: 3.3.2
Last Updated: 2012-2-5
Downloads: 799
Got something to say? Need help?