• Is there such a plugin that allows words to be automatically linked elsewhere? I could get very tiresome having to manually add links to blogs/pages manually every time.

    kthx

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Dave–

    We are looking for the same thing. Have you found anything yet?

    Thanks!

    ComCorp, Inc.

    There was Twilight Friend Finder by Gregory Wild-Smith. And it still works on earlier releases of WP (example), but it is not compatible with newer versions of wordpress…

    If you’re talking about invoking the friend list from the main menu … I’ve got a simple fix for that:

    In the ff_add_menu function, add a slash ‘/’ in front of wp-content:

    function ff_add_menu() {
                    add_menu_page('Friend Finder', 'Friends', 9, $siteurl.'/wp-content/plugins/friendfinder/friendslist.php');
            }
    
            add_action('admin_menu', 'ff_add_menu');

    david

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Auto word(s) link?’ is closed to new replies.