My first shorecode
-
Welcome,
I try add my own shortcod to function.php in Hueman theme. Function doesn’t show any error but I no see any<a href="...">
. Below i paste my code. Where I make a error?// ShowPrivateFile function ShowPrivateFile() { ob_start(); $output=''; if ( is_page( 'login' ) ) { $output = 'Pliki dost?pne tylko po zalogowaniu:'. '<a href="aaa.pl">abcd</a></br>'. '<a href="aaa.pl">Faktura Klamki.JPG</a></br>'. '<a href="aaa.pl">Faktura Wkladki Klucze.JPG</a></br>'; } return $output; } add_shortcode("pokaz_prywatne_pliki", "ShowPrivateFile");
regards
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘My first shorecode’ is closed to new replies.