[Plugin: Search Unleashed] Search unleashed doesn't spider custom plugins
-
Hi,
I installed search unleashed, and now it spiders successfully some thrid party plugins I have installed.
On the other hand I does not find anything in some simple plugins i wrote myself.
If i make a plugin like:
<?php /* Plugin Name: Hello world Plugin URI: Version: 1.0 Author: Sailorarie Description: say Hello world */ function showContent($content = '') { ?> <p>Hello World</p> <?php } add_shortcode('helloworld', 'showContent');
And call it with a shortcode:
[helloworld]
It won’t find the string ‘hello’
Has anyone an Idea ?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: Search Unleashed] Search unleashed doesn't spider custom plugins’ is closed to new replies.