Thread Starter
Ogys
(@ogys)
Plugin Version 0.9.8.2
WordPress 3.8.3 avec le thème Twenty Fourteen.
I will try with 3.9 and 0.9.9.2 🙂
Thread Starter
Ogys
(@ogys)
Hi,
Thanks for reply.
I indeed found an answer in the “developper section” of the wiki.
As in my first attempt I was able to show links without having anything to do in the code, I had to add manualy the php lines in the template : (pasted from the git help)
$display = 0;
$exists = false;
$obj = new MslsOutput();
foreach ( $obj->get( $display, $exists ) as $link ) {
echo $link;
}
So it’ work !
What make me need to do that ? Shouln’t the installer have done that ?
Regards.